From: Stephen Rothwell Date: Sun, 24 Nov 2013 23:31:02 +0000 (+1100) Subject: add a arm multi_v7_defconfig build X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=1a5d4a530d0e345adf98bb4c9258a83ce65eb33b;p=next-scripts add a arm multi_v7_defconfig build --- diff --git a/do_build b/do_build index 9b04119..10dca87 100755 --- a/do_build +++ b/do_build @@ -37,4 +37,11 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c 4.8.1 O=\$d allmodconfig rm \$e cross -n -N -a x86_64 -c 4.8.1 O=\$d -j64 -s + + d=../arm_multi_v7_defconfig + [ -d \$d ] || mkdir \$d + cross -n -N -a arm -c 4.6 O=\$d multi_v7_defconfig + cross -n -N -a arm -c 4.6 O=\$d -j64 -s + + rm .scmversion EOF