Flipping poky.conf vars for 1.3.2

Need to flip variables for the 1.3.2 build. (DISTRO and friends)

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
This commit is contained in:
Elizabeth Flanagan 2013-05-09 12:45:40 -07:00
parent 84c5c634a6
commit ad7df4a004

View File

@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Poky 8.0.1 (Yocto Project 1.3.1 Reference Distro)"
DISTRO_VERSION = "1.3.1"
DISTRO_NAME = "Poky 8.0.2 (Yocto Project 1.3.2 Reference Distro)"
DISTRO_VERSION = "1.3.2"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${DISTRO_VERSION}"
@ -74,6 +74,7 @@ SANITY_TESTED_DISTROS ?= " \
Poky 7.0 (Yocto Project 1.2 Reference Distro) 1.2 \n \
Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 \n \
Poky 8.0.1 (Yocto Project 1.3.1 Reference Distro) 1.3.1 \n \
Poky 8.0.2 (Yocto Project 1.3.1 Reference Distro) 1.3.1 \n \
Ubuntu 10.04.4 LTS \n \
Ubuntu 11.10 \n \
Ubuntu 12.04 LTS \n \