meta-digi: move DIGI_MIRROR to meta-digi-arm
If you don't want to use meta-digi-del and use only the BSP layer (meta-digi-arm) to build a generic image (like core-image-minimal) you need the DIGI_MIRROR variable in this layer because some of the BSP recipes (kernel, u-boot) use it to get the source. So this allows to build core-image-minimal for Digi platforms without using meta-digi-del. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
dfa2477dc1
commit
e59768cd49
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue