summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMaxime Roussin-BĂ©langer <Lorac@users.noreply.github.com>2019-08-22 09:54:15 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-23 07:31:41 -0700
commit0d3beee1bccf819af79db74e7f8c928a797dbb2c (patch)
tree121476585ddec3d88e5a4088a93bf53ad1e6a474 /conf/layer.conf
parent849100848b0d64f8470540ac85d7cab30559995c (diff)
downloadmeta-clang-0d3beee1bccf819af79db74e7f8c928a797dbb2c.tar.gz
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.
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
7BBFILE_COLLECTIONS += "clang-layer" 7BBFILE_COLLECTIONS += "clang-layer"
8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_clang-layer = "7" 9BBFILE_PRIORITY_clang-layer = "7"
10LAYERSERIES_COMPAT_clang-layer = "sumo thud warrior" 10LAYERSERIES_COMPAT_clang-layer = "thud warrior"
11 11
12BBFILES_DYNAMIC += " \ 12BBFILES_DYNAMIC += " \
13 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ 13 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \