poky: update SANITY_TEST_DISTROS for new format

The distribution identifier determined by oe.lsb.distro_identifier()
is now returned as a lowercase string. Update the values for tested
distros to match.

(From meta-yocto rev: cb171bdc9b8dc485b25b9176949427f6d755aeec)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2016-11-07 22:48:46 +00:00 committed by Richard Purdie
parent 62b521722a
commit de5621631f
1 changed files with 12 additions and 12 deletions

View File

@ -74,18 +74,18 @@ SANITY_TESTED_DISTROS ?= " \
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 \
Fedora-22 \n \
Fedora-23 \n \
Fedora-24 \n \
CentOSLinux-7.* \n \
Debian-8.* \n \
openSUSE-13.2 \n \
SUSELINUX-42.1 \n \
ubuntu-14.04 \n \
ubuntu-14.10 \n \
ubuntu-15.04 \n \
ubuntu-15.10 \n \
ubuntu-16.04 \n \
fedora-22 \n \
fedora-23 \n \
fedora-24 \n \
centos-7 \n \
debian-8 \n \
opensuse-13.2 \n \
opensuse-42.1 \n \
"
#
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in