diff mbox series

[yocto-autobuilder-helper] config.json: Disable meta-aws for now

Message ID 20260915202946.3117931-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Disable meta-aws for now | expand

Commit Message

Richard Purdie Sept. 15, 2026, 8:29 p.m. UTC
Until the current failures are addressed, stop testing this. Richard
will let us know when it can be re-enabled.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index b887900..22fc16d 100644
--- a/config.json
+++ b/config.json
@@ -688,7 +688,7 @@ 
                 "BBTARGETS": "agl-image-core-autobuilder"
             }
         },
-        "meta-aws" : {
+        "_meta-aws" : {
             "NEEDREPOS" : ["bitbake", "meta-openembedded", "meta-aws"],
             "ADDLAYER" : [
                 "${BUILDDIR}/../meta-openembedded/meta-oe",