upstreamed. ty, b
On Wed, Aug 19, 2015 at 9:49 AM, Alex DAMIAN <[email protected]> wrote: > From: Alexandru DAMIAN <[email protected]> > > Toaster isn't designed to be forward compatible. As such, > a release cannot build releases newer then it. > > Particularly, "fido" cannot build "master", so we remove > "master" from the list of supported releases in "fido" > > [YOCTO #8154] > > Signed-off-by: Alexandru DAMIAN <[email protected]> > --- > meta/conf/toasterconf.json | 23 ++++------------------- > 1 file changed, 4 insertions(+), 19 deletions(-) > > diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json > index c8e42ef..ecd6a9f 100644 > --- a/meta/conf/toasterconf.json > +++ b/meta/conf/toasterconf.json > @@ -12,7 +12,7 @@ > "name": "Local OpenEmbedded", > "sourcetype": "local", > "apiurl": "../../", > - "branches": ["HEAD", "master", "fido", "dizzy"], > + "branches": ["HEAD", "fido", "dizzy"], > "layers": [ > { > "name": "openembedded-core", > @@ -26,24 +26,18 @@ > "name": "OpenEmbedded", > "sourcetype": "layerindex", > "apiurl": "http://layers.openembedded.org/layerindex/api/", > - "branches": ["master", "fido", "dizzy"] > + "branches": ["fido", "dizzy"] > }, > { > "name": "Imported layers", > "sourcetype": "imported", > "apiurl": "", > - "branches": ["master", "fido", "dizzy", "HEAD"] > + "branches": ["fido", "dizzy", "HEAD"] > > } > ], > "bitbake" : [ > { > - "name": "master", > - "giturl": "git://git.openembedded.org/bitbake", > - "branch": "master", > - "dirpath": "" > - }, > - { > "name": "fido", > "giturl": "git://git.openembedded.org/bitbake", > "branch": "1.26", > @@ -63,19 +57,10 @@ > } > ], > > - "defaultrelease": "master", > + "defaultrelease": "fido", > > "releases": [ > { > - "name": "master", > - "description": "OpenEmbedded master", > - "bitbake": "master", > - "branch": "master", > - "defaultlayers": [ "openembedded-core" ], > - "layersourcepriority": { "Imported layers": 99, "Local > OpenEmbedded" : 10, "OpenEmbedded" : 0 }, > - "helptext": "Toaster will run your builds using the tip of the > <a href=\"http://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded > master</a> branch, where active development takes place. This is not a stable > branch, so your builds might not work as expected." > - }, > - { > "name": "fido", > "description": "OpenEmbedded Fido", > "bitbake": "fido", > -- > 1.9.1 > > -- > _______________________________________________ > toaster mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/toaster -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
