meta-digi-dey: fix layer name

Also update LAYERDEPENDS to add 'swupdate'

https://jira.digi.com/browse/DEL-3478

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-01-30 14:16:09 +01:00
parent 50dc84d949
commit 4dfaab9dc6
1 changed files with 5 additions and 5 deletions

View File

@ -10,12 +10,12 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILES += "${@' '.join('${LAYERDIR}/other-layers/%s/recipes*/*/*.bbappend' % layer \ BBFILES += "${@' '.join('${LAYERDIR}/other-layers/%s/recipes*/*/*.bbappend' % layer \
for layer in BBFILE_COLLECTIONS.split())}" for layer in BBFILE_COLLECTIONS.split())}"
BBFILE_COLLECTIONS += "dey" BBFILE_COLLECTIONS += "digi-dey"
BBFILE_PATTERN_dey := "^${LAYERDIR}/" BBFILE_PATTERN_digi-dey := "^${LAYERDIR}/"
BBFILE_PRIORITY_dey = "6" BBFILE_PRIORITY_digi-dey = "6"
LAYERDEPENDS_dey = "core digi-arm" LAYERDEPENDS_digi-dey = "core digi-arm"
LAYERDEPENDS_dey += "openembedded-layer networking-layer webserver qt5-layer" LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
# Digi's General and Open Source license agreements # Digi's General and Open Source license agreements
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"