From f4c040aab49596330f6b6d39400590fbe9e10f3d Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 10 Apr 2018 01:33:59 -0400 Subject: [PATCH] layer.conf: 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..a4ee3f2 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 = "morty" LAYERDEPENDS_rockchip = "core" LICENSE_PATH += "${LAYERDIR}/licenses"