diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-30 14:55:24 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 13:07:45 -0400 |
commit | e1e517964e8dbea8d8d4cd4570fa232f03712739 (patch) | |
tree | be656445cc1bfcbd7f7ab7f65e2a17373b4f138e /conf/layer.conf | |
parent | ea9ff46d0daa6ce0f12a584686946050d0099536 (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: I1c3fdf11893ac96471112e779d48884a5a013007
Diffstat (limited to 'conf/layer.conf')
-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 c7c62e0..b48bfed 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 = "zeus" +LAYERSERIES_COMPAT_agl-cluster-demo = "dunfell" |