From 5b86fb09c57d738bc4dde3e7ca6f11aafe0ccc3c Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 24 Mar 2012 10:31:14 +0800 Subject: image_types.bbclass: Define runnable and deployable pattern Define runnable image type and machine pattern. Define deployable image type. (From OE-Core rev: 602a0aede00ec961ffb008619cc8f6ee4ae51f58) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/classes/image_types.bbclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/classes/image_types.bbclass') 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" -- cgit v1.2.3-54-g00ecf