From ee25d0e3987d7732a2e46e1640693b4cf419a9fc Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 18 Apr 2016 16:08:18 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta-poky/conf/toasterconf.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json index f74e2a008d..606aac7769 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"] + "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 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", -- cgit 1.2.3-korg