From 1a5d4a530d0e345adf98bb4c9258a83ce65eb33b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 25 Nov 2013 10:31:02 +1100 Subject: [PATCH] add a arm multi_v7_defconfig build --- do_build | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2