meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb
Phong Tran ff04567064 linux-raspberrypi: add linux-raspberrypi-rt 4.14
select the rt kernel by adding in local.conf:

PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt"

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2019-01-01 15:43:32 +00:00

10 lines
274 B
BlitzBasic

LINUX_VERSION ?= "4.14.81"
SRCREV = "acf578d07d57480674d5361df9171fe9528765cb"
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