aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-10-02 17:08:34 -0500
committerKoen Kooi <koen.kooi@linaro.org>2018-10-03 10:36:16 +0200
commit66772742dc783df5fd2f1ef28de20e2b4d6ee31d (patch)
tree978b52336d24131197ebc9f55269e5a1f19bf2d8 /meta-linaro-toolchain
parentfca140e5e15831e31bb4d3916d191b4b3176fc5c (diff)
meta-*: Change LAYERSERIES_COMPAT to thud
The next release version will be thud (now master) so change the layer compat to thud, to fix current failures on oe-rpb master builds [1]. Could break manifests that are mixing master and sumo layers. [1] https://ci.linaro.org/job/96boards-reference-platform-openembedded-master/759/ Change-Id: I761acfc9842621c2d40992442e19f35679c63695 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain')
-rw-r--r--meta-linaro-toolchain/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro-toolchain/conf/layer.conf b/meta-linaro-toolchain/conf/layer.conf
index ec3a22f4..9e311173 100644
--- a/meta-linaro-toolchain/conf/layer.conf
+++ b/meta-linaro-toolchain/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "linaro-toolchain"
BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro-toolchain = "30"
-LAYERSERIES_COMPAT_linaro-toolchain = "sumo"
+LAYERSERIES_COMPAT_linaro-toolchain = "thud"
# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"