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:
parent
63f206cd23
commit
341b135003
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue