CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Add more upstream source and howto for patch
[kernel/raspberrypi2.git] / README
CommitLineData
e0384e72
JV
1Crux-arm RaspberryPi2 Linux Kernel
2
f885aa39 3upstream sources:
e0384e72
JV
4 https://www.kernel.org/pub/linux/kernel/v4.x
5 git://git.kernel.org/pub/scm/linux/kernel/git/statble/linux-stable.git
f885aa39 6 https://github.com/raspberrypi/linux
e0384e72
JV
7
8
9Generating the kernel patch:
10
11This is a stripped down description of how I generated the kernel patch.
12It is based on how I thought it might have been done by Alpine Linux for
13there raspberrypi kernel.
14
15git clone -b rpi-4.5.y https://github.com/raspberrypi/linux.git linux-rpi
16cd linux-rpi
17git remote add -b linux-4.5.y stable-4.5 \
18 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
19git pull stable-4.5
20git diff stable-4.5..rpi-4.5.y > ../linux-4.5.y-rpi-$(date +%Y%m%d).patch