| Submitter | Dongxiao Xu |
|---|---|
| Date | March 23, 2012, 3:08 p.m. |
| Message ID | <c7afff9b2bafd38d6a2cc7c542572bfd8d6eeee3.1332514975.git.dongxiao.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/24307/ |
| State | New |
| Headers | show |
Comments
Patch
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"
Define runnable image type and machine pattern. Define deployable image type. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> --- meta/conf/bitbake.conf | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)