[poky] [PATCH] poky.conf: prune SANITY_TESTED_DISTROS
Peter Kjellerstedt
peter.kjellerstedt at axis.com
Wed Jan 25 00:35:18 PST 2017
> -----Original Message-----
> From: poky-bounces at yoctoproject.org [mailto:poky-
> bounces at yoctoproject.org] On Behalf Of Joshua Lock
> Sent: den 24 januari 2017 14:04
> To: poky at yoctoproject.org
> Subject: [poky] [PATCH] poky.conf: prune SANITY_TESTED_DISTROS
>
> Remove several old/untested distros from the list:
> * poky-1.8 and poky-2.0 are no longer supported releases
> * ubuntu-14.04 is an LTS but we plan to remove it from the
> project's autobuilder cluster as the kernel is old and
> it doesn't use systemd -- therefore this will no longer
> be tested.
> * ubuntu-14.10 and ubuntu-15.10 are no longer supported
> * fedora-23 and fedora-24 are EOL
That should be:
* fedora-22 and fedora-23 are EOL
> * opensuse-13.2 is discontinued
>
> Add opensuse-42.2, it's the openSUSE version we run on the Yocto
> Project autobuilder cluster.
>
> Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
> ---
> meta-poky/conf/distro/poky.conf | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> index 8fa3914..94f2577 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -70,24 +70,17 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
> CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
>
> SANITY_TESTED_DISTROS ?= " \
> - poky-1.8 \n \
> - poky-2.0 \n \
> poky-2.1 \n \
> poky-2.2 \n \
> - ubuntu-14.04 \n \
> - ubuntu-14.10 \n \
> ubuntu-15.04 \n \
> - ubuntu-15.10 \n \
> ubuntu-16.04 \n \
> ubuntu-16.10 \n \
> - fedora-22 \n \
> - fedora-23 \n \
> fedora-24 \n \
> fedora-25 \n \
> centos-7 \n \
> debian-8 \n \
> - opensuse-13.2 \n \
> opensuse-42.1 \n \
> + opensuse-42.2 \n \
> "
> #
> # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
> --
> 2.9.3
//Peter
More information about the poky
mailing list