diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index fe53f8a50..bf1095ced 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -19,8 +19,8 @@ DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA" DIGI_MIRROR ?= "http://www.digi.com/yocto/" -DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/" -DIGI_LOG_GIT = "git://log-sln-git.digi.com/" +DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/" +DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/" # PREMIRRORS and tried first and if not found, all MIRRORS next. MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n" diff --git a/meta-digi-del/conf/layer.conf b/meta-digi-del/conf/layer.conf index 350754780..6f1d9ab92 100644 --- a/meta-digi-del/conf/layer.conf +++ b/meta-digi-del/conf/layer.conf @@ -9,6 +9,10 @@ BBFILE_COLLECTIONS += "del" BBFILE_PATTERN_del := "^${LAYERDIR}/" BBFILE_PRIORITY_del = "5" +DIGI_MIRROR ?= "http://www.digi.com/yocto/" +DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/" +MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n" + # This is Digi's General license agreement. DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"