From 771bc38b4ff960d1b7049e799cf8d7d70701f5d3 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 12 Dec 2018 12:55:28 +0100 Subject: [PATCH] sumo migration: meta-digi: add LAYERSERIES_COMPAT to indicate support with "sumo" core release In 92c49b9b1a16dfd35444db8143bd4cae4cda70cc was introduced the LAYERSERIES_CORENAMES and LAYERSERIES_COMPAT_ with the intention of allowing layers to indicate which versions of the core project they're compatible with. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/layer.conf | 2 ++ meta-digi-dey/conf/layer.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 975faf581..06ab1d205 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -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" diff --git a/meta-digi-dey/conf/layer.conf b/meta-digi-dey/conf/layer.conf index f0737ec43..c08356d8b 100644 --- a/meta-digi-dey/conf/layer.conf +++ b/meta-digi-dey/conf/layer.conf @@ -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"