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:
Javier Viguera 2013-05-03 18:30:39 +02:00
parent dfa2477dc1
commit e59768cd49
3 changed files with 1 additions and 4 deletions

View File

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

View File

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

View File

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