diff options
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index e742666b4e..f4d55a41c1 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -38,16 +38,15 @@ SANITY_TESTED_DISTROS ?= " \ | |||
38 | ubuntu-18.04 \n \ | 38 | ubuntu-18.04 \n \ |
39 | ubuntu-20.04 \n \ | 39 | ubuntu-20.04 \n \ |
40 | ubuntu-22.04 \n \ | 40 | ubuntu-22.04 \n \ |
41 | ubuntu-22.10 \n \ | 41 | ubuntu-23.04 \n \ |
42 | fedora-37 \n \ | ||
43 | fedora-38 \n \ | 42 | fedora-38 \n \ |
44 | centosstream-8 \n \ | 43 | centosstream-8 \n \ |
45 | debian-11 \n \ | 44 | debian-11 \n \ |
46 | debian-12 \n \ | 45 | debian-12 \n \ |
47 | opensuseleap-15.3 \n \ | ||
48 | opensuseleap-15.4 \n \ | 46 | opensuseleap-15.4 \n \ |
49 | almalinux-8.8 \n \ | 47 | almalinux-8.8 \n \ |
50 | almalinux-9.2 \n \ | 48 | almalinux-9.2 \n \ |
49 | rocky-9 \n \ | ||
51 | " | 50 | " |
52 | # add poky sanity bbclass | 51 | # add poky sanity bbclass |
53 | INHERIT += "poky-sanity" | 52 | INHERIT += "poky-sanity" |