aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.controller/nightly-world-lsb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.controller/nightly-world-lsb.conf')
-rw-r--r--buildset-config.controller/nightly-world-lsb.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/buildset-config.controller/nightly-world-lsb.conf b/buildset-config.controller/nightly-world-lsb.conf
deleted file mode 100644
index afc75467..00000000
--- a/buildset-config.controller/nightly-world-lsb.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-[nightly-world-lsb]
-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-qt4':
- {'repourl':'git://git.yoctoproject.org/meta-qt4',
- 'branch':'master'}},
- {'meta-qt3':
- {'repourl':'git://git.yoctoproject.org/meta-qt3',
- 'branch':'master'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CheckForWorldLsb':{}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'x86_64',
- 'buildhistory' : False, 'multilib': True,
- 'atextprepend': 'QTDEMOS_remove = "qmmp"\n',
- 'distro': 'poky-lsb'}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'BuildImages': {'images': 'world'}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}}]