All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] update conf file to jethro v2
@ 2015-10-08 15:05 brian avery
  2015-10-08 15:05 ` [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy v2 brian avery
  2015-10-09  9:39 ` [PATCH 0/1] update conf file to jethro v2 Smith, Elliot
  0 siblings, 2 replies; 3+ messages in thread
From: brian avery @ 2015-10-08 15:05 UTC (permalink / raw)
  To: toaster

Add jethro and remove dizzy.  This v2 fixes a typo.

The following changes since commit 06cdf52fec2f46e3e063ec64ee4cba6c79bfebe5:

  toaster: fix naming for clone directory (2015-10-07 15:35:13 +0100)

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=bavery/toaster/jethro_update_meta-yocto_8428

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] 3+ messages in thread

* [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy v2
  2015-10-08 15:05 [PATCH 0/1] update conf file to jethro v2 brian avery
@ 2015-10-08 15:05 ` brian avery
  2015-10-09  9:39 ` [PATCH 0/1] update conf file to jethro v2 Smith, Elliot
  1 sibling, 0 replies; 3+ messages in thread
From: brian avery @ 2015-10-08 15:05 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.

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..3df1703 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=jethro\">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] 3+ messages in thread

* Re: [PATCH 0/1] update conf file to jethro v2
  2015-10-08 15:05 [PATCH 0/1] update conf file to jethro v2 brian avery
  2015-10-08 15:05 ` [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy v2 brian avery
@ 2015-10-09  9:39 ` Smith, Elliot
  1 sibling, 0 replies; 3+ messages in thread
From: Smith, Elliot @ 2015-10-09  9:39 UTC (permalink / raw)
  To: brian avery; +Cc: toaster

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

On 8 October 2015 at 16:05, brian avery <avery.brian@gmail.com> wrote:

> Add jethro and remove dizzy.  This v2 fixes a typo.
>

Submitted upstream and added to toaster-next.

Elliot


>
> The following changes since commit
> 06cdf52fec2f46e3e063ec64ee4cba6c79bfebe5:
>
>   toaster: fix naming for clone directory (2015-10-07 15:35:13 +0100)
>
> 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=bavery/toaster/jethro_update_meta-yocto_8428
>
> 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
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Elliot Smith
Software Engineer
Intel Open Source Technology Centre

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

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

end of thread, other threads:[~2015-10-09  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-08 15:05 [PATCH 0/1] update conf file to jethro v2 brian avery
2015-10-08 15:05 ` [PATCH 1/1] toaster: update meta-yocto to jethro and drop dizzy v2 brian avery
2015-10-09  9:39 ` [PATCH 0/1] update conf file to jethro v2 Smith, Elliot

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.