* [FIDO PATCH 0/1] toasterconf: remove master as a branch option from fido release @ 2015-08-20 23:04 brian avery 2015-08-20 23:04 ` [FIDO PATCH 1/1] " brian avery 0 siblings, 1 reply; 3+ messages in thread From: brian avery @ 2015-08-20 23:04 UTC (permalink / raw) To: openembedded-core Toaster from FIDO can't reasonably be expected to be able to build master due to unforeseeable incompatibilities. This removes master branch as an option. Alexandru DAMIAN (1): toasterconf: remove master for fido meta/conf/toasterconf.json | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) -- 1.9.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [FIDO PATCH 1/1] toasterconf: remove master as a branch option from fido release 2015-08-20 23:04 [FIDO PATCH 0/1] toasterconf: remove master as a branch option from fido release brian avery @ 2015-08-20 23:04 ` brian avery 2015-09-01 12:17 ` Joshua Lock 0 siblings, 1 reply; 3+ messages in thread From: brian avery @ 2015-08-20 23:04 UTC (permalink / raw) To: openembedded-core From: Alexandru DAMIAN <alexandru.damian@intel.com> 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 <alexandru.damian@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [FIDO PATCH 1/1] toasterconf: remove master as a branch option from fido release 2015-08-20 23:04 ` [FIDO PATCH 1/1] " brian avery @ 2015-09-01 12:17 ` Joshua Lock 0 siblings, 0 replies; 3+ messages in thread From: Joshua Lock @ 2015-09-01 12:17 UTC (permalink / raw) To: openembedded-core On Thu, 2015-08-20 at 16:04 -0700, brian avery wrote: > From: Alexandru DAMIAN <alexandru.damian@intel.com> > > 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] Thanks Brian, this patch is queued in my fido-next branch[1]. Regards, Joshua 1. http://cgit.openembedded.org/openembedded-core-contrib/log/?h=joshua gl/fido-next > > Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> > Signed-off-by: brian avery <avery.brian@gmail.com> > --- > 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 ma > ster</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 > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-01 12:17 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-20 23:04 [FIDO PATCH 0/1] toasterconf: remove master as a branch option from fido release brian avery 2015-08-20 23:04 ` [FIDO PATCH 1/1] " brian avery 2015-09-01 12:17 ` Joshua Lock
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox