From 4df23ca31f6f2586ca6ff522010837b8279b793f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 19 Oct 2020 18:22:16 +0100 Subject: [PATCH] layer.conf: add compatibility with Gatesgarth Signed-off-by: Ross Burton Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1d41b3f..4ecd6a2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr = "core" -LAYERSERIES_COMPAT_zephyr = "dunfell" +LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth"