diff mbox series

[meta-arago,scarthgap/master,1/5] meta-arago-extras: armnn: Remove default FILESEXTRAPATHS

Message ID 20250206190700.1190499-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master,1/5] meta-arago-extras: armnn: Remove default FILESEXTRAPATHS | expand

Commit Message

Andrew Davis Feb. 6, 2025, 7:06 p.m. UTC
This is being set to the default value, remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb | 2 --
 1 file changed, 2 deletions(-)

Comments

Chirag Shilwant Feb. 6, 2025, 7:31 p.m. UTC | #1
On 07/02/25 00:36, Andrew Davis via lists.yoctoproject.org wrote:
> This is being set to the default value, remove this. Signed-off-by: 
> Andrew Davis <afd@ ti. com> --- 
> meta-arago-extras/recipes-devtools/armnn/armnn_24. 11. bb | 2 -- 1 
> file changed, 2 deletions(-) diff --git 
> a/meta-arago-extras/recipes-devtools/armnn/armnn_24. 11. bb
> ZjQcmQRYFpfptBannerStart
> This message was sent from outside of Texas Instruments.
> Do not click links or open attachments unless you recognize the source 
> of this email and know the content is safe.
> Report Suspicious
> <https://us-phishalarm-ewt.proofpoint.com/EWT/v1/G3vK!uBdqXRfP1m1bKsZFHNNj3FzquS10oFN33DBLJpsHaAydWL3eq_jWrBjaCvlRkuO7-pDU6-Le3IOCQHtf$> 
>
> ZjQcmQRYFpfptBannerEnd
> This is being set to the default value, remove this.
>
> Signed-off-by: Andrew Davis <afd@ti.com>

For the entire series,


Acked-by: Chirag Shilwant <c-shilwant@ti.com>

> ---
>   meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
> index e965382a..d13057c0 100644
> --- a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
> +++ b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
> @@ -3,8 +3,6 @@ DESCRIPTION = "Linux software and tools to enable machine learning workloads on
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074"
>   
> -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
> -
>   BRANCH = "branches/armnn_24_11"
>   SRC_URI = "git://github.com/ARM-software/armnn.git;branch=${BRANCH};protocol=https"
>   SRC_URI += "file://0001-Fix-type-casting-for-32bit-builds.patch"
> -- 
> 2.39.2
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15830):https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/message/15830__;!!G3vK!WYWQ2ul8JjmprGwRM2OlBV8CCuQzz-VTGJ5dCflugGYUi8Hm6ZIqK55S9GmIomfi9WEXEZ11MPxHHsuf8wOqyTEhPPkG$
> Mute This Topic:https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/111038540/7030289__;!!G3vK!WYWQ2ul8JjmprGwRM2OlBV8CCuQzz-VTGJ5dCflugGYUi8Hm6ZIqK55S9GmIomfi9WEXEZ11MPxHHsuf8wOqyddlLUiz$
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe:https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/unsub__;!!G3vK!WYWQ2ul8JjmprGwRM2OlBV8CCuQzz-VTGJ5dCflugGYUi8Hm6ZIqK55S9GmIomfi9WEXEZ11MPxHHsuf8wOqyQy3Fods$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
index e965382a..d13057c0 100644
--- a/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
+++ b/meta-arago-extras/recipes-devtools/armnn/armnn_24.11.bb
@@ -3,8 +3,6 @@  DESCRIPTION = "Linux software and tools to enable machine learning workloads on
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3e14a924c16f7d828b8335a59da64074"
 
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-
 BRANCH = "branches/armnn_24_11"
 SRC_URI = "git://github.com/ARM-software/armnn.git;branch=${BRANCH};protocol=https"
 SRC_URI += "file://0001-Fix-type-casting-for-32bit-builds.patch"