Comment 29 for bug 1783140

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Note to myself:
Combine mainline kernel: git://kernel.ubuntu.com/ubuntu/linux.git
Ubuntu kernel: git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
in one repo.
Get git://kernel.ubuntu.com/ubuntu/kteam-tools.git
Setup needed chroots (amd64 + arch you need)
sudo ./make_chroot bionic amd64 http://archive.ubuntu.com/ubuntu

(Then many cleanups depending on build env and needs :-/)
Call like:
../kteam-tools/mainline-build/mainline-build-one v4.13 bionic
../kteam-tools/mainline-build/mainline-build-one v4.14 bionic

That works with quite some extra setps, but since the changes are not in the Ubuntu extra I ended up switching to building upstream kernels (with Ubuntu kernel config).
(... needs more time ...)