mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
toaster: update toasterconf.json for fido release
We update the toasterconf.json for the 1.8 "fido" release. A small update to the release help text in the toasterconf.json file shipped with the openembedded-core layer. We now make explicit that Toaster will build with the tip of the selected branch, and we add links to the OpenEmbedded repository. (From OE-Core rev: f5af78cabb693692fa369730af4b0c70cca9bc91) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
66710890c6
commit
feb84ef42a
@@ -12,7 +12,7 @@
|
|||||||
"name": "Local OpenEmbedded",
|
"name": "Local OpenEmbedded",
|
||||||
"sourcetype": "local",
|
"sourcetype": "local",
|
||||||
"apiurl": "../../",
|
"apiurl": "../../",
|
||||||
"branches": ["HEAD", "master", "dizzy"],
|
"branches": ["HEAD", "master", "fido", "dizzy"],
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"name": "openembedded-core",
|
"name": "openembedded-core",
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
"name": "OpenEmbedded",
|
"name": "OpenEmbedded",
|
||||||
"sourcetype": "layerindex",
|
"sourcetype": "layerindex",
|
||||||
"apiurl": "http://layers.openembedded.org/layerindex/api/",
|
"apiurl": "http://layers.openembedded.org/layerindex/api/",
|
||||||
"branches": ["master", "dizzy"]
|
"branches": ["master", "fido", "dizzy"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Imported layers",
|
"name": "Imported layers",
|
||||||
"sourcetype": "imported",
|
"sourcetype": "imported",
|
||||||
"apiurl": "",
|
"apiurl": "",
|
||||||
"branches": ["master", "dizzy", "HEAD"]
|
"branches": ["master", "fido", "dizzy", "HEAD"]
|
||||||
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -43,6 +43,12 @@
|
|||||||
"branch": "master",
|
"branch": "master",
|
||||||
"dirpath": ""
|
"dirpath": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fido",
|
||||||
|
"giturl": "git://git.openembedded.org/bitbake",
|
||||||
|
"branch": "1.26",
|
||||||
|
"dirpath": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dizzy",
|
"name": "dizzy",
|
||||||
"giturl": "git://git.openembedded.org/bitbake",
|
"giturl": "git://git.openembedded.org/bitbake",
|
||||||
@@ -67,7 +73,16 @@
|
|||||||
"branch": "master",
|
"branch": "master",
|
||||||
"defaultlayers": [ "openembedded-core" ],
|
"defaultlayers": [ "openembedded-core" ],
|
||||||
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
||||||
"helptext": "Toaster will run your builds using the OpenEmbedded master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected."
|
"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",
|
||||||
|
"branch": "fido",
|
||||||
|
"defaultlayers": [ "openembedded-core" ],
|
||||||
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
||||||
|
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=fido\">OpenEmbedded \"Fido\"</a> branch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dizzy",
|
"name": "dizzy",
|
||||||
@@ -76,7 +91,7 @@
|
|||||||
"branch": "dizzy",
|
"branch": "dizzy",
|
||||||
"defaultlayers": [ "openembedded-core" ],
|
"defaultlayers": [ "openembedded-core" ],
|
||||||
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
||||||
"helptext": "Toaster will run your builds with the OpenEmbedded Dizzy release"
|
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=dizzy\">OpenEmbedded \"Dizzy\"</a> branch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "local",
|
"name": "local",
|
||||||
|
|||||||
Reference in New Issue
Block a user