From dc458077de015ce5e66ab7c95d67238ae348e494 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 17 Jun 2016 11:32:33 +0100 Subject: [PATCH] toasterconf: exclude releases Toaster can't build Due to the switch to Python 3, Toaster master can only build with master and not with earlier releases. Removed references to "jethro" and "krogoth" from toasterconf. Signed-off-by: Ed Bartosh Signed-off-by: Elliot Smith Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/toasterconf.json | 34 ++------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json index 606aac7769d..93fb9291f92 100644 --- a/meta-poky/conf/toasterconf.json +++ b/meta-poky/conf/toasterconf.json @@ -40,13 +40,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "jethro", "krogoth"] + "branches": ["master"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "jethro", "krogoth", "HEAD"] + "branches": ["master", "HEAD"] } ], @@ -57,18 +57,6 @@ "branch": "master", "dirpath": "bitbake" }, - { - "name": "jethro", - "giturl": "remote:origin", - "branch": "jethro", - "dirpath": "bitbake" - }, - { - "name": "krogoth", - "giturl": "remote:origin", - "branch": "krogoth", - "dirpath": "bitbake" - }, { "name": "HEAD", "giturl": "remote:origin", @@ -89,24 +77,6 @@ "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": "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 Yocto Project 2.1 \"Krogoth\" branch." - }, { "name": "local", "description": "Local Yocto Project", -- 2.47.3