[yocto] [yocto-autobuilder][PATCH] nightly-multilib.conf: add more builds to multilib target

Stefan Stanacar stefanx.stanacar at intel.com
Tue Apr 2 13:23:23 PDT 2013


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 at 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




More information about the yocto mailing list