[oe-commits] Dongxiao Xu : image_types.bbclass: Define runnable and deployable pattern

git at git.openembedded.org git at git.openembedded.org
Mon Mar 26 11:17:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 602a0aede00ec961ffb008619cc8f6ee4ae51f58
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=602a0aede00ec961ffb008619cc8f6ee4ae51f58

Author: Dongxiao Xu <dongxiao.xu at intel.com>
Date:   Sat Mar 24 10:31:14 2012 +0800

image_types.bbclass: Define runnable and deployable pattern

Define runnable image type and machine pattern.
Define deployable image type.

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/image_types.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index e92f519..3aa3f17 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" 





More information about the Openembedded-commits mailing list