diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 23:26:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 23:26:02 +0200 |
commit | 88a7df57f6f66990b17b2a2dc48f1ccca3f45331 (patch) | |
tree | d901c11ff870a795e4526fc7c0b2fb4595abf851 | |
parent | 7c1d3cb7c0ec7e66790d18f4f77a1589a051dab3 (diff) | |
download | jenkins.debian.net-88a7df57f6f66990b17b2a2dc48f1ccca3f45331.tar.xz |
reproducible coreboot: install iasl, needed to build cross-toolchain for some archs
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 6dc27adc..6caa8dfb 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -107,6 +107,7 @@ if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then gocr \ graphviz \ haveged \ + iasl \ imagemagick \ ip2host \ less \ |