diff mbox series

poky.conf: We now test on Rocky 10

Message ID 20260731162318.1668930-1-richard.purdie@linuxfoundation.org (mailing list archive)
State New
Headers show
Series poky.conf: We now test on Rocky 10 | expand

Commit Message

Richard Purdie July 31, 2026, 4:23 p.m. UTC
Add Rocky 10 as we now test there.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-poky/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 2ba98f4ba24..ff1c9a97b77 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -51,6 +51,7 @@  SANITY_TESTED_DISTROS ?= " \
             almalinux-10.2 \n \
             rocky-8 \n \
             rocky-9 \n \
+            rocky-10 \n \
             "
 # add poky sanity bbclass
 INHERIT += "poky-sanity"