This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 9fc797a..3abe6b5 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ LAYERVERSION_gplv2 = "1"
LAYERDEPENDS_gplv2 = "core"
-LAYERSERIES_COMPAT_gplv2 = "hardknott"
+LAYERSERIES_COMPAT_gplv2 = "honister"
LICENSE_PATH += "${LAYERDIR}/licenses"
--
2.30.2