[yocto] [PATCH 2/4] buildsets-config: added new scenario in order to test skeletoninit qa runtime test

alexandrux.palalau at linux.intel.com alexandrux.palalau at linux.intel.com
Thu Sep 12 00:37:39 PDT 2013


From: Alexandru Palalau <alexandrux.palalau at intel.com>

Signed-off-by: Alexandru Palalau <alexandrux.palalau at intel.com>
---
 buildset-config/nightly-qa-skeleton.conf | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 buildset-config/nightly-qa-skeleton.conf

diff --git a/buildset-config/nightly-qa-skeleton.conf b/buildset-config/nightly-qa-skeleton.conf
new file mode 100644
index 0000000..e199a47
--- /dev/null
+++ b/buildset-config/nightly-qa-skeleton.conf
@@ -0,0 +1,15 @@
+[nightly-qa-skeleton]
+builders: 'builder1'
+repos: [{'poky':
+            {'repourl':'git://git.yoctoproject.org/poky',
+            'layerversion':{'core':'meta'}, 
+	    'branch':'master'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'GetDistroVersion' : {'distro': 'poky'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'atextappend' : '\nIMAGE_INSTALL_append = "service"\n'}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': 'meta-skeleton'}},
+	{'BuildImages': {'images': 'core-image-sato'}},
+	{'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'skeletoninit'}}]
+
-- 
1.7.11.7




More information about the yocto mailing list