]> git.ozlabs.org Git - next-scripts/commitdiff
do_last_build: add a pseries_le_defconfig build
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Oct 2015 06:49:19 +0000 (17:49 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Oct 2015 06:49:19 +0000 (17:49 +1100)
do_last_build

index 244b2a365adee195a7771017ae73343cc1edc7cf..d247107505122a14ee985d0d77622c904e3f5ef2 100755 (executable)
@@ -49,6 +49,12 @@ $cmd <<-EOF
        cross -n -N -k powerpc -a powerpc64 -c 4.9.0 O=\$d allyesconfig
        cross -n -N -k powerpc -a powerpc64 -c 4.9.0 -- O=\$d -j48 -s -k || true
 
+       echo Building: powerpc pseries_le_defconfig
+       d=../powerpc_pseries_le_defconfig
+       [ -d \$d ] || mkdir \$d
+       cross -n -N -k powerpc -a powerpc64le -c 5.2.0 O=\$d pseries_le_defconfig
+       cross -n -N -k powerpc -a powerpc64le -c 5.2.0 -- O=\$d -j48 -s -k || true
+
        rm .scmversion
 EOF