diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 0c70c9154..02683445b 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -20,6 +20,7 @@ DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA" DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/" DIGI_MTK_GIT ?= "git://git.digi.com/" +DIGI_MIRROR ?= "http://build-linux.digi.com/yocto/source" # Accept FSL licenses ACCEPT_FSL_EULA = "1" diff --git a/meta-digi-dbl/conf/distro/dbl.conf b/meta-digi-dbl/conf/distro/dbl.conf index ef6511313..5c6a9a2f8 100644 --- a/meta-digi-dbl/conf/distro/dbl.conf +++ b/meta-digi-dbl/conf/distro/dbl.conf @@ -58,8 +58,6 @@ 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/release/${DISTRO_VERSION}" - PREMIRRORS ?= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ cvs://.*/.* 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 8962fae22..7304053f1 100644 --- a/meta-digi-del/conf/distro/del.conf +++ b/meta-digi-del/conf/distro/del.conf @@ -64,8 +64,6 @@ 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/release/${DISTRO_VERSION}" - PREMIRRORS ?= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \