]> git.ozlabs.org Git - next-scripts/commitdiff
do_last_build: kconfig now does the right thing for allyesconfig
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Feb 2014 22:44:20 +0000 (09:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Feb 2014 22:44:20 +0000 (09:44 +1100)
do_last_build

index cfa6b5dae69731eca7e863c45ffeba0b8c9f9609..1d045e79b608e4b84699ea73fe0b9ce6bc730041 100755 (executable)
@@ -37,12 +37,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF
 
        d=../powerpc_allyesconfig
        [ -d \$d ] || mkdir \$d
-       e=\$d.except
-       echo CONFIG_PROFILE_ALL_BRANCHES=n >\$e
-       echo CONFIG_DEBUG_INFO=n >>\$e
-       KCONFIG_ALLCONFIG=\$e \
-               cross -n -N -k powerpc -a powerpc64 -c 4.8.1 O=\$d allyesconfig
-       rm \$e
+       cross -n -N -k powerpc -a powerpc64 -c 4.8.1 O=\$d allyesconfig
        cross -n -N -k powerpc -a powerpc64 -c 4.8.1 -- O=\$d -j64 -s -k || true
 EOF