From d9528d9a394a45ecc2abb945cbffcf31b0078207 Mon Sep 17 00:00:00 2001 From: brian avery Date: Fri, 9 Oct 2015 10:38:43 +0100 Subject: toasterconf: update meta-yocto to jethro and drop dizzy Toaster only supports building 2 branches back. This updates the conf file for meta-yocto to support master, jethro, and fido. (From meta-yocto rev: 426fb86b4c8ed5c700efe55176628cb0280cb3ae) Signed-off-by: brian avery Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- meta-yocto/conf/toasterconf.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 9e45ff09ce..3df1703068 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -39,13 +39,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"] } ], @@ -57,15 +57,15 @@ "dirpath": "bitbake" }, { - "name": "fido", + "name": "jethro", "giturl": "remote:origin", - "branch": "fido", + "branch": "jethro", "dirpath": "bitbake" }, { - "name": "dizzy", + "name": "fido", "giturl": "remote:origin", - "branch": "dizzy", + "branch": "fido", "dirpath": "bitbake" }, { @@ -88,6 +88,15 @@ "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "helptext": "Toaster will run your builds using the tip of the Yocto Project master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected." }, + { + "name": "jethro", + "description": "Yocto Project 2.0 Jethro", + "bitbake": "jethro", + "branch": "jethro", + "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 Yocto Project 2.0 \"Jethro\" branch." + }, { "name": "fido", "description": "Yocto Project 1.8 Fido", @@ -97,15 +106,6 @@ "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, "helptext": "Toaster will run your builds with the tip of the Yocto Project 1.8 \"Fido\" branch." }, - { - "name": "dizzy", - "description": "Yocto Project 1.7 Dizzy", - "bitbake": "dizzy", - "branch": "dizzy", - "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 Yocto Project 1.7 \"Dizzy\" branch." - }, { "name": "local", "description": "Local Yocto Project", -- cgit 1.2.3-korg