From 54feb069d9f0cf75d7e2dc32c3cc88f0918cff89 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 5 Dec 2012 15:50:59 +0100 Subject: [PATCH] meta-digi: Move mirrors to meta-digi-arm. Nothing in meta-digi-del needs them at the moment. Signed-off-by: Alex Gonzalez --- meta-digi-arm/conf/layer.conf | 3 ++- meta-digi-del/conf/layer.conf | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index f1432e7d4..50ec484c1 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -13,9 +13,10 @@ 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/" # PREMIRRORS and tried first and if not found, all MIRRORS next. -MIRRORS += "${DIGI_MIRROR} \n" +MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n" # Accept FSL licenses ACCEPT_FSL_EULA = "1" diff --git a/meta-digi-del/conf/layer.conf b/meta-digi-del/conf/layer.conf index b797baaae..9edb378f4 100644 --- a/meta-digi-del/conf/layer.conf +++ b/meta-digi-del/conf/layer.conf @@ -12,9 +12,3 @@ DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" # This is Digi's Open Source license agreement. 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/" - -# PREMIRRORS and tried first and if not found, all MIRRORS next. -MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"