summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-12-10 15:26:05 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 15:31:57 +0100
commit486d15e91bf08b45211e59e00da8f9b1b0f10a2a (patch)
tree61a5a114947135059d3806b5f3ae951d8fae1caf /bin/reproducible_coreboot.sh
parent067ef0669532b0aae183fd209c821170ae507d95 (diff)
downloadjenkins.debian.net-486d15e91bf08b45211e59e00da8f9b1b0f10a2a.tar.xz
coreboot: explicit build iasl
in recent coreboot version iasl isn't build automatic and the build will fail because acpi support requires iasl
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index e6bab08a..c690e91d 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -82,6 +82,9 @@ set -e
if ! $GOT_XTOOLCHAIN ; then
echo "Need at least one cross toolchain, aborting."
fi
+
+ionice -c 3 nice bash util/crossgcc/buildgcc -j $NUM_CPU -P IASL
+
#
# create html about toolchains used
#