From ee7c1206b575b634e27b605664bdaade9dd814ec Mon Sep 17 00:00:00 2001 From: "Milton D. Miller II" Date: Wed, 20 Jan 2016 15:36:27 -0600 Subject: Create image class image-overlay and move phosphor to use it This commit creates a new class image-overlay based on how the image-live class is structured. It takes parameters for the base and overlayed file system types but the initfs only support ext4 over squashfs presently. It then moves invoking the generation of the flash image from a post image creation command to a separate task invoked from the overlay image so that building the initramfs image by itself does not try to create a flash image. Signed-off-by: Milton Miller --- meta-phosphor/conf/distro/openbmc-phosphor.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf index b59715d5d..418a98ed5 100644 --- a/meta-phosphor/conf/distro/openbmc-phosphor.conf +++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf @@ -7,6 +7,7 @@ TARGET_VENDOR="-openbmc" GCCVERSION ?= "4.9.3" IMAGE_FSTYPES += "cpio.gz" +IMAGE_FSTYPES += "squashfs-xz" IMAGE_LINGUAS = "en-us" VIRTUAL-RUNTIME_keymaps = "" -- cgit v1.2.1