From 66772742dc783df5fd2f1ef28de20e2b4d6ee31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Tue, 2 Oct 2018 17:08:34 -0500 Subject: meta-*: Change LAYERSERIES_COMPAT to thud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Koen Kooi --- meta-linaro-toolchain/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-linaro-toolchain') 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" -- cgit v1.2.3