From e34ede856411a1db84bf95d34de8d9f201eabb1a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 21:39:44 -0700 Subject: [PATCH] layer.conf: Drop gatesgarth from 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 ffefc48..06c124e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ \ " -LAYERSERIES_COMPAT_riscv-layer = "gatesgarth hardknott" +LAYERSERIES_COMPAT_riscv-layer = "hardknott" INSANE_SKIP_append_pn-eudev_riscv64 = " textrel" INSANE_SKIP_append_pn-gdb_riscv64 = " textrel"