diff mbox series

[isar-cip-core] u-boot-common.inc: fix FILESPATH

Message ID b6e7799b1329fe8b403c37fa46d3d2258517ded1.camel@siemens.com (mailing list archive)
State New, archived
Headers show
Series [isar-cip-core] u-boot-common.inc: fix FILESPATH | expand

Commit Message

Nussel, Ludwig Jan. 23, 2025, 7:17 a.m. UTC
Extend FILESPATH to make include file usable in other layers

Signed-off-by: Ludwig Nussel <ludwig.nussel@siemens.com>
---
 recipes-bsp/u-boot/u-boot-common-2024.01.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jan Kiszka Jan. 30, 2025, 5:46 a.m. UTC | #1
On 23.01.25 08:17, Nussel, Ludwig wrote:
> Extend FILESPATH to make include file usable in other layers
> 
> Signed-off-by: Ludwig Nussel <ludwig.nussel@siemens.com>
> ---
>  recipes-bsp/u-boot/u-boot-common-2024.01.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-common-2024.01.inc b/recipes-
> bsp/u-boot/u-boot-common-2024.01.inc
> index 5a020da..7f2d611 100644
> --- a/recipes-bsp/u-boot/u-boot-common-2024.01.inc
> +++ b/recipes-bsp/u-boot/u-boot-common-2024.01.inc
> @@ -11,6 +11,8 @@
>  
>  require recipes-bsp/u-boot/u-boot-custom.inc
>  
> +FILESPATH:append := ":${FILE_DIRNAME}/files"
> +
>  SRC_URI += " \
>      https://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
>      file://rules.tmpl;subdir=debian"

Thanks, manually applied - your submission was malformed. Please use git
send-email in the future. Also, my tooling complained that author and
signer lines were not aligned. It uses the signer line then.

Jan
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot-common-2024.01.inc b/recipes-
bsp/u-boot/u-boot-common-2024.01.inc
index 5a020da..7f2d611 100644
--- a/recipes-bsp/u-boot/u-boot-common-2024.01.inc
+++ b/recipes-bsp/u-boot/u-boot-common-2024.01.inc
@@ -11,6 +11,8 @@ 
 
 require recipes-bsp/u-boot/u-boot-custom.inc
 
+FILESPATH:append := ":${FILE_DIRNAME}/files"
+
 SRC_URI += " \
     https://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
     file://rules.tmpl;subdir=debian"