poky.conf: Flipping for edison point release

Prior to final build, we need to flip DISTRO_* and SDK_VERSION
to new values.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
This commit is contained in:
Elizabeth Flanagan 2012-06-21 13:07:09 -07:00
parent 107ec95659
commit 06072024be
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Yocto (Built by Poky 6.0.1)"
DISTRO_VERSION = "1.1.1"
DISTRO_NAME = "Yocto (Built by Poky 6.0.2)"
DISTRO_VERSION = "1.1.2"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${DISTRO_VERSION}"