From patchwork Fri Mar 23 15:08:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] bitbake.conf: Define runnable and deployable pattern Date: Fri, 23 Mar 2012 15:08:29 -0000 From: Dongxiao Xu X-Patchwork-Id: 24307 Message-Id: To: openembedded-core@lists.openembedded.org Define runnable image type and machine pattern. Define deployable image type. Signed-off-by: Dongxiao Xu --- 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"