diff mbox series

[scarthgap,yocto-autobuilder-helper] config.json: Use buildtools tarball for rocky8

Message ID 20260228092100.175603-1-yoann.congal@smile.fr
State New
Headers show
Series [scarthgap,yocto-autobuilder-helper] config.json: Use buildtools tarball for rocky8 | expand

Commit Message

Yoann Congal Feb. 28, 2026, 9:21 a.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f7309f16f9b640f221237dc086943cad057d2211)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 config.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index faedfe7..a03b674 100644
--- a/config.json
+++ b/config.json
@@ -1930,6 +1930,7 @@ 
     "buildtools" : {
         "ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}",
         "alma8*"       : "${BUILDTOOLS_URL}",
+        "rocky8*"      : "${BUILDTOOLS_URL}",
         "stream8*"     : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",
         "opensuse155*" : "${BUILDTOOLS_URL}",