aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-04-03 05:51:22 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-04-15 07:23:22 +0100
commite886a5256658554c62a0740d8f40776283ee0bf3 (patch)
treef70cf8993d3db11c91e5a3d8cbfd432ef4247c9b /meta-linaro-toolchain/conf
parentf729da6f108de091b3077faf3668dd3c95874152 (diff)
meta-*: Change LAYERSERIES_COMPAT to warrior
The next release version will be warrior (now master) so change the layer compat to warrior, to fix current failures on oe-rpb master builds: https://ci.linaro.org/job/96boards-reference-platform-openembedded-master-gerrit-premerge-ci/27/ Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I5585f9b9347468d05a8fd2fcbdb9f16955008a2c
Diffstat (limited to 'meta-linaro-toolchain/conf')
-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 9e311173..995f81e1 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 = "thud"
+LAYERSERIES_COMPAT_linaro-toolchain = "warrior"
# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"