This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 68a2561..2142b9a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python2 = "1"
LAYERDEPENDS_meta-python2 = "core openembedded-layer"
-LAYERSERIES_COMPAT_meta-python2 = "hardknott"
+LAYERSERIES_COMPAT_meta-python2 = "honister"
LICENSE_PATH += "${LAYERDIR}/licenses"
--
2.30.2