* [PATCH 0/1 v2][PULL] Hob: Define patterns to implement runqemu/deploy functionality filter
@ 2012-03-24 2:31 Dongxiao Xu
2012-03-24 2:31 ` [PATCH 1/1] image_types.bbclass: Define runnable and deployable pattern Dongxiao Xu
0 siblings, 1 reply; 2+ messages in thread
From: Dongxiao Xu @ 2012-03-24 2:31 UTC (permalink / raw)
To: openembedded-core
Hi Richard,
This pull request is for defining patterns in bitbake server side to implement the runqemu/deploy functionality filter for Hob.
Please help to review and pull.
Changes from v1:
Move the pattern definition from bitbake.conf to image_types.bbclass
Thanks,
Dongxiao
The following changes since commit 1642f519bb30b3ebcfb6170cdbbc0e327d057012:
iptables: fix build error against 3.2+ kernel headers (2012-03-24 00:11:52 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix-oecore
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix-oecore
Dongxiao Xu (1):
image_types.bbclass: Define runnable and deployable pattern
meta/classes/image_types.bbclass | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] image_types.bbclass: Define runnable and deployable pattern
2012-03-24 2:31 [PATCH 0/1 v2][PULL] Hob: Define patterns to implement runqemu/deploy functionality filter Dongxiao Xu
@ 2012-03-24 2:31 ` Dongxiao Xu
0 siblings, 0 replies; 2+ messages in thread
From: Dongxiao Xu @ 2012-03-24 2:31 UTC (permalink / raw)
To: openembedded-core
Define runnable image type and machine pattern.
Define deployable image type.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
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"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-24 2:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 2:31 [PATCH 0/1 v2][PULL] Hob: Define patterns to implement runqemu/deploy functionality filter Dongxiao Xu
2012-03-24 2:31 ` [PATCH 1/1] image_types.bbclass: Define runnable and deployable pattern Dongxiao Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox