kernel-build-containers icon indicating copy to clipboard operation
kernel-build-containers copied to clipboard

Containers for building the Linux kernel or other software with many different compilers

Results 17 kernel-build-containers issues
Sort by recently updated
recently updated
newest added

It would be nice if `menuconfig` worked via the `./make_linux.py` script.

enhancement

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...

enhancement

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...

enhancement

Thanks to @joseigor for the PoC: https://github.com/a13xp0p0v/kernel-build-containers/pull/11

enhancement

With code errors highliting and all possible include paths inserted.

enhancement

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 @xairy for the idea.

enhancement