Message ID | 20230712123404.3030888-1-ross.burton@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | poky: add Debian 12 to supported distribution list | expand |
Hi Ross On 12.07.23 at 14:34, Ross Burton wrote: > From: Ross Burton <ross.burton@arm.com> > > The autobuilder now has a Debian 12 machine and it appears to be working > fine, so add Debian 12 to the supported list. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > meta-poky/conf/distro/poky.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf > index d1375276246..c72df162d08 100644 > --- a/meta-poky/conf/distro/poky.conf > +++ b/meta-poky/conf/distro/poky.conf > @@ -41,6 +41,7 @@ SANITY_TESTED_DISTROS ?= " \ > fedora-36 \n \ > fedora-37 \n \ > debian-11 \n \ > + debian-12 \n \ > opensuseleap-15.3 \n \ > opensuseleap-15.4 \n \ > almalinux-8.7 \n \ Should this update apply to Mickledore and other branches too? I'm asking for documentation updates. Thanks Michael.
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index d1375276246..c72df162d08 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -41,6 +41,7 @@ SANITY_TESTED_DISTROS ?= " \ fedora-36 \n \ fedora-37 \n \ debian-11 \n \ + debian-12 \n \ opensuseleap-15.3 \n \ opensuseleap-15.4 \n \ almalinux-8.7 \n \