meta-digi-dey: Change SDK_VERSION to a real tag in adtrepo.

The adt-installer will use this tag to access content from
http://adtrepo.yoctoproject.org/, so the tag must be an existing folder.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2014-03-14 16:19:24 +01:00
parent 84eacbab7f
commit 87f306a0d5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ DISTRO_VERSION = "1.6.0"
DISTRO_CODENAME = "next"
SDK_DISTRO = "poky"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "1.6.0"
SDK_VERSION := "1.5+snapshot.new"
MAINTAINER = "Digi Support <support@digi.com>"