Hi All,
Happy New Year.
I have created a Dockerfile for creating images for cross-compiling Linux PowerPC Linux kernels.
These images can be used for Docker containers or for pods in Kubernetes.
The biggest advantage is, that the Linux PowerPC cross-compiling environment can be easily rolled out and is always the same on a wide variety of computers.
I used this image to create the stable long-term kernel 6.12.63 for testing.
Download of the stable long-term kernel 6.12.63 package and the corresponding Dockerfile:
github.com
You can also create the image via git:
Code: Select all
docker build -t ubuntu_kernel_dev https://github.com/chzigotzky/kernels.git#main
Could you please test the kernel 6.12.63 because of the new cross-compiling environment?
@Mirari users
Please test the USB3.0 Renesas controller because of the firmware file from the git. I hope, I have uploaded the correct firmware to the git.
Monitoring the Docker container while compiling the kernel:
Thanks,
Christian