All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] update meta conf file to jethro
@ 2015-10-01 22:29 brian avery
  2015-10-01 22:29 ` [PATCH 1/1] toaster: update meta to jethro and drop dizzy brian avery
  0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2015-10-01 22:29 UTC (permalink / raw)
  To: toaster

This updates the conf file in meta to support master, 
jethro and fido. This drops dizzy support.  This one is sent
separately since it needs to be upstreamed to a different mailing
list.

The following changes since commit 3143235ff04998bad4a2af3e8fe0361664f65aa2:

  toaster: exclude recipes with empty names (2015-10-01 14:14:10 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/toaster/jethro_update_meta_8428
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/jethro_update_meta_8428

brian avery (1):
  toaster: update meta to jethro and drop dizzy

 meta/conf/toasterconf.json | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] toaster: update meta to jethro and drop dizzy
  2015-10-01 22:29 [PATCH 0/1] update meta conf file to jethro brian avery
@ 2015-10-01 22:29 ` brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2015-10-01 22:29 UTC (permalink / raw)
  To: toaster

    Toaster only supports building 2 branches back. This
    updates the conf file for meta to support
    master, jethro, and fido.

    [YOCTO #8428]

Signed-off-by: brian avery <avery.brian@gmail.com>
---
 meta/conf/toasterconf.json | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index c8e42ef..c1ab767 100644
--- a/meta/conf/toasterconf.json
+++ b/meta/conf/toasterconf.json
@@ -12,7 +12,7 @@
             "name": "Local OpenEmbedded",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "fido", "dizzy"],
+            "branches": ["HEAD", "master", "jethro","fido"],
             "layers": [
                 {
                     "name": "openembedded-core",
@@ -26,13 +26,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"]
 
         }
     ],
@@ -44,15 +44,15 @@
             "dirpath": ""
         },
         {
-            "name": "fido",
+            "name": "jethro",
             "giturl": "git://git.openembedded.org/bitbake",
-            "branch": "1.26",
+            "branch": "1.28",
             "dirpath": ""
         },
         {
-            "name": "dizzy",
+            "name": "fido",
             "giturl": "git://git.openembedded.org/bitbake",
-            "branch": "1.24",
+            "branch": "1.26",
             "dirpath": ""
         },
         {
@@ -76,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 as expected."
         },
         {
+            "name": "jethro",
+            "description": "OpenEmbedded Jethro",
+            "bitbake": "jethro",
+            "branch": "jethro",
+            "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=jethro\">OpenEmbedded \"Jethro\"</a> branch"
+        },
+        {
             "name": "fido",
             "description": "OpenEmbedded Fido",
             "bitbake": "fido",
@@ -85,15 +94,6 @@
             "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",
-            "branch": "dizzy",
-            "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=dizzy\">OpenEmbedded \"Dizzy\"</a> branch"
-        },
-        {
             "name": "local",
             "description": "Local OpenEmbedded",
             "bitbake": "HEAD",
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-01 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 22:29 [PATCH 0/1] update meta conf file to jethro brian avery
2015-10-01 22:29 ` [PATCH 1/1] toaster: update meta to jethro and drop dizzy brian avery

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.