This buildset is for extra images which don't really fit in other buildsets.
For now it includes builds for basic image with btrfs and changed root
home dir, a sato image with read-only rootfs and sato with systemd.

Signed-off-by: Stefan Stanacar <stefanx.stana...@intel.com>
---
 buildset-config/QA1-nightly-extra.conf | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 buildset-config/QA1-nightly-extra.conf

diff --git a/buildset-config/QA1-nightly-extra.conf 
b/buildset-config/QA1-nightly-extra.conf
new file mode 100644
index 0000000..dfe2062
--- /dev/null
+++ b/buildset-config/QA1-nightly-extra.conf
@@ -0,0 +1,18 @@
+[QA1-nightly-extra]
+builders: 'builder1'
+repos: [{'poky':
+            {'repourl':'git://git.yoctoproject.org/poky',
+             'bbpriority':'1',
+             'branch':'master'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'GetDistroVersion' : {'distro': 'poky'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nROOT_HOME = 
"/root"\nIMAGE_FSTYPES_forcevariable = "btrfs"\nKERNEL_FEATURES_append = " 
cfg/fs/btrfs"\n'}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
+        {'BuildImages': {'images': 'core-image-minimal'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nDISTRO_FEATURES_append = " 
systemd"\nVIRTUAL-RUNTIME_init-manager = "systemd"\n'}},
+        {'BuildImages': {'images': 'core-image-sato'}},
+        {'RunSanityTests': {'images': 'core-image-sato'}},
+        {'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686', 
'distro': 'poky', 'atextappend' : '\nEXTRA_IMAGE_FEATURES = "debug-tweaks 
read-only-rootfs"\n'}},
+        {'BuildImages': {'images': 'core-image-sato'}}]
-- 
1.8.1.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to