Kernel Stuff
PPA description
Some kernel experiments.
Here are some basic notes the describe how I modified the kernel and published it to a PPA. I used the following as reference:
* https:/
* https:/
* https:/
# Get the kernel and tool chain
sudo apt-get build-dep linux-image-$(uname -r)
git clone git://kernel.
cd ubuntu-wily
Make a branch to work on your changes.
git checkout -b coolpatch
# Modify the kernel
Apply any patches.
patch -p1 < /path/to/
Bump the version by adding something like +coolpatch01 to the last changelog entry in debian.
Now commit the changes.
# Do a local test build
chmod a+x debian/scripts/*
chmod a+x debian/
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic
Install the .deb packages created to test your new kernel.
# Submit for PPA build
Make sure everything is committed then ready the kernel for building.
git clean -d -f -x
fakeroot debian/rules clean
Create the source packages and upload to the PPA.
debuild -kYOURGPGKEY -S -i -I
dput ppa:ppaname *.changes
Adding this PPA to your system
You can update your system with unsupported packages from this untrusted PPA by adding ppa:flexiondotorg/kernel-stuff to your system's Software Sources. (Read about installing)
sudo add-apt-repository ppa:flexiondotorg/kernel-stuff sudo apt update
For questions and bugs with software in this PPA please contact Martin Wimpress .
PPA statistics
- Activity
- 0 updates added during the past month.
Overview of published packages
1 → 1 of 1 result | First • Previous • Next • Last |
Package | Version | Uploaded by |
---|---|---|
linux | 4.2.0-10.12+byd03 | Martin Wimpress () |
1 → 1 of 1 result | First • Previous • Next • Last |