-
Robert Nelson authored
AUFS: https://github.com/sfjro/aufs-standalone/commit/6aaf781ee449c80289c2f4b88f2b933dbff72d20 BBDTBS: https://git.beagleboard.org/beagleboard/BeagleBoard-DeviceTrees/-/commit/9487d605a7da2a67e9e7b363804d2a579110a95f TI_AMX3_CM3: http://git.ti.com/gitweb/?p=processor-firmware/ti-amx3-cm3-pm-firmware.git;a=commit;h=fb484c5e54f2e31cf0a338d2927a06a2870bcc2c WPANUSB: https://github.com/statropy/wpanusb/commit/251f0167545bf2dcaa3cad991a59dbf5ab05490a BCFSERIAL: https://github.com/statropy/bcfserial/commit/aded88429a8a00143596b41f4c1f50d9ae3d4069 WIRELESS_REGDB: https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/commit/?id=c04fd9bcfe49ee1071882cc543ed518f65070204 Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
0e57d793
This is just a set of scripts to rebuild a known working kernel for ARM devices.
Script Bugs: "robertcnelson+bugs@gmail.com"
Note, for older git tag's please use: https://github.com/RobertCNelson/yakbuild
Dependencies: GCC ARM Cross ToolChain
https://mirrors.edge.kernel.org/pub/tools/crosstool/
Dependencies: Linux Kernel Source
This git repo contains just scripts/patches to build a specific kernel for some ARM devices. The kernel source will be downloaded when you run any of the build scripts.
By default this script will clone the linux-stable tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git to: ${DIR}/ignore/linux-src:
If you've already cloned torvalds tree and would like to save some hard drive space, just modify the LINUX_GIT variable in system.sh to point to your current git clone directory.
Build Kernel Image:
./build_kernel.sh
Optional: Build Debian Package:
./build_deb.sh
Development/Hacking:
first run (to setup baseline tree): ./build_kernel.sh then modify files under KERNEL directory then run (to rebuild with your changes): ./tools/rebuild.sh