From: Paul Eggleton Date: Fri, 4 Nov 2011 11:54:43 +0000 (+0000) Subject: core-image-minimal-initramfs: force IMAGE_FSTYPES X-Git-Tag: 2015-4~12881 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=571919f49cbe6f8f5b21de844b00761314e697fd;p=openembedded-core.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 0bac27a563..d078c1004f 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"