kernel-build-containers
kernel-build-containers copied to clipboard
Containers for building the Linux kernel or other software with many different compilers
It would be nice if `menuconfig` worked via the `./make_linux.py` script.
I'm opening this to remind myself that I should clean up the modifications I have made to use rpmbuilder for building el8 RPM packages. The only catch is I'm going...
Hi, I have adapted the code to use a -cap_all and non privileged user + immutable filesystem to build the kernels. However, I have not adapted make_linux.py to support it...
Thanks to @joseigor for the PoC: https://github.com/a13xp0p0v/kernel-build-containers/pull/11
Thanks to @joseigor for the PoC: #11
With code errors highliting and all possible include paths inserted.
Sometimes kernel build fails due to non availability of cpio archive in the container. the kernel/gen_kheaders.sh file needs cpio archive to build kernel/kheaders_data.tar.xz Similarly silent and parallel builds will help...
Created a fucntion for every container build, user passes the argument and builds only the version user asked for. This saves a lot of time and space on the disk...
Thanks to @xairy for the idea.