All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test
       [not found] <cover.1668781506.git.steve@sakoman.com>
@ 2022-11-18 14:28 ` Steve Sakoman
  2022-11-18 15:08   ` [yocto] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2022-11-18 14:28 UTC (permalink / raw)
  To: yocto

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



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

* Re: [yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test
  2022-11-18 14:28 ` [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test Steve Sakoman
@ 2022-11-18 15:08   ` Alexander Kanavin
  2022-11-18 16:02     ` Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2022-11-18 15:08 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: yocto

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test
  2022-11-18 15:08   ` [yocto] " Alexander Kanavin
@ 2022-11-18 16:02     ` Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2022-11-18 16:02 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: yocto

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]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


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

end of thread, other threads:[~2022-11-18 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1668781506.git.steve@sakoman.com>
2022-11-18 14:28 ` [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test Steve Sakoman
2022-11-18 15:08   ` [yocto] " Alexander Kanavin
2022-11-18 16:02     ` Steve Sakoman

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.