diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-30 14:55:41 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 13:09:04 -0400 |
commit | 2a8fde7c51718be9f885c303c05d582d4b8382e9 (patch) | |
tree | 6ce785b685bf9cb91e1654c113d321cdf5a981cf | |
parent | acaaf764b2383dc3b9adb0da3bdd8cab1d455939 (diff) |
Declare layer compatibility for dunfellnext
For the upgrade to YP dunfell/3.1 we need to update the layer
compatibility.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ifbaa0de7ede745870e43abf595cf4b4f0c884a21
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |