linux-raspberrypi: Refactor kernel recipes
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>
This commit is contained in:

committed by
Andrei Gherzan

parent
4147bd7214
commit
ba383ecd35
8
recipes-kernel/linux/linux-raspberrypi_3.12.bb
Normal file
8
recipes-kernel/linux/linux-raspberrypi_3.12.bb
Normal file
@@ -0,0 +1,8 @@
|
||||
LINUX_VERSION ?= "3.12.36"
|
||||
|
||||
SRCREV = "90fa5df724d147564149c7b79cb1ffc571a345ec"
|
||||
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
|
||||
file://sl030raspberrypii2ckernel.patch \
|
||||
"
|
||||
|
||||
require linux-raspberrypi.inc
|
Reference in New Issue
Block a user