From 8a371c99d541d242832bdca5f35e6b520d38f3ff Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Apr 2018 07:56:25 -0700 Subject: [PATCH] layer.conf: add LAYERSERIES_COMPAT We need sumo or newer release of OE Signed-off-by: Khem Raj --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index c70e8bf..7de202b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "riscv-layer" BBFILE_PATTERN_riscv-layer = "^${LAYERDIR}/" BBFILE_PRIORITY_riscv-layer = "6" + +LAYERSERIES_COMPAT_riscv-layer = "sumo"