From 2a8fde7c51718be9f885c303c05d582d4b8382e9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Mar 2020 14:55:41 -0400 Subject: Declare layer compatibility for dunfell For the upgrade to YP dunfell/3.1 we need to update the layer compatibility. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: Ifbaa0de7ede745870e43abf595cf4b4f0c884a21 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index dcacb05..0602e7b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "agl-telematics-demo" BBFILE_PATTERN_agl-telematics-demo = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-telematics-demo = "7" -LAYERSERIES_COMPAT_agl-telematics-demo = "zeus" +LAYERSERIES_COMPAT_agl-telematics-demo = "dunfell" -- cgit 1.2.3-korg