From 019ee14cf9e961abafd7eb5fe2ac00d31acdbd6e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 23:15:36 -0700 Subject: [PATCH] layer.conf: Add hardknott to compatible release branches Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8eecdc5..db9961c 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" +LAYERSERIES_COMPAT_rockchip = "gatesgarth hardknott" LAYERDEPENDS_rockchip = "core meta-arm"