All of lore.kernel.org
 help / color / mirror / Atom feed
* Toasterconf.json files for 1.8 Fido release
@ 2015-03-24 18:28 Damian, Alexandru
  0 siblings, 0 replies; only message in thread
From: Damian, Alexandru @ 2015-03-24 18:28 UTC (permalink / raw)
  To: Elizabeth Flanagan, Tracy Graydon, Richard Purdie,
	Belen Barros Pena, Paul Eggleton, toaster

[-- Attachment #1: Type: text/plain, Size: 5292 bytes --]

Hello,

toasterconf.json file is the configuration file that tell toaster where to
find specific releases of YP/Poky.

I'm preparing a patch to update this file for 1.8 release with the
assumptions that:
- branch names will be "fido"
- bitbake will release on the "1.26" branch


I'm pasting below the diff, can you please confirm that the assumptions I'm
taking are valid ?

-- 
Alex Damian
Yocto Project
SSG / OTC

--

diff --git a/meta-yocto/conf/toasterconf.json
b/meta-yocto/conf/toasterconf.json
index f1b5227..c455276 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -12,7 +12,7 @@
             "name": "Local Yocto Project",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "dizzy"],
+            "branches": ["HEAD", "master", "fido", "dizzy"],
             "layers": [
                 {
                     "name": "openembedded-core",
@@ -39,13 +39,13 @@
             "name": "OpenEmbedded",
             "sourcetype": "layerindex",
             "apiurl": "http://layers.openembedded.org/layerindex/api/",
-            "branches": ["master", "dizzy"]
+            "branches": ["master", "fido", "dizzy"]
         },
         {
             "name": "Imported layers",
             "sourcetype": "imported",
             "apiurl": "",
-            "branches": ["master", "dizzy", "HEAD"]
+            "branches": ["master", "fido", "dizzy", "HEAD"]

         }
     ],
@@ -57,6 +57,12 @@
             "dirpath": "bitbake"
         },
         {
+            "name": "fido",
+            "giturl": "remote:origin",
+            "branch": "fido",
+            "dirpath": "bitbake"
+        },
+        {
             "name": "dizzy",
             "giturl": "remote:origin",
             "branch": "dizzy",
@@ -83,6 +89,15 @@
             "helptext": "Toaster will run your builds using the tip of the
<a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/\">Yocto
Project master branch</a>, where active development takes place. This is
not a stable branch, so your builds might not work
         },
         {
+            "name": "fido",
+            "description": "Yocto Project 1.8 Fido",
+            "bitbake": "fido",
+            "branch": "fido",
+            "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
<a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=fido\">Yocto
Project 1.8 \"Fido\"</a> branch."
+        },
+        {
             "name": "dizzy",
             "description": "Yocto Project 1.7 Dizzy",
             "bitbake": "dizzy",
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index 84c12bf..c8e42ef 100644
--- a/meta/conf/toasterconf.json
+++ b/meta/conf/toasterconf.json
@@ -12,7 +12,7 @@
             "name": "Local OpenEmbedded",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "dizzy"],
+            "branches": ["HEAD", "master", "fido", "dizzy"],
             "layers": [
                 {
                     "name": "openembedded-core",
@@ -26,13 +26,13 @@
             "name": "OpenEmbedded",
             "sourcetype": "layerindex",
             "apiurl": "http://layers.openembedded.org/layerindex/api/",
-            "branches": ["master", "dizzy"]
+            "branches": ["master", "fido", "dizzy"]
         },
         {
             "name": "Imported layers",
             "sourcetype": "imported",
             "apiurl": "",
-            "branches": ["master", "dizzy", "HEAD"]
+            "branches": ["master", "fido", "dizzy", "HEAD"]

         }
     ],
@@ -44,6 +44,12 @@
             "dirpath": ""
         },
         {
+            "name": "fido",
+            "giturl": "git://git.openembedded.org/bitbake",
+            "branch": "1.26",
+            "dirpath": ""
+        },
+        {
             "name": "dizzy",
             "giturl": "git://git.openembedded.org/bitbake",
             "branch": "1.24",
@@ -70,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 a
         },
         {
+            "name": "fido",
+            "description": "OpenEmbedded Fido",
+            "bitbake": "fido",
+            "branch": "fido",
+            "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=fido\">OpenEmbedded
\"Fido\"</a> branch"
+        },
+        {
             "name": "dizzy",
             "description": "OpenEmbedded Dizzy",
             "bitbake": "dizzy",
​

[-- Attachment #2: Type: text/html, Size: 9577 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-24 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 18:28 Toasterconf.json files for 1.8 Fido release Damian, Alexandru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.