[Toaster] [TOASTER] [PATCH 1/1] toaster: update meta to jethro and drop dizzy
brian avery
avery.brian at gmail.com
Thu Oct 1 15:29:25 PDT 2015
Toaster only supports building 2 branches back. This
updates the conf file for meta to support
master, jethro, and fido.
[YOCTO #8428]
Signed-off-by: brian avery <avery.brian at gmail.com>
---
meta/conf/toasterconf.json | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index c8e42ef..c1ab767 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", "master", "jethro","fido"],
"layers": [
{
"name": "openembedded-core",
@@ -26,13 +26,13 @@
"name": "OpenEmbedded",
"sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/",
- "branches": ["master", "fido", "dizzy"]
+ "branches": ["master", "jethro","fido" ]
},
{
"name": "Imported layers",
"sourcetype": "imported",
"apiurl": "",
- "branches": ["master", "fido", "dizzy", "HEAD"]
+ "branches": ["master", "jethro","fido", "HEAD"]
}
],
@@ -44,15 +44,15 @@
"dirpath": ""
},
{
- "name": "fido",
+ "name": "jethro",
"giturl": "git://git.openembedded.org/bitbake",
- "branch": "1.26",
+ "branch": "1.28",
"dirpath": ""
},
{
- "name": "dizzy",
+ "name": "fido",
"giturl": "git://git.openembedded.org/bitbake",
- "branch": "1.24",
+ "branch": "1.26",
"dirpath": ""
},
{
@@ -76,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 as expected."
},
{
+ "name": "jethro",
+ "description": "OpenEmbedded Jethro",
+ "bitbake": "jethro",
+ "branch": "jethro",
+ "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=jethro\">OpenEmbedded \"Jethro\"</a> branch"
+ },
+ {
"name": "fido",
"description": "OpenEmbedded Fido",
"bitbake": "fido",
@@ -85,15 +94,6 @@
"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",
- "branch": "dizzy",
- "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=dizzy\">OpenEmbedded \"Dizzy\"</a> branch"
- },
- {
"name": "local",
"description": "Local OpenEmbedded",
"bitbake": "HEAD",
--
1.9.1
More information about the toaster
mailing list