diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-24 14:09:28 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-26 05:50:14 -0800 |
| commit | 60b5842348f50ad44b6a64fc6201952bbbc46849 (patch) | |
| tree | d234161adb8b47d052b135e0940455fccc699919 | |
| parent | 47b43a94da9f512a12f3294447290690dcee91d4 (diff) | |
| download | poky-60b5842348f50ad44b6a64fc6201952bbbc46849.tar.gz | |
poky.conf: add new tested distros
These are currently tested on the autobuilder for Scarthgap.
(From meta-yocto rev: bd166d1fb8dc1bed7e71bd06b970a3da9149203e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta-poky/conf/distro/poky.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 9d47fc59df..da9d2cff3c 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
| @@ -40,12 +40,16 @@ SANITY_TESTED_DISTROS ?= " \ | |||
| 40 | ubuntu-23.04 \n \ | 40 | ubuntu-23.04 \n \ |
| 41 | fedora-38 \n \ | 41 | fedora-38 \n \ |
| 42 | fedora-39 \n \ | 42 | fedora-39 \n \ |
| 43 | fedora-40 \n \ | ||
| 43 | centosstream-8 \n \ | 44 | centosstream-8 \n \ |
| 44 | debian-11 \n \ | 45 | debian-11 \n \ |
| 45 | debian-12 \n \ | 46 | debian-12 \n \ |
| 46 | opensuseleap-15.4 \n \ | 47 | opensuseleap-15.4 \n \ |
| 47 | almalinux-8.8 \n \ | 48 | almalinux-8.8 \n \ |
| 49 | almalinux-8.9 \n \ | ||
| 50 | almalinux-8.10 \n \ | ||
| 48 | almalinux-9.2 \n \ | 51 | almalinux-9.2 \n \ |
| 52 | almalinux-9.4 \n \ | ||
| 49 | rocky-9 \n \ | 53 | rocky-9 \n \ |
| 50 | " | 54 | " |
| 51 | # add poky sanity bbclass | 55 | # add poky sanity bbclass |
