mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
toasterconf: remove master as a branch option from fido release
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] (From OE-Core rev: bda086118abfb168183dc285357ecbb6dccff5e3) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4fc8836379
commit
bdba0dd12d
@@ -12,7 +12,7 @@
|
||||
"name": "Local OpenEmbedded",
|
||||
"sourcetype": "local",
|
||||
"apiurl": "../../",
|
||||
"branches": ["HEAD", "master", "fido", "dizzy"],
|
||||
"branches": ["HEAD", "fido", "dizzy"],
|
||||
"layers": [
|
||||
{
|
||||
"name": "openembedded-core",
|
||||
@@ -26,23 +26,17 @@
|
||||
"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",
|
||||
@@ -63,18 +57,9 @@
|
||||
}
|
||||
],
|
||||
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user