[Toaster] Toasterconf.json files for 1.8 Fido release
Damian, Alexandru
alexandru.damian at intel.com
Tue Mar 24 11:28:50 PDT 2015
Hello,
toasterconf.json file is the configuration file that tell toaster where to
find specific releases of YP/Poky.
I'm preparing a patch to update this file for 1.8 release with the
assumptions that:
- branch names will be "fido"
- bitbake will release on the "1.26" branch
I'm pasting below the diff, can you please confirm that the assumptions I'm
taking are valid ?
--
Alex Damian
Yocto Project
SSG / OTC
--
diff --git a/meta-yocto/conf/toasterconf.json
b/meta-yocto/conf/toasterconf.json
index f1b5227..c455276 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -12,7 +12,7 @@
"name": "Local Yocto Project",
"sourcetype": "local",
"apiurl": "../../",
- "branches": ["HEAD", "master", "dizzy"],
+ "branches": ["HEAD", "master", "fido", "dizzy"],
"layers": [
{
"name": "openembedded-core",
@@ -39,13 +39,13 @@
"name": "OpenEmbedded",
"sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/",
- "branches": ["master", "dizzy"]
+ "branches": ["master", "fido", "dizzy"]
},
{
"name": "Imported layers",
"sourcetype": "imported",
"apiurl": "",
- "branches": ["master", "dizzy", "HEAD"]
+ "branches": ["master", "fido", "dizzy", "HEAD"]
}
],
@@ -57,6 +57,12 @@
"dirpath": "bitbake"
},
{
+ "name": "fido",
+ "giturl": "remote:origin",
+ "branch": "fido",
+ "dirpath": "bitbake"
+ },
+ {
"name": "dizzy",
"giturl": "remote:origin",
"branch": "dizzy",
@@ -83,6 +89,15 @@
"helptext": "Toaster will run your builds using the tip of the
<a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/\">Yocto
Project master branch</a>, where active development takes place. This is
not a stable branch, so your builds might not work
},
{
+ "name": "fido",
+ "description": "Yocto Project 1.8 Fido",
+ "bitbake": "fido",
+ "branch": "fido",
+ "defaultlayers": [ "openembedded-core", "meta-yocto",
"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=fido\">Yocto
Project 1.8 \"Fido\"</a> branch."
+ },
+ {
"name": "dizzy",
"description": "Yocto Project 1.7 Dizzy",
"bitbake": "dizzy",
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index 84c12bf..c8e42ef 100644
--- a/meta/conf/toasterconf.json
+++ b/meta/conf/toasterconf.json
@@ -12,7 +12,7 @@
"name": "Local OpenEmbedded",
"sourcetype": "local",
"apiurl": "../../",
- "branches": ["HEAD", "master", "dizzy"],
+ "branches": ["HEAD", "master", "fido", "dizzy"],
"layers": [
{
"name": "openembedded-core",
@@ -26,13 +26,13 @@
"name": "OpenEmbedded",
"sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/",
- "branches": ["master", "dizzy"]
+ "branches": ["master", "fido", "dizzy"]
},
{
"name": "Imported layers",
"sourcetype": "imported",
"apiurl": "",
- "branches": ["master", "dizzy", "HEAD"]
+ "branches": ["master", "fido", "dizzy", "HEAD"]
}
],
@@ -44,6 +44,12 @@
"dirpath": ""
},
{
+ "name": "fido",
+ "giturl": "git://git.openembedded.org/bitbake",
+ "branch": "1.26",
+ "dirpath": ""
+ },
+ {
"name": "dizzy",
"giturl": "git://git.openembedded.org/bitbake",
"branch": "1.24",
@@ -70,6 +76,15 @@
"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 a
},
{
+ "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",
"description": "OpenEmbedded Dizzy",
"bitbake": "dizzy",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20150324/76a703bd/attachment-0001.html>
More information about the toaster
mailing list