From: Richard Purdie <richard.pur...@linuxfoundation.org>

Add layer checks for meta-aws and meta-openembedded while we're at it

Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
(cherry picked from commit fe72e222961d69dcd4d638e7e05b437a65e8f34c)
Signed-off-by: Steve Sakoman <st...@sakoman.com>
---
 config.json | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index e22124d..d871349 100644
--- a/config.json
+++ b/config.json
@@ -771,10 +771,18 @@
             }
         },
         "check-layer-nightly" : {
-            "NEEDREPOS" : ["poky", "meta-intel"],
+            "NEEDREPOS" : ["poky", "meta-aws", "meta-intel", 
"meta-openembedded"],
             "step1" : {
+                "shortname" : "Test meta-aws YP Compatibility",
+                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-aws 
--dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking 
../meta-openembedded/meta-python -n --no-auto-dependency"]
+            },
+            "step2" : {
                 "shortname" : "Test meta-intel YP Compatibility",
-                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-intel"]
+                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-intel 
--no-auto-dependency"]
+            },
+            "step3" : {
+                "shortname" : "Test meta-oe YP Compatibility",
+                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-openembedded 
--no-auto-dependency"]
             }
         },
         "meta-mingw" : {
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#54328): https://lists.yoctoproject.org/g/yocto/message/54328
Mute This Topic: https://lists.yoctoproject.org/mt/84687398/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to