meta-digi-arm: Add variable for Digi's Minnetonka git repository.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-01-16 16:38:39 +01:00
parent 63f206cd23
commit 341b135003
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
DIGI_MIRROR ?= "http://www.digi.com/yocto/" DIGI_MIRROR ?= "http://www.digi.com/yocto/"
DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/" DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/"
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/" DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
DIGI_MTK_GIT ?= "git://git.digi.com/"
# PREMIRRORS and tried first and if not found, all MIRRORS next. # PREMIRRORS and tried first and if not found, all MIRRORS next.
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n" MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"