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

This updates the conf file in meta-yocto to support master, 
jethro and fido. This drops dizzy support.  I will send the one in 
meta 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-yocto_8428
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=testJethro

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

 meta-yocto/conf/toasterconf.json | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

-- 
1.9.1



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

* [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy
  2015-10-01 22:11 [PATCH 0/1] update conf file to jethro brian avery
@ 2015-10-01 22:11 ` brian avery
  2015-10-02 13:20   ` Barros Pena, Belen
  0 siblings, 1 reply; 4+ messages in thread
From: brian avery @ 2015-10-01 22:11 UTC (permalink / raw)
  To: toaster

Toaster only supports building 2 branche back. This
updates the conf file for meta-yocto so support
master, jethro, and fido.

[YOCTO #8428]

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

diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json
index 9e45ff0..d999ef0 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -39,13 +39,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"]
 
         }
     ],
@@ -57,15 +57,15 @@
             "dirpath": "bitbake"
         },
         {
-            "name": "fido",
+            "name": "jethro",
             "giturl": "remote:origin",
-            "branch": "fido",
+            "branch": "jethro",
             "dirpath": "bitbake"
         },
         {
-            "name": "dizzy",
+            "name": "fido",
             "giturl": "remote:origin",
-            "branch": "dizzy",
+            "branch": "fido",
             "dirpath": "bitbake"
         },
         {
@@ -89,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 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 <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethr0\">Yocto Project 2.0 \"Jethro\"</a> branch."
+        },
+        {
             "name": "fido",
             "description": "Yocto Project 1.8 Fido",
             "bitbake": "fido",
@@ -98,15 +107,6 @@
             "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",
-            "branch": "dizzy",
-            "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=dizzy\">Yocto Project 1.7 \"Dizzy\"</a> branch."
-        },
-        {
             "name": "local",
             "description": "Local Yocto Project",
             "bitbake": "HEAD",
-- 
1.9.1



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

* Re: [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy
  2015-10-01 22:11 ` [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy brian avery
@ 2015-10-02 13:20   ` Barros Pena, Belen
  2015-10-08 15:33     ` Brian Avery
  0 siblings, 1 reply; 4+ messages in thread
From: Barros Pena, Belen @ 2015-10-02 13:20 UTC (permalink / raw)
  To: brian avery, toaster@yoctoproject.org



On 01/10/2015 23:11, "toaster-bounces@yoctoproject.org on behalf of brian
avery" <toaster-bounces@yoctoproject.org on behalf of
avery.brian@gmail.com> wrote:

>
>+            "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 <a 
>href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethr0\">Yoct
>o 

Is the '0' in 'jethr0' there on purpose? Or just a typo?

By the way, Paul Eggleton has created a Jethro branch in the layer index
so that you don't get a project without layers when you choose this
release.

Cheers

Belén



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

* Re: [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy
  2015-10-02 13:20   ` Barros Pena, Belen
@ 2015-10-08 15:33     ` Brian Avery
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Avery @ 2015-10-08 15:33 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: toaster@yoctoproject.org

Bleep!!!

Belen, ty for catching my crappy typing.  I did this before we had
enough in place to test and clearly ned remedial tpying lessons!

pushed non 0 version.
-b

On Fri, Oct 2, 2015 at 6:20 AM, Barros Pena, Belen
<belen.barros.pena@intel.com> wrote:
>
>
> On 01/10/2015 23:11, "toaster-bounces@yoctoproject.org on behalf of brian
> avery" <toaster-bounces@yoctoproject.org on behalf of
> avery.brian@gmail.com> wrote:
>
>>
>>+            "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 <a
>>href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethr0\">Yoct
>>o
>
> Is the '0' in 'jethr0' there on purpose? Or just a typo?
>
> By the way, Paul Eggleton has created a Jethro branch in the layer index
> so that you don't get a project without layers when you choose this
> release.
>
> Cheers
>
> Belén
>


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

end of thread, other threads:[~2015-10-08 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 22:11 [PATCH 0/1] update conf file to jethro brian avery
2015-10-01 22:11 ` [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy brian avery
2015-10-02 13:20   ` Barros Pena, Belen
2015-10-08 15:33     ` 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.