meta-digi: Move mirrors to meta-digi-arm.

Nothing in meta-digi-del needs them at the moment.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-12-05 15:50:59 +01:00
parent ef280d0812
commit 54feb069d9
2 changed files with 2 additions and 7 deletions

View File

@ -13,9 +13,10 @@ DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA" DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
DIGI_MIRROR ?= "http://www.digi.com/yocto/" DIGI_MIRROR ?= "http://www.digi.com/yocto/"
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
# PREMIRRORS and tried first and if not found, all MIRRORS next. # PREMIRRORS and tried first and if not found, all MIRRORS next.
MIRRORS += "${DIGI_MIRROR} \n" MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
# Accept FSL licenses # Accept FSL licenses
ACCEPT_FSL_EULA = "1" ACCEPT_FSL_EULA = "1"

View File

@ -12,9 +12,3 @@ DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
# This is Digi's Open Source license agreement. # This is Digi's Open Source license agreement.
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA" DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
# PREMIRRORS and tried first and if not found, all MIRRORS next.
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"