git » autoupdaters.git » main » tree

[main] / linux-kbb / bisect-tools / build.sh

#!/bin/bash
set -e
set -x
#git reset --hard
#git cherry-pick -n 480b54e36c6
#git cherry-pick -n ab969bff88e
#make olddefconfig
make -j3 zImage modules dtbs
rm -rf inst
mkdir -p inst/{boot,usr/lib/modules}
make INSTALL_MOD_PATH="inst/usr" modules_install
make INSTALL_DTBS_PATH="inst/boot/dtbs-test" dtbs_install
cp arch/arm/boot/zImage "inst/boot/zImage-test"
cd inst
tar czf test.tar.gz boot usr
cd ..
ssh veyron ./rkup.sh