diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-11-05 12:19:13 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 16:17:58 -0500 |
commit | e0271dad839cf51ebc17fd5f6b1bd5fc0e9b43a9 (patch) | |
tree | 37147e4e687593ef21ed7c72a7ec97e588d9e603 /conf/layer.conf | |
parent | de25e427e35fe5c9a6eb76c5db18cc6a63907866 (diff) |
Declare layer compatibility with zeus
For the uprev to YP 3.0 zeus we need to update the layer compatibility.
Change-Id: I1ed9fcd2134dc7a70855b8fed639a6e0f6d7f0f6
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 43a5be765..d62e61b94 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 = "thud" +LAYERSERIES_COMPAT_agl-demo = "zeus" |