From b0eb53e279dcae19ada1ba0dba6c5103315a2fe1 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Sat, 8 May 2021 11:29:06 +0100 Subject: [PATCH] layer.conf: Add layer compatibility Signed-off-by: Alex J Lennon --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 722f801..201c1ba 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,3 +9,5 @@ BBFILE_PATTERN_meta-micropython := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-micropython = "7" LAYERDEPENDS_meta-micropython = "core" + +LAYERSERIES_COMPAT_meta-micropython = "honister hardknott gatesgarth dunfell"