diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-30 14:54:56 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 13:04:16 -0400 |
commit | 8058f96eecde5ea570a64f5ee6d3d2cebbe14957 (patch) | |
tree | 7657e0822c916e40bebbe7c1ba9b46189a4e824e /conf | |
parent | 6a372e1e9d4f8df0c8f865ffbd76ef0d3c382f82 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I7ca7a4ebba5bc723bf631b6908ee2f670c478103
Diffstat (limited to '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 d62e61b94..7da7ac0d2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "agl-demo" BBFILE_PATTERN_agl-demo = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-demo = "7" -LAYERSERIES_COMPAT_agl-demo = "zeus" +LAYERSERIES_COMPAT_agl-demo = "dunfell" |