agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
507 stars 397 forks source link

rpi-base: Fix wic image kernel dependency #1226

Closed JPEWdev closed 9 months ago

JPEWdev commented 9 months ago

wic images depend on the kernel device trees, and therefore should depend on virtual/kernel:do_deploy to make sure these are present in the deploy directory.

Most of the time, this dependency is satisfied indirectly since a rootfs image will depend on the kernel, but add it explicitly for the cases where it is not.

agherzan commented 9 months ago

Thanks. Merged to master.