diff mbox series

[yocto-autobuilder-helper,langdale] config.json: don't run the meta-agl-core test

Message ID 47d71483139752f47c4e70981db7727e095b26ff.1668781506.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,langdale] config.json: don't run the meta-agl-core test | expand

Commit Message

Steve Sakoman Nov. 18, 2022, 2:28 p.m. UTC
langdale isn't currently supported on any branch of meta-agl

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 17 -----------------
 1 file changed, 17 deletions(-)

Comments

Alexander Kanavin Nov. 18, 2022, 3:08 p.m. UTC | #1
Does this mean that master should be excluded too?

Alex

On Fri, 18 Nov 2022 at 15:28, Steve Sakoman <steve@sakoman.com> wrote:
>
> langdale isn't currently supported on any branch of meta-agl
>
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  config.json | 17 -----------------
>  1 file changed, 17 deletions(-)
>
> diff --git a/config.json b/config.json
> index da87a2d..27283c9 100644
> --- a/config.json
> +++ b/config.json
> @@ -403,23 +403,6 @@
>                  "SANITYTARGETS" : "core-image-sato:do_testsdk"
>              }
>          },
> -        "meta-agl-core" : {
> -            "NEEDREPOS" : ["poky", "meta-agl"],
> -            "ADDLAYER" : [
> -                "${BUILDDIR}/../meta-agl/meta-agl-core"
> -            ],
> -            "DISTRO" : "poky-agl",
> -            "BUILDINFO" : true,
> -            "BUILDHISTORY" : true,
> -            "PACKAGE_CLASSES" : "package_rpm",
> -            "extravars" : [
> -                "AGL_FEATURES = 'aglcore'"
> -            ],
> -            "step1" : {
> -                "MACHINE": "qemux86-64",
> -                "BBTARGETS": "agl-image-core-autobuilder"
> -            }
> -        },
>          "meta-aws" : {
>              "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
>              "ADDLAYER" : [
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#58591): https://lists.yoctoproject.org/g/yocto/message/58591
> Mute This Topic: https://lists.yoctoproject.org/mt/95112745/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Steve Sakoman Nov. 18, 2022, 4:02 p.m. UTC | #2
On Fri, Nov 18, 2022 at 5:08 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> Does this mean that master should be excluded too?

No, master is supported.

Steve

> On Fri, 18 Nov 2022 at 15:28, Steve Sakoman <steve@sakoman.com> wrote:
> >
> > langdale isn't currently supported on any branch of meta-agl
> >
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  config.json | 17 -----------------
> >  1 file changed, 17 deletions(-)
> >
> > diff --git a/config.json b/config.json
> > index da87a2d..27283c9 100644
> > --- a/config.json
> > +++ b/config.json
> > @@ -403,23 +403,6 @@
> >                  "SANITYTARGETS" : "core-image-sato:do_testsdk"
> >              }
> >          },
> > -        "meta-agl-core" : {
> > -            "NEEDREPOS" : ["poky", "meta-agl"],
> > -            "ADDLAYER" : [
> > -                "${BUILDDIR}/../meta-agl/meta-agl-core"
> > -            ],
> > -            "DISTRO" : "poky-agl",
> > -            "BUILDINFO" : true,
> > -            "BUILDHISTORY" : true,
> > -            "PACKAGE_CLASSES" : "package_rpm",
> > -            "extravars" : [
> > -                "AGL_FEATURES = 'aglcore'"
> > -            ],
> > -            "step1" : {
> > -                "MACHINE": "qemux86-64",
> > -                "BBTARGETS": "agl-image-core-autobuilder"
> > -            }
> > -        },
> >          "meta-aws" : {
> >              "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
> >              "ADDLAYER" : [
> > --
> > 2.25.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#58591): https://lists.yoctoproject.org/g/yocto/message/58591
> > Mute This Topic: https://lists.yoctoproject.org/mt/95112745/1686489
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/config.json b/config.json
index da87a2d..27283c9 100644
--- a/config.json
+++ b/config.json
@@ -403,23 +403,6 @@ 
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
             }
         },
-        "meta-agl-core" : {
-            "NEEDREPOS" : ["poky", "meta-agl"],
-            "ADDLAYER" : [
-                "${BUILDDIR}/../meta-agl/meta-agl-core"
-            ],
-            "DISTRO" : "poky-agl",
-            "BUILDINFO" : true,
-            "BUILDHISTORY" : true,
-            "PACKAGE_CLASSES" : "package_rpm",
-            "extravars" : [
-                "AGL_FEATURES = 'aglcore'"
-            ],
-            "step1" : {
-                "MACHINE": "qemux86-64",
-                "BBTARGETS": "agl-image-core-autobuilder"
-            }
-        },
         "meta-aws" : {
             "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
             "ADDLAYER" : [