poky.conf: update version for 1.4.2 release

Update DISTRO_VERSION to 1.4.2 prior to the release and add this version
to the list of tested distributions. DISTRO_NAME also needed to be
updated to refer to Poky 9.0.2 specifically.

(From meta-yocto rev: e640e62c50b9dd0fc6a1771dfc95a2585aed8a47)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2013-08-16 12:22:25 +01:00
committed by Richard Purdie
parent fc0b405e40
commit 17d990b944

View File

@@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Poky 9.0 (Yocto Project 1.4 Reference Distro)"
DISTRO_VERSION = "1.4.1"
DISTRO_NAME = "Poky 9.0.2 (Yocto Project 1.4 Reference Distro)"
DISTRO_VERSION = "1.4.2"
DISTRO_CODENAME = "dylan"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'}"
@@ -76,6 +76,7 @@ SANITY_TESTED_DISTROS ?= " \
Poky-1.3 \n \
Poky-1.4 \n \
Poky-1.4.1 \n \
Poky-1.4.2 \n \
Ubuntu-10.04 \n \
Ubuntu-11.10 \n \
Ubuntu-12.04 \n \