diff mbox series

[meta-yocto,dunfell] config.json: use buildtools for rocky9 and opensuse154

Message ID 0cc82209460f3bcf4e8fbaaacde31742ac30631e.1685557556.git.steve@sakoman.com (mailing list archive)
State New
Headers show
Series [meta-yocto,dunfell] config.json: use buildtools for rocky9 and opensuse154 | expand

Commit Message

Steve Sakoman May 31, 2023, 6:26 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index dcd2e66..dac9d62 100644
--- a/config.json
+++ b/config.json
@@ -1149,6 +1149,9 @@ 
     "buildtools" : {
         "debian8*" : "${BUILDTOOLS_URL}",
         "centos7*" : "${BUILDTOOLS_URL}",
-        "perf-centos7*" : "${BUILDTOOLS_URL}"
+        "perf-centos7*" : "${BUILDTOOLS_URL}",
+        "opensuse153*" : "${BUILDTOOLS_URL}",
+        "opensuse154*" : "${BUILDTOOLS_URL}",
+        "rocky9*" : "${BUILDTOOLS_URL}"
     }
 }