]> code.ossystems Code Review - openembedded-core.git/commitdiff
image_types.bbclass: Define runnable and deployable pattern
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 24 Mar 2012 02:31:14 +0000 (10:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 11:05:55 +0000 (12:05 +0100)
Define runnable image type and machine pattern.
Define deployable image type.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass

index e92f5190784e7b797c2c3a647049d71aa89cd69b..3aa3f174501ca268faac3aa9c9f09174f74a4290 100644 (file)
@@ -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"