aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-non-gpl3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly-non-gpl3.conf')
-rw-r--r--buildset-config.controller/nightly-non-gpl3.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/buildset-config.controller/nightly-non-gpl3.conf b/buildset-config.controller/nightly-non-gpl3.conf
deleted file mode 100644
index 7c82fb9e..00000000
--- a/buildset-config.controller/nightly-non-gpl3.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-[nightly-non-gpl3]
-builders: 'example-worker'
-repos: [{'poky':
- {'repourl':'git://git.yoctoproject.org/poky',
- 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
- 'branch':'master'}},
- {'meta-gplv2':
- {'repourl':'git://git.yoctoproject.org/meta-gplv2',
- 'branch':'master'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686',
- 'gplv3': False, 'distro': 'poky',
- 'buildhistory' : False}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'core-image-minimal core-image-basic'}},
- {'CheckForGPLv3':{}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}}]