Message ID | 20250911195545.3525333-1-ross.burton@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | poky.conf: don't mark debian-11 as supported | expand |
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index d86630b153a..2bca49770a2 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -40,7 +40,6 @@ SANITY_TESTED_DISTROS ?= " \ fedora-40 \n \ fedora-41 \n \ centosstream-9 \n \ - debian-11 \n \ debian-12 \n \ opensuseleap-15.5 \n \ opensuseleap-15.6 \n \
Debian 11 is now "oldoldstable" and under community LTS support until August 2026[1]. It is not covered by the Debian Security team and any fixes are best-effort only by the LTS community. Debian 11 was released 2021-08-14, Debian 12 was released in 2023-06-10 and is the current "oldstable" whilst Debian 12 is the current "stable" and was released in 2025-08-09. We should shortly be testing on Debian 13. There's no real need to continue testing our next release on such an old release of Debian, so remove it from the tested distribution list. [1] https://wiki.debian.org/LTS Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-poky/conf/distro/poky.conf | 1 - 1 file changed, 1 deletion(-)