meta-digi: add layer dependences
Use LAYERDEPENDS to configure the layer dependences for meta-digi-arm and meta-digi-dey. https://jira.digi.com/browse/DEL-1129 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2a9b0b73b0
commit
658a52497b
|
|
@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "digi-arm"
|
||||||
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_digi-arm = "5"
|
BBFILE_PRIORITY_digi-arm = "5"
|
||||||
|
|
||||||
|
LAYERDEPENDS_digi-arm = "core fsl-arm"
|
||||||
|
|
||||||
# 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"
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@ BBFILE_COLLECTIONS += "dey"
|
||||||
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_dey = "6"
|
BBFILE_PRIORITY_dey = "6"
|
||||||
|
|
||||||
|
LAYERDEPENDS_dey = "core digi-arm"
|
||||||
|
LAYERDEPENDS_dey += "openembedded-layer networking-layer webserver qt5-layer"
|
||||||
|
|
||||||
# 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"
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue