sumo migration: meta-digi: add LAYERSERIES_COMPAT to indicate support with "sumo" core release
In 92c49b9b1a16dfd35444db8143bd4cae4cda70cc was introduced the LAYERSERIES_CORENAMES and LAYERSERIES_COMPAT_<layername> with the intention of allowing layers to indicate which versions of the core project they're compatible with. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
9636eab970
commit
771bc38b4f
|
|
@ -11,6 +11,8 @@ BBFILE_PRIORITY_digi-arm = "5"
|
||||||
|
|
||||||
LAYERDEPENDS_digi-arm = "core freescale-layer"
|
LAYERDEPENDS_digi-arm = "core freescale-layer"
|
||||||
|
|
||||||
|
LAYERSERIES_COMPAT_digi-arm = "sumo"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ BBFILE_PRIORITY_digi-dey = "6"
|
||||||
LAYERDEPENDS_digi-dey = "core digi-arm"
|
LAYERDEPENDS_digi-dey = "core digi-arm"
|
||||||
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
||||||
|
|
||||||
|
LAYERSERIES_COMPAT_digi-dey = "sumo"
|
||||||
|
|
||||||
# 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