From d5ba4e54e930bd7144bb4593180d863da0435143 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 25 Jan 2019 11:15:30 +0100 Subject: [PATCH] thud migration: update meta-digi LAYERSERIES_COMPAT to indicate support with "thud" release https://jira.digi.com/browse/DEL-6412 Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/layer.conf | 2 +- meta-digi-dey/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 06ab1d205..d400f808d 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -11,7 +11,7 @@ BBFILE_PRIORITY_digi-arm = "5" LAYERDEPENDS_digi-arm = "core freescale-layer" -LAYERSERIES_COMPAT_digi-arm = "sumo" +LAYERSERIES_COMPAT_digi-arm = "thud" # Digi's General and Open Source license agreements DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" diff --git a/meta-digi-dey/conf/layer.conf b/meta-digi-dey/conf/layer.conf index c2cd21f54..3cb92d433 100644 --- a/meta-digi-dey/conf/layer.conf +++ b/meta-digi-dey/conf/layer.conf @@ -19,7 +19,7 @@ BBMASK += "meta-freescale/recipes-graphics/drm/libdrm_%.bbappend" LAYERDEPENDS_digi-dey = "core digi-arm" LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate" -LAYERSERIES_COMPAT_digi-dey = "sumo" +LAYERSERIES_COMPAT_digi-dey = "thud" # Digi's General and Open Source license agreements DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"