aboutsummaryrefslogtreecommitdiffstats
path: root/buildset-config.toaster/toaster-build.conf
blob: 09a03e238dcd44b10f5fb9e238fe09cba9189349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[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'}}]