summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-11-04 11:54:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:05:42 +0000
commitb4f471ce097310bf04c0ae640464d30526a84901 (patch)
tree710ad70f3a461cfab45d9388f17847b4addc7c1a /meta
parentb96390473d786924d6081319db8cbf31dd3e7d9a (diff)
downloadast2050-yocto-poky-b4f471ce097310bf04c0ae640464d30526a84901.zip
ast2050-yocto-poky-b4f471ce097310bf04c0ae640464d30526a84901.tar.gz
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. (From OE-Core rev: 571919f49cbe6f8f5b21de844b00761314e697fd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Prepend cpio.gz instead Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/images/core-image-minimal-initramfs.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 0bac27a..d078c10 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"
OpenPOWER on IntegriCloud