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:
Javier Viguera 2015-02-05 13:53:26 +01:00
parent cac6566d3b
commit 0a51761163
2 changed files with 8 additions and 5 deletions

View File

@ -94,11 +94,6 @@ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
http://.*/.* 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
# fetch from the network (and warn you if not). To disable the test set
# the variable to be empty.

View File

@ -14,6 +14,14 @@ BBFILE_COLLECTIONS += "dey"
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
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.
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"