From e915a14b4b1e457620b2aad8aa821d4b06b7da4a Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 27 Feb 2024 16:59:56 +0100 Subject: [PATCH] u-boot-dey: add /boot directory to the recipe sysroot Other recipes may access SYSROOT_DIRS content by adding a dependence on do_populate_sysroot. We need this specific directory for the kernel fitImage support. Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index 0ecbccb2f..6d39f2e6e 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -263,3 +263,5 @@ do_deploy:append:ccmp1() { done fi } + +SYSROOT_DIRS += "/boot"