Agree. On 02/22/2016 09:37 AM, Flanagan, Elizabeth wrote: > I'm going to pull all but this patch (4/4), because I'll eventually > need this configuration. > > -b > > On 22 February 2016 at 15:15, Aníbal Limón wrote: >> Signed-off-by: Aníbal Limón >> --- >> buildset-config.toaster/toaster-build.conf | 29 ----------------------------- >> 1 file changed, 29 deletions(-) >> delete mode 100644 buildset-config.toaster/toaster-build.conf >> >> diff --git a/buildset-config.toaster/toaster-build.conf b/buildset-config.toaster/toaster-build.conf >> deleted file mode 100644 >> index 09a03e2..0000000 >> --- 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':'

auto.conf:

'}}, >> - {'bbtext':{'prop_type':'StringParameter', >> - 'size': 15, >> - 'name': 'bbtext', >> - 'default': '', >> - 'label':'

bblayers.conf:

'}}, >> - {'images':{'prop_type':'StringParameter', >> - 'size': 15, >> - 'name': 'images', >> - 'default': '', >> - 'label':'

images:

'}}, >> - {'layers':{'prop_type':'StringParameter', >> - 'size': 15, >> - 'name': 'layers', >> - 'default': '', >> - 'label':'

repo string (ast):

'}}] >> -steps: [{'SetDest':{}}, >> - {'CheckOutToasterLayers': {}}, >> - {'RunPreamble': {}}, >> - {'GetDistroVersion' : {'distro': 'poky'}}, >> - {'CreateAutoConf': {'atext' : '#TOASTER'}}, >> - {'CreateBBLayersConf': {'bbtext' : '#TOASTER'}}, >> - {'BuildImages': {'images': '#TOASTER'}}] >> -- >> 2.1.4 >> > > >