aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.toaster/toaster-build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildset-config.toaster/toaster-build.conf')
-rw-r--r--buildset-config.toaster/toaster-build.conf29
1 files changed, 0 insertions, 29 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'}}]