Skip to content

Integrate meta-seco-rk/fix-deploydir

Commit: edgehog/layers/seco/meta-seco-rk@5922c3d5

[RK3568][RK3588] fix u-boot binaries deploy dir

Deploy loader.bin and idblock.bin to $DEPLOYDIR instead of $DEPLOY_DIR_IMAGE.

The u-boot recipes for rk3568 and rk3588 wrongly deploy loader.bin and idblock.bin to $DEPLOY_DIR_IMAGE. This causes a build error when building the images using an already-populated sstate cache instead of building it from scratch.

The docs recommend deploying to $DEPLOYDIR: https://docs.yoctoproject.org/ref-manual/classes.html#deploy

Merge request reports