From 84c1172a9d6e423b20251f789acb3245329fedd7 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 5 Nov 2019 12:18:37 +0100 Subject: Declare layer compatibility with zeus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the uprev to YP 3.0 zeus we need to update the layer compatibility. Change-Id: I763a67be9b9e8dda6660b0b94c37acc7a66bf856 Signed-off-by: Jan-Simon Möller --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 890d962..c7c62e0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "agl-cluster-demo" BBFILE_PATTERN_agl-cluster-demo = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-cluster-demo = "7" -LAYERSERIES_COMPAT_agl-cluster-demo = "thud" +LAYERSERIES_COMPAT_agl-cluster-demo = "zeus" -- cgit 1.2.3-korg