All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCH] nightly-multilib.conf: add more builds to multilib target
@ 2013-04-02 20:23 Stefan Stanacar
  0 siblings, 0 replies; only message in thread
From: Stefan Stanacar @ 2013-04-02 20:23 UTC (permalink / raw)
  To: yocto

Add a build for core-image-sato (with IMAGE_INSTALL_append = " lib32-connman-gnome").
A qemuimage test in poky (and a RunSanityTests step here) needs to be added at some point,
so that the test is complete.
Also add builds for lib64-core-image-{sato,sato-sdk,lsb-sdk}.
lib64-core-image-sato it's a safe build, but sato-sdk usually fails.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
---
 buildset-config/nightly-multilib.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildset-config/nightly-multilib.conf b/buildset-config/nightly-multilib.conf
index 095205d..f9ae8b7 100644
--- a/buildset-config/nightly-multilib.conf
+++ b/buildset-config/nightly-multilib.conf
@@ -15,6 +15,10 @@ steps: [{'SetDest':{}},
         {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64', 'multilib': True, 'distro': 'poky'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'lib32-core-image-minimal'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'x86_64', 'multilib': 'lib32', 'distro': 'poky', 'atextappend' : '\nIMAGE_INSTALL_append = " lib32-connman-gnome"\n'}},
+        {'BuildImages': {'images': 'core-image-sato'}},
+        {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686', 'multilib': 'lib64', 'distro': 'poky'}},
+        {'BuildImages': {'images': 'lib64-core-image-sato lib64-core-image-sato-sdk lib64-core-image-lsb-sdk'}},
         {'PublishLayerTarballs':{}},
         {'PublishArtifacts': {'artifacts': ['qemux86-64']}}]
 
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-02 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02 20:23 [yocto-autobuilder][PATCH] nightly-multilib.conf: add more builds to multilib target Stefan Stanacar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.