All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: sebastien.fabre@actia.fr
Cc: "yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] [PATCH] u-boot: Add /boot in SYSROOT_DIRS
Date: Wed, 23 Nov 2022 15:50:23 +0100	[thread overview]
Message-ID: <Y34zL30TqilfFMtq@mail.local> (raw)
In-Reply-To: <PR0P264MB230931E7523196BACD64E47C920C9@PR0P264MB2309.FRAP264.PROD.OUTLOOK.COM>

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


      reply	other threads:[~2022-11-23 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 12:40 [PATCH] u-boot: Add /boot in SYSROOT_DIRS Sebastien FABRE
2022-11-23 14:50 ` Alexandre Belloni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y34zL30TqilfFMtq@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=sebastien.fabre@actia.fr \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.