mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
We use this to simplify the update process. Updating a kernel version will not
require renaming the recipe but only tweaking LINUX_VERSION.
Update kernel version:
- bump SRCREV
- bump LINUX_VERSION if needed
[Support #26]
Change-Id: I7565ddd1f03cc34c34aa5da92664a0057b415c9a
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
9 lines
256 B
BlitzBasic
9 lines
256 B
BlitzBasic
LINUX_VERSION ?= "3.6.11"
|
|
|
|
SRCREV = "2a8d45ec0883e3cbdce920855b3461ac77308a5f"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
|
|
file://sl030raspberrypii2ckernel.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|