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:
parent
c5c9838e54
commit
e915a14b4b
|
|
@ -263,3 +263,5 @@ do_deploy:append:ccmp1() {
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SYSROOT_DIRS += "/boot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue