meta-digi: Define default source mirrors in all layers that need them.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
48029a0605
commit
eb76f52db0
|
|
@ -19,8 +19,8 @@ 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/"
|
DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
||||||
DIGI_LOG_GIT = "git://log-sln-git.digi.com/"
|
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
||||||
|
|
||||||
# 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} ${DIGI_LOG_MIRROR} \n"
|
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ BBFILE_COLLECTIONS += "del"
|
||||||
BBFILE_PATTERN_del := "^${LAYERDIR}/"
|
BBFILE_PATTERN_del := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_del = "5"
|
BBFILE_PRIORITY_del = "5"
|
||||||
|
|
||||||
|
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
||||||
|
DIGI_LOG_MIRROR ?= "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
||||||
|
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
||||||
|
|
||||||
# This is Digi's General license agreement.
|
# This is Digi's General license agreement.
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue