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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2024-02-27 16:59:56 +01:00
parent c5c9838e54
commit e915a14b4b
1 changed files with 2 additions and 0 deletions

View File

@ -263,3 +263,5 @@ do_deploy:append:ccmp1() {
done
fi
}
SYSROOT_DIRS += "/boot"