From 9088965c3a088f8259015ff4fc7fc63b77a322f0 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sun, 21 Mar 2021 13:45:51 -0400 Subject: [PATCH] update layer compatibility for hardknott 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 db9961c..b263b6f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,5 +14,5 @@ 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 = "gatesgarth hardknott" +LAYERSERIES_COMPAT_rockchip = "hardknott" LAYERDEPENDS_rockchip = "core meta-arm"