diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-11-05 12:18:37 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-02-11 18:58:37 -0500 |
commit | 84c1172a9d6e423b20251f789acb3245329fedd7 (patch) | |
tree | 9ebeead98ab4e902d771ae36e0d84bf955140e3f | |
parent | 728764b79d6027b7d91cbb80e0ea690ba3c737d2 (diff) |
Declare layer compatibility with zeus
For the uprev to YP 3.0 zeus we need to update the layer compatibility.
Change-Id: I763a67be9b9e8dda6660b0b94c37acc7a66bf856
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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 890d962..c7c62e0 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 = "thud" +LAYERSERIES_COMPAT_agl-cluster-demo = "zeus" |