Replies: 3 comments 2 replies
|
I think some additional dependencies for the build proccess may be required at least that what this ubuntu wiki page says (it's refering to a diffrent version of ubuntu so not sure if it aplays to 24.04) |
|
Yep, I tried a different approach first and may have installed some dependencies already. I'll retry from a fresh container after I got it working. For now, it completed a full kernel build. Some deps are only needed if you run I think I had to manually install |
|
Any updates on this, I'd still like to test those patches (assuming they aren't going to be in a mainline kernel anytime soon/whenever I upgrade to the next ubuntu LTS version) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Some people may be interested to use backported patches in Ubuntu 24.04 LTS.
Notes:
So here's my first progress in an Ubuntu Noble container:
Modify
/etc/apt/sources.list.d/ubuntu.sourcesto useTypes: deb deb-src.Then install the kernel build deps:
We cannot build a signed kernel here. So let's install the unsigned kernel sources (as user):
Next, try to build the packages without modifications:
This will take a while: The build script will now build multiple packages, module packs and flavors. In the end, you should receive a deb package like this:
Next, I'll try applying the patches to create a derived kernel package.
All reactions