Build Kernel
Andreas
New Member Posts: 10 ✭
I have download the 4.2 kernel source from https://launchpad.net/~ubilinux/+archive/ubuntu/up/+packages
It's the package linux-upboard_4.2.0-3.3.tar.gz
To build the kernel i need the config file but i can't find it in the package.
Thanks
It's the package linux-upboard_4.2.0-3.3.tar.gz
To build the kernel i need the config file but i can't find it in the package.
Thanks
Comments
-
Hi andyb,
That tarball follows Ubuntu kernel packaging standards. This means the final [tt].config[/tt] file is actually generated from a number of config input files during the build process, depending on the variant being built. You can find those used for the [tt]upboard[/tt] flavour in the [tt]/debian.upboard/config/amd64/[/tt] directory.
To build the kernel, we suggest following the steps in:
https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
For other useful Ubuntu kernel links, check:
https://wiki.ubuntu.com/Kernel
Regards