Use https instead of ftp when accessing the Digi support folders
Update the README as well to reflect this change, since the ftp protocol might be blocked in some corporate networks. https://jira.digi.com/browse/DEL-6880 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
0692252b88
commit
a114391ae9
|
|
@ -86,8 +86,8 @@ Documentation is available online at https://www.digi.com/resources/documentatio
|
|||
|
||||
# Downloads
|
||||
|
||||
* Demo images: ftp://ftp1.digi.com/support/digiembeddedyocto/2.6/r2/images/
|
||||
* Software Development Kit (SDK): ftp://ftp1.digi.com/support/digiembeddedyocto/2.6/r2/sdk/
|
||||
* Demo images: https://ftp1.digi.com/support/digiembeddedyocto/2.6/r2/images/
|
||||
* Software Development Kit (SDK): https://ftp1.digi.com/support/digiembeddedyocto/2.6/r2/sdk/
|
||||
|
||||
# Release Changelog
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@ LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
|||
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
||||
DIGI_MTK_GIT ?= "git://stash.digi.com/"
|
||||
DIGI_GIT ?= "${DIGI_LOG_GIT}"
|
||||
DIGI_PKG_SRC ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/source"
|
||||
DIGI_PKG_SRC ?= "https://ftp1.digi.com/support/digiembeddedyocto/source"
|
||||
|
||||
DIGI_GITHUB_GIT ?= "git://github.com/digi-embedded"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
|||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||
|
||||
# Digi mirror for packages vanished upstream
|
||||
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
||||
DIGI_MIRROR ?= "https://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
||||
MIRRORS += "\
|
||||
ftp://.*/.* ${DIGI_MIRROR} \n \
|
||||
http://.*/.* ${DIGI_MIRROR} \n \
|
||||
|
|
|
|||
Loading…
Reference in New Issue