All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot: Add /boot in SYSROOT_DIRS
@ 2022-11-23 12:40 Sebastien FABRE
  2022-11-23 14:50 ` [yocto] " Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien FABRE @ 2022-11-23 12:40 UTC (permalink / raw)
  To: yocto

To be able to use /boot files, like UBOOT_ENV_BINARY, in other
recipes, like kernel-fitimage.bbclass.

Signed-off-by: Fabre Sébastien <sebastien.fabre@actia.fr>
---
 meta/recipes-bsp/u-boot/u-boot.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 15e949b8b4..4636dd733b 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -206,6 +206,7 @@ FILES:${PN}-env = " \
 FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}"
 RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}"
 
+SYSROOT_DIRS += "/boot"
 FILES:${PN} = "/boot ${datadir}"
 RDEPENDS:${PN} += "${PN}-env"
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [PATCH] u-boot: Add /boot in SYSROOT_DIRS
  2022-11-23 12:40 [PATCH] u-boot: Add /boot in SYSROOT_DIRS Sebastien FABRE
@ 2022-11-23 14:50 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2022-11-23 14:50 UTC (permalink / raw)
  To: sebastien.fabre; +Cc: yocto

Hello,

This was not sent to the correct mailing list, you should send to openembedded-core@lists.openembedded.org

Please also set your git From:, else the mailing list is mangling your
address. this should work:

git config sendemail.from=sebastien.fabre@actia.fr

I've taken and fixed up the patch for now.

On 23/11/2022 12:40:53+0000, S�bastien Fabre via lists.yoctoproject.org wrote:
> To be able to use /boot files, like UBOOT_ENV_BINARY, in other
> recipes, like kernel-fitimage.bbclass.
> 
> Signed-off-by: Fabre S�bastien <sebastien.fabre@actia.fr>
> ---
>  meta/recipes-bsp/u-boot/u-boot.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
> index 15e949b8b4..4636dd733b 100644
> --- a/meta/recipes-bsp/u-boot/u-boot.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot.inc
> @@ -206,6 +206,7 @@ FILES:${PN}-env = " \
>  FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}"
>  RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}"
>  
> +SYSROOT_DIRS += "/boot"
>  FILES:${PN} = "/boot ${datadir}"
>  RDEPENDS:${PN} += "${PN}-env"
>  
> -- 
> 2.30.2

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#58626): https://lists.yoctoproject.org/g/yocto/message/58626
> Mute This Topic: https://lists.yoctoproject.org/mt/95216711/3617179
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-23 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 12:40 [PATCH] u-boot: Add /boot in SYSROOT_DIRS Sebastien FABRE
2022-11-23 14:50 ` [yocto] " Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.