meta-digi: cosmetic, no functional change
Signed-off-by: Javier Viguera <javier.viguera@digi.com> (cherry picked from commit b52786156a43eb7b3c51a114797be5bf2896f313)
This commit is contained in:
parent
f20b82c7cd
commit
ad0d0b7bfc
|
|
@ -9,10 +9,8 @@ BBFILE_COLLECTIONS += "digi-arm"
|
|||
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_digi-arm = "5"
|
||||
|
||||
# This is Digi's General license agreement.
|
||||
# Digi's General and Open Source license agreements
|
||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||
|
||||
# This is Digi's Open Source license agreement.
|
||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||
|
||||
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ BBFILE_COLLECTIONS += "dey"
|
|||
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_dey = "6"
|
||||
|
||||
# Digi's General and Open Source license agreements
|
||||
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/"
|
||||
MIRRORS += "\
|
||||
|
|
@ -21,9 +25,3 @@ 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"
|
||||
|
||||
# This is Digi's Open Source license agreement.
|
||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||
|
|
|
|||
Loading…
Reference in New Issue