[Toaster] [fido PATCH 2/2] toasterconf: remove master for fido

Brian Avery avery.brian at gmail.com
Thu Aug 20 16:05:17 PDT 2015


upstreamed.
ty,
b

On Wed, Aug 19, 2015 at 9:49 AM, Alex DAMIAN <alexandru.damian at intel.com> wrote:
> From: Alexandru DAMIAN <alexandru.damian at 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 at intel.com>
> ---
>  meta/conf/toasterconf.json | 23 ++++-------------------
>  1 file changed, 4 insertions(+), 19 deletions(-)
>
> diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
> index c8e42ef..ecd6a9f 100644
> --- a/meta/conf/toasterconf.json
> +++ b/meta/conf/toasterconf.json
> @@ -12,7 +12,7 @@
>              "name": "Local OpenEmbedded",
>              "sourcetype": "local",
>              "apiurl": "../../",
> -            "branches": ["HEAD", "master", "fido", "dizzy"],
> +            "branches": ["HEAD", "fido", "dizzy"],
>              "layers": [
>                  {
>                      "name": "openembedded-core",
> @@ -26,24 +26,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": "git://git.openembedded.org/bitbake",
> -            "branch": "master",
> -            "dirpath": ""
> -        },
> -        {
>              "name": "fido",
>              "giturl": "git://git.openembedded.org/bitbake",
>              "branch": "1.26",
> @@ -63,19 +57,10 @@
>          }
>      ],
>
> -    "defaultrelease": "master",
> +    "defaultrelease": "fido",
>
>      "releases": [
>          {
> -            "name": "master",
> -            "description": "OpenEmbedded master",
> -            "bitbake": "master",
> -            "branch": "master",
> -            "defaultlayers": [ "openembedded-core" ],
> -            "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" :  0 },
> -            "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."
> -        },
> -        {
>              "name": "fido",
>              "description": "OpenEmbedded Fido",
>              "bitbake": "fido",
> --
> 1.9.1
>
> --
> _______________________________________________
> toaster mailing list
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster


More information about the toaster mailing list