[OE-core] [PATCH 1/2] bitbake.conf: Define runnable and deployable pattern

Dongxiao Xu dongxiao.xu at intel.com
Fri Mar 23 15:08:29 UTC 2012


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

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
---
 meta/conf/bitbake.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2b0e7ce..36f71d6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -743,3 +743,8 @@ BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER D
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""
+
+RUNNABLE_IMAGE_TYPES ?= "ext2 ext3"
+RUNNABLE_MACHINE_PATTERNS ?= "qemu"
+
+DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso" 
-- 
1.7.4.1





More information about the Openembedded-core mailing list