These scripts facilitate configuring and compiling the Android kernel, particularly for the Astro Slide.
The process is Dockerised for ease of use, and to allow reproducible builds.
They can be run within this repo, or the built Docker image can used elsewhere.
A boot image contains more than just the kernel, so this utilises an existing boot image, replacing the kernel within it.
To configure the kernel, run:
./auto/menuconfig
To build the kernel, run:
./auto/build
The boot image is output to out/boot.img
.