From: Paul Eggleton Date: Fri, 4 Nov 2011 11:54:43 +0000 (+0000) Subject: core-image-minimal-initramfs: force IMAGE_FSTYPES X-Git-Tag: yocto-4.0~39262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=571919f49cbe6f8f5b21de844b00761314e697fd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-minimal-initramfs: force IMAGE_FSTYPES If the user has set their own value for IMAGE_FSTYPES, they may have disabled the cpio.gz image type, preventing the initramfs from being produced in the format that image-live.bbclass expects; so force IMAGE_FSTYPES to cpio.gz within the initramfs image recipe. Signed-off-by: Paul Eggleton Prepend cpio.gz instead Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 0bac27a563d..d078c1004f4 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb @@ -13,3 +13,4 @@ LICENSE = "MIT" inherit core-image IMAGE_ROOTFS_SIZE = "8192" +IMAGE_FSTYPES =+ "cpio.gz"