diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-08-20 16:04:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 21:19:46 +0100 |
commit | bdba0dd12dcca168e4721088414b47e411b0ef16 (patch) | |
tree | 226dfb86c4fac9bcfb0567535680ebdf54dd4535 | |
parent | 4fc8836379b3a4534c392a29b4bf70000b632232 (diff) | |
download | poky-bdba0dd12dcca168e4721088414b47e411b0ef16.tar.gz |
toasterconf: remove master as a branch option from fido release
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]
(From OE-Core rev: bda086118abfb168183dc285357ecbb6dccff5e3)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/toasterconf.json | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index c8e42efadd..ecd6a9f52e 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json | |||
@@ -12,7 +12,7 @@ | |||
12 | "name": "Local OpenEmbedded", | 12 | "name": "Local OpenEmbedded", |
13 | "sourcetype": "local", | 13 | "sourcetype": "local", |
14 | "apiurl": "../../", | 14 | "apiurl": "../../", |
15 | "branches": ["HEAD", "master", "fido", "dizzy"], | 15 | "branches": ["HEAD", "fido", "dizzy"], |
16 | "layers": [ | 16 | "layers": [ |
17 | { | 17 | { |
18 | "name": "openembedded-core", | 18 | "name": "openembedded-core", |
@@ -26,24 +26,18 @@ | |||
26 | "name": "OpenEmbedded", | 26 | "name": "OpenEmbedded", |
27 | "sourcetype": "layerindex", | 27 | "sourcetype": "layerindex", |
28 | "apiurl": "http://layers.openembedded.org/layerindex/api/", | 28 | "apiurl": "http://layers.openembedded.org/layerindex/api/", |
29 | "branches": ["master", "fido", "dizzy"] | 29 | "branches": ["fido", "dizzy"] |
30 | }, | 30 | }, |
31 | { | 31 | { |
32 | "name": "Imported layers", | 32 | "name": "Imported layers", |
33 | "sourcetype": "imported", | 33 | "sourcetype": "imported", |
34 | "apiurl": "", | 34 | "apiurl": "", |
35 | "branches": ["master", "fido", "dizzy", "HEAD"] | 35 | "branches": ["fido", "dizzy", "HEAD"] |
36 | 36 | ||
37 | } | 37 | } |
38 | ], | 38 | ], |
39 | "bitbake" : [ | 39 | "bitbake" : [ |
40 | { | 40 | { |
41 | "name": "master", | ||
42 | "giturl": "git://git.openembedded.org/bitbake", | ||
43 | "branch": "master", | ||
44 | "dirpath": "" | ||
45 | }, | ||
46 | { | ||
47 | "name": "fido", | 41 | "name": "fido", |
48 | "giturl": "git://git.openembedded.org/bitbake", | 42 | "giturl": "git://git.openembedded.org/bitbake", |
49 | "branch": "1.26", | 43 | "branch": "1.26", |
@@ -63,19 +57,10 @@ | |||
63 | } | 57 | } |
64 | ], | 58 | ], |
65 | 59 | ||
66 | "defaultrelease": "master", | 60 | "defaultrelease": "fido", |
67 | 61 | ||
68 | "releases": [ | 62 | "releases": [ |
69 | { | 63 | { |
70 | "name": "master", | ||
71 | "description": "OpenEmbedded master", | ||
72 | "bitbake": "master", | ||
73 | "branch": "master", | ||
74 | "defaultlayers": [ "openembedded-core" ], | ||
75 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, | ||
76 | "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." | ||
77 | }, | ||
78 | { | ||
79 | "name": "fido", | 64 | "name": "fido", |
80 | "description": "OpenEmbedded Fido", | 65 | "description": "OpenEmbedded Fido", |
81 | "bitbake": "fido", | 66 | "bitbake": "fido", |