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

Update linux kernel 4.14 series recipe for building with latest -rt branch. This fixes #474. Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
10 lines
274 B
BlitzBasic
10 lines
274 B
BlitzBasic
LINUX_VERSION ?= "4.14.91"
|
|
|
|
SRCREV = "0b520d5f1f580d36a742a9457a5673fa1578fff3"
|
|
SRC_URI = " \
|
|
git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y-rt \
|
|
file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|