aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.toaster
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.toaster')
-rw-r--r--buildset-config.toaster/toaster-build.conf29
-rw-r--r--buildset-config.toaster/toaster-tests.conf20
-rw-r--r--buildset-config.toaster/yoctoAB.conf2
3 files changed, 0 insertions, 51 deletions
diff --git a/buildset-config.toaster/toaster-build.conf b/buildset-config.toaster/toaster-build.conf
deleted file mode 100644
index 09a03e23..00000000
--- a/buildset-config.toaster/toaster-build.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-[toaster-build]
-builders: 'example-worker'
-props: [{'atext':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'atext',
- 'default': '',
- 'label':'<hr><h3> auto.conf:</h3>'}},
- {'bbtext':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'bbtext',
- 'default': '',
- 'label':'<hr><h3> bblayers.conf:</h3>'}},
- {'images':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'images',
- 'default': '',
- 'label':'<hr><h3> images:</h3>'}},
- {'layers':{'prop_type':'StringParameter',
- 'size': 15,
- 'name': 'layers',
- 'default': '',
- 'label':'<hr><h3> repo string (ast):</h3>'}}]
-steps: [{'SetDest':{}},
- {'CheckOutToasterLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'atext' : '#TOASTER'}},
- {'CreateBBLayersConf': {'bbtext' : '#TOASTER'}},
- {'BuildImages': {'images': '#TOASTER'}}]
diff --git a/buildset-config.toaster/toaster-tests.conf b/buildset-config.toaster/toaster-tests.conf
deleted file mode 100644
index 8590c485..00000000
--- a/buildset-config.toaster/toaster-tests.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-[toaster-tests]
-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' }}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'RunPreamble': {}},
- {'GetDistroVersion' : {'distro': 'poky'}},
- {'CreateAutoConf': {'machine': 'qemux86', 'SDKMACHINE' : 'i686',
- 'distro': 'poky', 'buildhistory' : True}},
- {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
- {'GetBitbakeVersion': {}},
- {'ToasterSetupVenv': {}},
- {'ToasterStart': {}},
- {'Sleep': {'time': '120'}},
- {'ToasterRunTests': {}},
- {'ToasterStop': {}},
- ]
diff --git a/buildset-config.toaster/yoctoAB.conf b/buildset-config.toaster/yoctoAB.conf
deleted file mode 100644
index 614e39cc..00000000
--- a/buildset-config.toaster/yoctoAB.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[BuildSets]
-order: ['toaster-tests']