From f077ce8f4c9e59ad0ce91166dff106f1aa295b26 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 18 Apr 2013 16:04:01 +0200 Subject: [PATCH] Set DIGI_MIRROR in distro configuration to release folder. The downloads folder can be configured if needed in the local.conf file in the SOURCE_MIRROR_URL variable. Signed-off-by: Alex Gonzalez --- meta-digi-dbl/conf/distro/dbl.conf | 2 +- meta-digi-del/conf/distro/del.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dbl/conf/distro/dbl.conf b/meta-digi-dbl/conf/distro/dbl.conf index 6f4613504..eacf1ac25 100644 --- a/meta-digi-dbl/conf/distro/dbl.conf +++ b/meta-digi-dbl/conf/distro/dbl.conf @@ -57,7 +57,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" # Some packages need this LICENSE_FLAGS_WHITELIST += "commercial" -DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads" +DIGI_MIRROR = "http://build-linux.digi.com/yocto/release/${DISTRO_VERSION}" PREMIRRORS ?= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ diff --git a/meta-digi-del/conf/distro/del.conf b/meta-digi-del/conf/distro/del.conf index 1529279bd..020ef386d 100644 --- a/meta-digi-del/conf/distro/del.conf +++ b/meta-digi-del/conf/distro/del.conf @@ -58,7 +58,7 @@ QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" # Some packages like gst-plugins-ugly need this LICENSE_FLAGS_WHITELIST += "commercial" -DIGI_MIRROR = "http://build-linux.digi.com/yocto/downloads" +DIGI_MIRROR = "http://build-linux.digi.com/yocto/release/${DISTRO_VERSION}" PREMIRRORS ?= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \