From: Dongxiao Xu Date: Sat, 24 Mar 2012 02:31:14 +0000 (+0800) Subject: image_types.bbclass: Define runnable and deployable pattern X-Git-Tag: 2015-4~11161 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=602a0aede00ec961ffb008619cc8f6ee4ae51f58;p=openembedded-core.git image_types.bbclass: Define runnable and deployable pattern Define runnable image type and machine pattern. Define deployable image type. Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index e92f519078..3aa3f17450 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass @@ -220,3 +220,7 @@ COMPRESS_DEPENDS_gz = "" COMPRESS_DEPENDS_bz2 = "" COMPRESS_DEPENDS_xz = "xz-native" +RUNNABLE_IMAGE_TYPES ?= "ext2 ext3" +RUNNABLE_MACHINE_PATTERNS ?= "qemu" + +DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso"