This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for two images: one with btrfs and diffrent root home dir and a sato image with read-only rootfs.
Signed-off-by: Stefan Stanacar <stefanx.stana...@intel.com> --- buildset-config/nightly-qa-extras.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 buildset-config/nightly-qa-extras.conf diff --git a/buildset-config/nightly-qa-extras.conf b/buildset-config/nightly-qa-extras.conf new file mode 100644 index 0000000..4098f53 --- /dev/null +++ b/buildset-config/nightly-qa-extras.conf @@ -0,0 +1,16 @@ +[nightly-qa-extras] +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 = "btrfs"\nKERNEL_FEATURES_append = " cfg/fs/btrfs"\n'}}, + {'CreateBBLayersConf': {'buildprovider' : 'yocto'}}, + {'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