From eb76f52db0727266c234a99201a216ac8c12a070 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 15 Jan 2013 11:44:02 +0100 Subject: [PATCH] meta-digi: Define default source mirrors in all layers that need them. Signed-off-by: Alex Gonzalez --- meta-digi-arm/conf/layer.conf | 4 ++-- meta-digi-del/conf/layer.conf | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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"