From d2e744d140c2384b365f71d734109c947d2f06c8 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 6 Apr 2018 16:12:54 -0400 Subject: [PATCH] layer.conf: add LAYERSERIES_COMPAT Signed-off-by: Trevor Woerner --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1b6feed..485be48 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,6 +14,6 @@ BBFILE_PRIORITY_rockchip = "1" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_rockchip = "1" - +LAYERSERIES_COMPAT_rockchip = "jethro" LAYERDEPENDS_rockchip = "core" LICENSE_PATH += "${LAYERDIR}/licenses"