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:
parent
ef280d0812
commit
54feb069d9
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue