From 080eb40635965be010e2d0f5a8ae210a8c7bdb5d Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Mon, 20 Sep 2021 10:19:34 +0200 Subject: [PATCH] conf: Set LAYERSERIES_COMPAT to honister only It's not anymore compatible with old releases due new syntax. Signed-off-by: Marek Belisko --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c9dcaae..3e96a04 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,4 +14,4 @@ LAYERVERSION_meta-sunxi = "1" LAYERDEPENDS_meta-sunxi = "core openembedded-layer" -LAYERSERIES_COMPAT_meta-sunxi = "zeus dunfell gatesgarth hardknott honister" +LAYERSERIES_COMPAT_meta-sunxi = "honister"