meta-digi-dey: add Digi mirror
Add a Digi mirror for packages that have dissapeared upstream. https://jira.digi.com/browse/DEL-1493 Signed-off-by: Javier Viguera <javier.viguera@digi.com> (cherry picked from commit 0a01d3a5d0203d1ce75482677739bf0113da624d)
This commit is contained in:
parent
cac6566d3b
commit
0a51761163
|
|
@ -94,11 +94,6 @@ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
|
https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
|
||||||
|
|
||||||
MIRRORS += "\
|
|
||||||
ftp://.*/.* ${DIGI_MIRROR}/ \n \
|
|
||||||
http://.*/.* ${DIGI_MIRROR}/ \n \
|
|
||||||
https://.*/.* ${DIGI_MIRROR}/ \n"
|
|
||||||
|
|
||||||
# The CONNECTIVITY_CHECK_URI's are used to test whether we can successfully
|
# The CONNECTIVITY_CHECK_URI's are used to test whether we can successfully
|
||||||
# fetch from the network (and warn you if not). To disable the test set
|
# fetch from the network (and warn you if not). To disable the test set
|
||||||
# the variable to be empty.
|
# the variable to be empty.
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,14 @@ BBFILE_COLLECTIONS += "dey"
|
||||||
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_dey = "6"
|
BBFILE_PRIORITY_dey = "6"
|
||||||
|
|
||||||
|
# Digi mirror for packages vanished upstream
|
||||||
|
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
||||||
|
MIRRORS += "\
|
||||||
|
ftp://.*/.* ${DIGI_MIRROR} \n \
|
||||||
|
http://.*/.* ${DIGI_MIRROR} \n \
|
||||||
|
https://.*/.* ${DIGI_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