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:
parent
0a474833f4
commit
f077ce8f4c
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue