[oe-commits] Paul Eggleton : core-image-minimal-initramfs: force IMAGE_FSTYPES

git at git.openembedded.org git at git.openembedded.org
Mon Nov 7 14:04:47 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 571919f49cbe6f8f5b21de844b00761314e697fd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=571919f49cbe6f8f5b21de844b00761314e697fd

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Nov  4 11:54:43 2011 +0000

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 <paul.eggleton at linux.intel.com>

Prepend cpio.gz instead

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../images/core-image-minimal-initramfs.bb         |    1 +
 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"





More information about the Openembedded-commits mailing list