[oe-commits] [openembedded-core] 02/02: toasterconf.json: Update for krogoth release

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:49:48 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit e003ef038819c10f351bb8268b377626c95bb077
Author: Belen Barros Pena <belen.barros.pena at linux.intel.com>
AuthorDate: Mon Apr 18 16:15:20 2016 +0100

    toasterconf.json: Update for krogoth release
    
    Update the OpenEmbedded Toaster configuration file to include the
    krogoth branch. Also, make sure the DISTRO default value is set to
    "nodistro".
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/toasterconf.json | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index 3ce59b7..c27880e 100644
--- a/meta/conf/toasterconf.json
+++ b/meta/conf/toasterconf.json
@@ -13,7 +13,7 @@
             "name": "Local OpenEmbedded",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "jethro"],
+            "branches": ["HEAD", "master", "jethro", "krogoth"],
             "layers": [
                 {
                     "name": "openembedded-core",
@@ -27,13 +27,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"]
 
         }
     ],
@@ -51,6 +51,12 @@
             "dirpath": ""
         },
         {
+            "name": "krogoth",
+            "giturl": "git://git.openembedded.org/bitbake",
+            "branch": "1.30",
+            "dirpath": ""
+        },
+        {
             "name": "HEAD",
             "giturl": "git://git.openembedded.org/bitbake",
             "branch": "HEAD",
@@ -80,6 +86,15 @@
             "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": "krogoth",
+            "description": "OpenEmbedded Krogoth",
+            "bitbake": "krogoth",
+            "branch": "krogoth",
+            "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=krogoth\">OpenEmbedded \"Krogoth\"</a> branch"
+        },
+        {
             "name": "local",
             "description": "Local OpenEmbedded",
             "bitbake": "HEAD",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list