meta-digi: Move cryptoauthlib to meta-digi-arm
The MACHINE_EXTRA_RRECOMMENDS for the ccimx6ul in meta-digi-arm contains cryptoauthlib. If we want to use meta-digi-arm as a standalone BSP layer we need to move the cryptoauthlib recipe to meta-digi-arm, that or not make it a machine dependency. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
c0593450b1
commit
2ae061cbab
|
|
@ -15,6 +15,9 @@ LAYERDEPENDS_digi-arm = "core freescale-layer"
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
||||||
|
# Additional license directories
|
||||||
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
||||||
|
|
||||||
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
||||||
DIGI_MTK_GIT ?= "git://stash.digi.com/"
|
DIGI_MTK_GIT ?= "git://stash.digi.com/"
|
||||||
DIGI_GIT ?= "${DIGI_LOG_GIT}"
|
DIGI_GIT ?= "${DIGI_LOG_GIT}"
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,6 @@ LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-laye
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
||||||
# Additional license directories
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
|
||||||
|
|
||||||
# Digi mirror for packages vanished upstream
|
# Digi mirror for packages vanished upstream
|
||||||
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
DIGI_MIRROR ?= "ftp://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
||||||
MIRRORS += "\
|
MIRRORS += "\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue