Date
1 - 3 of 3
[yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test
Steve Sakoman
On Fri, Nov 18, 2022 at 5:08 AM Alexander Kanavin
<alex.kanavin@...> wrote: No, master is supported. Steve On Fri, 18 Nov 2022 at 15:28, Steve Sakoman <steve@...> wrote: |
|
Alexander Kanavin
Does this mean that master should be excluded too?
toggle quoted message
Show quoted text
Alex On Fri, 18 Nov 2022 at 15:28, Steve Sakoman <steve@...> wrote:
|
|
Steve Sakoman
langdale isn't currently supported on any branch of meta-agl
Signed-off-by: Steve Sakoman <steve@...> --- 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 |
|