diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-08 12:20:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-08 12:20:31 +0200 |
commit | 7b5beb890398e203f496e8a0b9e991986c709f42 (patch) | |
tree | 13c5a731a84857c581b1bfecf5558c48fe19ef33 | |
parent | 299dd09edeb44f7fe0841f36294a40b901e9d4e1 (diff) | |
download | jenkins.debian.net-7b5beb890398e203f496e8a0b9e991986c709f42.tar.xz |
reproducible coreboot: add mips, arm and riscv images
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -227,7 +227,6 @@ egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/ * coreboot ** add more variations: domain+hostname, uid+gid, USER, UTS namespace -** add more archs: mips arm riscv (arm64) * openwrt ---- diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index ad9962a0..f2859f82 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for different architectures -ARCHS="i386" # mips arm riscv" # arm64 +ARCHS="i386 mips arm riscv" cleanup_tmpdir() { cd |