From 78d19c52fba4fb52acb9c3a332abf473fe1e6c79 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 9 Oct 2019 07:37:15 -0400 Subject: [PATCH] layer compat: warrior -> zeus Update the LAYERSERIES_COMPAT from warrior to zeus. 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 aa199d1..f2cf469 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 = "warrior" +LAYERSERIES_COMPAT_rockchip = "zeus" LAYERDEPENDS_rockchip = "core" LICENSE_PATH += "${LAYERDIR}/licenses"