This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image-dsk.bbclass: fix INITRD content bug when producing bundle images
When producing the rootfs for swupd images, the actual do_uefiapp/deploy_uefiapp runs inside the virtual bundle-* image recipes where the .dsk format is inactive. In that case we need to include the INITRD_IMAGE. The previous logic was an attempt to enable the use of image-dsk.bbclass without side effects when the corresponding format was not active. However, because of the UEFI app that isn't possible and not desirable (because we want to get consistent content of the rootfs, regardless of the image format). That's okay for ostro-image.bb, because it only inherits the class if the platform really needs it. Signed-off-by: Patrick Ohly <[email protected]>
- Loading branch information