aboutsummaryrefslogtreecommitdiff
path: root/96boards-b2260-u-boot.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-01-13 14:29:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-01-13 14:29:18 +0200
commit7182e8b7ac307f27b8b60c90a231683347591e5e (patch)
tree80db341d660feabbfbd589b2d90f289fad8aa5cd /96boards-b2260-u-boot.yaml
parent9cda86b2b4e02804ed406f19492fe038fc1d3c72 (diff)
96boards-b2260-u-boot: ignore errors
Change-Id: I83883a2f25d49b6ad9507a850a25fbb44a1a2d15 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-b2260-u-boot.yaml')
-rw-r--r--96boards-b2260-u-boot.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/96boards-b2260-u-boot.yaml b/96boards-b2260-u-boot.yaml
index a28aa89061..f7d2af8fcc 100644
--- a/96boards-b2260-u-boot.yaml
+++ b/96boards-b2260-u-boot.yaml
@@ -56,8 +56,13 @@
export PATH="${HOME}/srv/toolchain/arm-tc-16.02/bin:$PATH"
export CROSS_COMPILE=arm-linux-gnueabihf-
+ # Ignore errors otherwise we'll stop on
+ # grep: Invalid back reference
+ # include/autoconf.mk:69: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
+ set +e
make st_b2260_stxh410_sd_defconfig
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_STM_ENV_OFFSET=0x1C0000 MEM_MAP=992MB u-boot.bin
+ set -e
# Publish
mkdir out