summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:33:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:39:29 +0100
commit23a0e97d2e2530314cf6d364fab2d5e295cb7856 (patch)
tree2a42459a01c57af2012f1500a60d2088b21f87f0 /meta/classes
parent0fb825c5e5b409f23ee6500e79e28435a4239147 (diff)
downloadast2050-yocto-poky-23a0e97d2e2530314cf6d364fab2d5e295cb7856.zip
ast2050-yocto-poky-23a0e97d2e2530314cf6d364fab2d5e295cb7856.tar.gz
image_types: Add missing ext4 support
This is particularly problematic since qemu images switched to ext4 by default and now cannot work properly with UIs like hob. This patch adds in ext4 to the appropriate IMAGE* variables fixing this. [YOCTO #7426] (From OE-Core rev: 5faa85ed58210ca6fc01ed54a1b370c7aee30b18) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/image_types.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 98a08bf..72c7337 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -146,6 +146,7 @@ IMAGE_TYPES = " \
cramfs \
ext2 ext2.gz ext2.bz2 ext2.lzma \
ext3 ext3.gz \
+ ext4 ext4.gz \
btrfs \
iso \
hddimg \
@@ -171,7 +172,7 @@ COMPRESS_DEPENDS_xz = "xz-native"
COMPRESS_DEPENDS_lz4 = "lz4-native"
COMPRESS_DEPENDS_sum = "mtd-utils-native"
-RUNNABLE_IMAGE_TYPES ?= "ext2 ext3"
+RUNNABLE_IMAGE_TYPES ?= "ext2 ext3 ext4"
RUNNABLE_MACHINE_PATTERNS ?= "qemu"
DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso"
OpenPOWER on IntegriCloud