diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2022-03-01 17:05:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:51:21 +0000 |
commit | 1d98b3aaaeca9033eba20a4fbf2a4e9bfa2be6bc (patch) | |
tree | 27bb57729490784867859f58a47f2bd0b5d03691 /meta-poky/conf | |
parent | e9cc9772f277cbb270f52916b21d94abdaa1467f (diff) | |
download | poky-1d98b3aaaeca9033eba20a4fbf2a4e9bfa2be6bc.tar.gz |
poky.conf: update tested distro
drop opensuseleap-15.2 and fedora-33
add fedora-35, opensuseleap-15.3 and almalinux-8.5
(From meta-yocto rev: a1b752d31603bdbf9b9ee4eb09b2fd6ad4ad5d21)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 47ef9fa2ee..27641edd3d 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -46,14 +46,16 @@ SANITY_TESTED_DISTROS ?= " \ | |||
46 | ubuntu-16.04 \n \ | 46 | ubuntu-16.04 \n \ |
47 | ubuntu-18.04 \n \ | 47 | ubuntu-18.04 \n \ |
48 | ubuntu-20.04 \n \ | 48 | ubuntu-20.04 \n \ |
49 | fedora-33 \n \ | 49 | ubuntu-21.10 \n \ |
50 | fedora-34 \n \ | 50 | fedora-34 \n \ |
51 | fedora-35 \n \ | ||
51 | centos-7 \n \ | 52 | centos-7 \n \ |
52 | centos-8 \n \ | 53 | centos-8 \n \ |
53 | debian-9 \n \ | 54 | debian-9 \n \ |
54 | debian-10 \n \ | 55 | debian-10 \n \ |
55 | debian-11 \n \ | 56 | debian-11 \n \ |
56 | opensuseleap-15.2 \n \ | 57 | opensuseleap-15.3 \n \ |
58 | almalinux-8.5 \n \ | ||
57 | " | 59 | " |
58 | # add poky sanity bbclass | 60 | # add poky sanity bbclass |
59 | INHERIT += "poky-sanity" | 61 | INHERIT += "poky-sanity" |