From e59768cd49662702b4615f9f55405750b1cf1b72 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 3 May 2013 18:30:39 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/layer.conf | 1 + meta-digi-dbl/conf/distro/dbl.conf | 2 -- meta-digi-del/conf/distro/del.conf | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) 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 \