diff mbox series

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

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

Commit Message

Yoann Congal Feb. 28, 2026, 9:20 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 5f786cb..4949bb2 100644
--- a/config.json
+++ b/config.json
@@ -1354,6 +1354,7 @@ 
         "ubuntu1804-ty-*" : "${BUILDTOOLS_URL}",
         "ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}",
         "alma8*"       : "${BUILDTOOLS_URL}",
+        "rocky8*"      : "${BUILDTOOLS_URL}",
         "stream8*"     : "${BUILDTOOLS_URL}",
         "opensuse153*" : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",