From 142e77959df0a0e86d723bc14e8aea1e5d8637a4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Nov 2020 09:52:58 -0800 Subject: [PATCH] layer.conf: Add 3.3 release series to LAYERSERIES_COMPAT 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 a6394be..f428be5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,7 +17,7 @@ BBFILES_DYNAMIC += " \ \ " -LAYERSERIES_COMPAT_riscv-layer = "gatesgarth" +LAYERSERIES_COMPAT_riscv-layer = "gatesgarth hardknott" INSANE_SKIP_append_pn-cmocka_riscv64 = " textrel" INSANE_SKIP_append_pn-eudev_riscv64 = " textrel"