[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible openwrt: build only one image

Holger Levsen holger at moszumanska.debian.org
Sun Jun 14 19:56:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7058a48ea7bed4247024e5e3ddbc46604bfde693
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sun Jun 14 20:53:24 2015 +0200

    reproducible openwrt: build only one image
---
 bin/reproducible_openwrt.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index c953e5b..33d627a 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -117,6 +117,11 @@ echo "==========================================================================
 echo "$(date -u) - Building the toolchain."
 echo "============================================================================="
 make defconfig
+# Replace default target with a specific one
+sed 's/CONFIG_TARGET_ar71xx_generic_Default=y/# CONFIG_TARGET_ar71xx_generic_Default is not set/g' -i .config
+sed 's/# CONFIG_TARGET_ar71xx_generic_ARCHERC7 is not set/CONFIG_TARGET_ar71xx_generic_ARCHERC7=y/g' -i .config
+make oldconfig
+
 ionice -c 3 nice \
 	make -j $NUM_CPU tools/install
 ionice -c 3 nice \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list