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:
Arturo Buzarra 2018-12-12 12:55:28 +01:00
parent 9636eab970
commit 771bc38b4f
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ BBFILE_PRIORITY_digi-arm = "5"
LAYERDEPENDS_digi-arm = "core freescale-layer"
LAYERSERIES_COMPAT_digi-arm = "sumo"
# Digi's General and Open Source license agreements
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"

View File

@ -17,6 +17,8 @@ BBFILE_PRIORITY_digi-dey = "6"
LAYERDEPENDS_digi-dey = "core digi-arm"
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_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"