From 4ccb0c5c90bda4c46a7e1c21b94db6e905b04f18 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 20 Nov 2012 12:14:32 +0100 Subject: [PATCH] =?UTF-8?q?meta-digi-del:=20Add=20local=20Logro=C3=B1o=20m?= =?UTF-8?q?irror=20to=20local.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tarball sources are stored in this mirror. Signed-off-by: Alex Gonzalez --- meta-digi-del/conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-digi-del/conf/layer.conf b/meta-digi-del/conf/layer.conf index f76b8e22c..c26b5c3af 100644 --- a/meta-digi-del/conf/layer.conf +++ b/meta-digi-del/conf/layer.conf @@ -14,6 +14,7 @@ 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] PREMIRRORS and tried first and if not found, all MIRRORS next. -MIRRORS += "${DIGI_MIRROR} \n" +MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"