diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-11-05 12:17:23 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 12:58:19 -0500 |
commit | 6cab35d83bda92540ca7b24ef874d871542a37c2 (patch) | |
tree | 085fa6d3e5ad064044f9f5f7d6b895b1740db36d /meta-agl-distro | |
parent | cf16a1640dd55a3fc36f7ba0928c6b05a90c3351 (diff) |
Declare layer compatibility with zeus
For the uprev to YP 3.0 zeus we need to update the layer compatibility.
Change-Id: Ib762915305588c39400c3c8343152b4ecbfa4556
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro')
-rw-r--r-- | meta-agl-distro/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-distro/conf/layer.conf b/meta-agl-distro/conf/layer.conf index 3c60fd4c7..7028ca3e2 100644 --- a/meta-agl-distro/conf/layer.conf +++ b/meta-agl-distro/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "agl-distro" BBFILE_PATTERN_agl-distro = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-distro = "70" -LAYERSERIES_COMPAT_agl-distro = "thud" +LAYERSERIES_COMPAT_agl-distro = "zeus" |