toasterconf.json: Update for krogoth release

Update the Toaster configuration file in the meta-poky layer to include
the Yocto Project 2.1 release.

(From meta-yocto rev: 3f86af4148744c65b3d78f8df0d5e4d852cf7ae8)

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:
Belen Barros Pena 2016-04-18 16:08:18 +01:00 committed by Richard Purdie
parent b8e5de2b33
commit ee25d0e398
1 changed files with 17 additions and 2 deletions

View File

@ -40,13 +40,13 @@
"name": "OpenEmbedded",
"sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/",
"branches": ["master", "jethro"]
"branches": ["master", "jethro", "krogoth"]
},
{
"name": "Imported layers",
"sourcetype": "imported",
"apiurl": "",
"branches": ["master", "jethro", "HEAD"]
"branches": ["master", "jethro", "krogoth", "HEAD"]
}
],
@ -63,6 +63,12 @@
"branch": "jethro",
"dirpath": "bitbake"
},
{
"name": "krogoth",
"giturl": "remote:origin",
"branch": "krogoth",
"dirpath": "bitbake"
},
{
"name": "HEAD",
"giturl": "remote:origin",
@ -92,6 +98,15 @@
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethro\">Yocto Project 2.0 \"Jethro\"</a> branch."
},
{
"name": "krogoth",
"description": "Yocto Project 2.1 Krogoth",
"bitbake": "krogoth",
"branch": "krogoth",
"defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=krogoth\">Yocto Project 2.1 \"Krogoth\"</a> branch."
},
{
"name": "local",
"description": "Local Yocto Project",