meta-digi-arm: Change DIGI_MIRROR to final FTP URL.

This is the FTP site where the release artifacts will be placed. It's
structure will be something like:

x.y.z/
	source
	images
	toolchains
	adt-installer

https://jira.digi.com/browse/DEL-473

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-06-05 10:50:15 +02:00
parent 48d9b9079a
commit 763fffe424
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
DIGI_MTK_GIT ?= "git://git.digi.com/"
DIGI_MIRROR ?= "http://build-linux.digi.com/yocto/source"
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/source"
DIGI_GITHUB_GIT ?= "git://github.com/dgii"