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:
parent
84eacbab7f
commit
87f306a0d5
|
|
@ -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>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue