All of lore.kernel.org
 help / color / mirror / Atom feed
* [-M] toasterconf: exclude releases Toaster can't build
@ 2016-06-07  8:49 Ed Bartosh
  2016-06-07  9:22 ` Smith, Elliot
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Bartosh @ 2016-06-07  8:49 UTC (permalink / raw)
  To: toaster

Due to the switch to Python 3, Toaster master can only build
with master and not with earlier releases.

Removed references to "jethro" and "krogoth" from toasterconf.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
---
 meta-poky/conf/toasterconf.json | 34 ++--------------------------------
 1 file changed, 2 insertions(+), 32 deletions(-)

diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json
index 606aac7..93fb929 100644
--- a/meta-poky/conf/toasterconf.json
+++ b/meta-poky/conf/toasterconf.json
@@ -40,13 +40,13 @@
             "name": "OpenEmbedded",
             "sourcetype": "layerindex",
             "apiurl": "http://layers.openembedded.org/layerindex/api/",
-            "branches": ["master", "jethro", "krogoth"]
+            "branches": ["master"]
         },
         {
             "name": "Imported layers",
             "sourcetype": "imported",
             "apiurl": "",
-            "branches": ["master", "jethro", "krogoth", "HEAD"]
+            "branches": ["master", "HEAD"]
 
         }
     ],
@@ -58,18 +58,6 @@
             "dirpath": "bitbake"
         },
         {
-            "name": "jethro",
-            "giturl": "remote:origin",
-            "branch": "jethro",
-            "dirpath": "bitbake"
-        },
-        {
-            "name": "krogoth",
-            "giturl": "remote:origin",
-            "branch": "krogoth",
-            "dirpath": "bitbake"
-        },
-        {
             "name": "HEAD",
             "giturl": "remote:origin",
             "branch": "HEAD",
@@ -90,24 +78,6 @@
             "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": "krogoth",
-            "description": "Yocto Project 2.1 Krogoth",
-            "bitbake": "krogoth",
-            "branch": "krogoth",
-            "defaultlayers": [ "openembedded-core", "meta-poky", "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=krogoth\">Yocto Project 2.1 \"Krogoth\"</a> branch."
-        },
-        {
             "name": "local",
             "description": "Local Yocto Project",
             "bitbake": "HEAD",
-- 
2.6.6



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

* Re: [-M] toasterconf: exclude releases Toaster can't build
  2016-06-07  8:49 [-M] toasterconf: exclude releases Toaster can't build Ed Bartosh
@ 2016-06-07  9:22 ` Smith, Elliot
  0 siblings, 0 replies; 2+ messages in thread
From: Smith, Elliot @ 2016-06-07  9:22 UTC (permalink / raw)
  To: Ed Bartosh; +Cc: toaster

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

Ed, I submitted patches for this already. They've gone to the appropriate
poky/oe lists.

Elliot

On 7 June 2016 at 09:49, Ed Bartosh <ed.bartosh@linux.intel.com> wrote:

> Due to the switch to Python 3, Toaster master can only build
> with master and not with earlier releases.
>
> Removed references to "jethro" and "krogoth" from toasterconf.
>
> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
> ---
>  meta-poky/conf/toasterconf.json | 34 ++--------------------------------
>  1 file changed, 2 insertions(+), 32 deletions(-)
>
> diff --git a/meta-poky/conf/toasterconf.json
> b/meta-poky/conf/toasterconf.json
> index 606aac7..93fb929 100644
> --- a/meta-poky/conf/toasterconf.json
> +++ b/meta-poky/conf/toasterconf.json
> @@ -40,13 +40,13 @@
>              "name": "OpenEmbedded",
>              "sourcetype": "layerindex",
>              "apiurl": "http://layers.openembedded.org/layerindex/api/",
> -            "branches": ["master", "jethro", "krogoth"]
> +            "branches": ["master"]
>          },
>          {
>              "name": "Imported layers",
>              "sourcetype": "imported",
>              "apiurl": "",
> -            "branches": ["master", "jethro", "krogoth", "HEAD"]
> +            "branches": ["master", "HEAD"]
>
>          }
>      ],
> @@ -58,18 +58,6 @@
>              "dirpath": "bitbake"
>          },
>          {
> -            "name": "jethro",
> -            "giturl": "remote:origin",
> -            "branch": "jethro",
> -            "dirpath": "bitbake"
> -        },
> -        {
> -            "name": "krogoth",
> -            "giturl": "remote:origin",
> -            "branch": "krogoth",
> -            "dirpath": "bitbake"
> -        },
> -        {
>              "name": "HEAD",
>              "giturl": "remote:origin",
>              "branch": "HEAD",
> @@ -90,24 +78,6 @@
>              "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": "krogoth",
> -            "description": "Yocto Project 2.1 Krogoth",
> -            "bitbake": "krogoth",
> -            "branch": "krogoth",
> -            "defaultlayers": [ "openembedded-core", "meta-poky",
> "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=krogoth\">Yocto
> Project 2.1 \"Krogoth\"</a> branch."
> -        },
> -        {
>              "name": "local",
>              "description": "Local Yocto Project",
>              "bitbake": "HEAD",
> --
> 2.6.6
>
> --
> _______________________________________________
> 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: 6449 bytes --]

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

end of thread, other threads:[~2016-06-07  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07  8:49 [-M] toasterconf: exclude releases Toaster can't build Ed Bartosh
2016-06-07  9:22 ` 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.