From 0d3beee1bccf819af79db74e7f8c928a797dbb2c Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Thu, 22 Aug 2019 09:54:15 -0700 Subject: layer: drop sumo support can't build with sumo because of the dependency on libedit which require native. libedit doesn't provide BBCLASSEXTEND on sumo. --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index eacedf1..61e13a2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "clang-layer" BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_clang-layer = "7" -LAYERSERIES_COMPAT_clang-layer = "sumo thud warrior" +LAYERSERIES_COMPAT_clang-layer = "thud warrior" BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf