On Mon, 2021-01-04 at 08:30 +0000, Diego Sueiro wrote:
> Since do_install is shipping files to /boot and ${sysconfdir}, we can
> include
> these dirs to SYSROOT_DIRS and allow recipes which depend on u-boot
> to use its
> installed artifacts from RECIPE_SYSROOT instead of DEPLOY_DIR_IMAGE.
> 
> Signed-off-by: Diego Sueiro <[email protected]>
> ---
>  meta/recipes-bsp/u-boot/u-boot.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-
> boot/u-boot.inc
> index 251178db33..c53bcd05cc 100644
> --- a/meta/recipes-bsp/u-boot/u-boot.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot.inc
> @@ -266,6 +266,8 @@ FILES_${PN}-env = " \
>  "
>  
>  FILES_${PN} = "/boot ${datadir}"
> +SYSROOT_DIRS += "/boot ${sysconfdir}"
> +
>  RDEPENDS_${PN} += "${PN}-env"
>  
>  do_deploy () {

I think I did ask about this on irc but we never managed to discuss.

I'm a bit worried about this creating confusion about where files are
placed (deploy or sysroot). I particularly want to avoid placing files
in both.

Are these files in /boot normally available in the rootfs at this
location? If so, the patch probably makes sense but if not, I think its
creating disparity between the target filesystem and the build one and
I'm a lot more reluctant to do that.

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#146346): 
https://lists.openembedded.org/g/openembedded-core/message/146346
Mute This Topic: https://lists.openembedded.org/mt/79420282/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to