All of lore.kernel.org
 help / color / mirror / Atom feed
* [FIDO] [PATCH 0/1] remove master as a branch option from fido
@ 2015-08-20 22:53 brian avery
  2015-08-20 22:53 ` [FIDO] [PATCH 1/1] " brian avery
  0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2015-08-20 22:53 UTC (permalink / raw)
  To: poky; +Cc: Alexandru DAMIAN

Toaster isn't designed to be forward compatible. As such,                                                                                                                            a release cannot build releases newer then it.                                                                                                                                                                                                                                                                                                                         
Particularly, "fido" cannot build "master", so we remove                                                                                                                             "master" from the list of supported releases in "fido"    


Alexandru DAMIAN (1):
  toasterconf: remove master for fido

 conf/toasterconf.json | 23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)

-- 
1.9.1



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

* [FIDO] [PATCH 1/1] remove master as a branch option from fido
  2015-08-20 22:53 [FIDO] [PATCH 0/1] remove master as a branch option from fido brian avery
@ 2015-08-20 22:53 ` brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2015-08-20 22:53 UTC (permalink / raw)
  To: poky; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

Toaster isn't designed to be forward compatible. As such,
a release cannot build releases newer then it.

Particularly, "fido" cannot build "master", so we remove
"master" from the list of supported releases in "fido"

[YOCTO #8154]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
---
 conf/toasterconf.json | 23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)

diff --git a/conf/toasterconf.json b/conf/toasterconf.json
index c455276..264b70b 100644
--- a/conf/toasterconf.json
+++ b/conf/toasterconf.json
@@ -12,7 +12,7 @@
             "name": "Local Yocto Project",
             "sourcetype": "local",
             "apiurl": "../../",
-            "branches": ["HEAD", "master", "fido", "dizzy"],
+            "branches": ["HEAD", "fido", "dizzy"],
             "layers": [
                 {
                     "name": "openembedded-core",
@@ -39,24 +39,18 @@
             "name": "OpenEmbedded",
             "sourcetype": "layerindex",
             "apiurl": "http://layers.openembedded.org/layerindex/api/",
-            "branches": ["master", "fido", "dizzy"]
+            "branches": ["fido", "dizzy"]
         },
         {
             "name": "Imported layers",
             "sourcetype": "imported",
             "apiurl": "",
-            "branches": ["master", "fido", "dizzy", "HEAD"]
+            "branches": ["fido", "dizzy", "HEAD"]
 
         }
     ],
     "bitbake" : [
         {
-            "name": "master",
-            "giturl": "remote:origin",
-            "branch": "master",
-            "dirpath": "bitbake"
-        },
-        {
             "name": "fido",
             "giturl": "remote:origin",
             "branch": "fido",
@@ -76,19 +70,10 @@
         }
     ],
 
-    "defaultrelease": "master",
+    "defaultrelease": "fido",
 
     "releases": [
         {
-            "name": "master",
-            "description": "Yocto Project master",
-            "bitbake": "master",
-            "branch": "master",
-            "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
-            "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" :  0 },
-            "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": "fido",
             "description": "Yocto Project 1.8 Fido",
             "bitbake": "fido",
-- 
1.9.1



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

end of thread, other threads:[~2015-08-20 22:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 22:53 [FIDO] [PATCH 0/1] remove master as a branch option from fido brian avery
2015-08-20 22:53 ` [FIDO] [PATCH 1/1] " 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.