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 <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-04-18 16:04:01 +02:00
parent 0a474833f4
commit f077ce8f4c
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \