diff mbox series

[yocto-autobuilder-helper,styhead] config.json: Drop meta-ti from check-layer

Message ID 20241030163752.437395-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper,styhead] config.json: Drop meta-ti from check-layer | expand

Commit Message

Richard Purdie Oct. 30, 2024, 4:37 p.m. UTC
meta-ti doesn't support styhead, remove it from the check-layer target. The
main build target was already removed

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 25b0817..83a81e7 100644
--- a/config.json
+++ b/config.json
@@ -1228,7 +1228,7 @@ 
             }
         },
         "check-layer-nightly" : {
-            "NEEDREPOS" : ["poky", "meta-arm", "meta-aws", "meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang", "meta-exein"],
+            "NEEDREPOS" : ["poky", "meta-arm", "meta-aws", "meta-intel", "meta-openembedded", "meta-virtualization", "meta-clang", "meta-exein"],
             "step1" : {
                 "shortname" : "Test meta-arm YP Compatibility",
                 "MACHINE" : "qemuarm64",
@@ -1243,22 +1243,18 @@ 
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-intel --no-auto-dependency"]
             },
             "step4" : {
-                "shortname" : "Test meta-ti YP Compatibility",
-                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm --no-auto-dependency"]
-            },
-            "step5" : {
                 "shortname" : "Test meta-oe YP Compatibility",
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-openembedded --no-auto-dependency"]
             },
-            "step6" : {
+            "step5" : {
                 "shortname" : "Test meta-virtualization YP Compatibility",
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-virtualization --dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking ../meta-openembedded/meta-python ../meta-openembedded/meta-filesystems --no-auto-dependency"]
             },
-            "step7" : {
+            "step6" : {
                 "shortname" : "Test meta-clang YP Compatibility",
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-clang --no-auto-dependency"]
             },
-            "step8" : {
+            "step7" : {
                 "shortname" : "Test meta-exein YP Compatibility",
                 "extravars" : [
                     "HOSTTOOLS:remove = 'clang llvm-strip'"