mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

Update linux-raspberrypi_3.12 to latest revision. Remove sl030raspberrypii2ckernel.patch since it will not apply anymore and its content seems to be obsolite after '558d0bf Fix grabbing lock from atomic context in i2c driver' was merged to 3.12. [Support #60] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
8 lines
206 B
BlitzBasic
8 lines
206 B
BlitzBasic
LINUX_VERSION ?= "3.12.36"
|
|
|
|
SRCREV = "ee9b8c7d46f2b1787b1e64604acafc70f70191cf"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|