From ff04567064812306eb593d8764d285eeba27a3d9 Mon Sep 17 00:00:00 2001 From: Phong Tran Date: Mon, 31 Dec 2018 21:05:12 +0700 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb b/recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb new file mode 100644 index 0000000..1a990fe --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb @@ -0,0 +1,9 @@ +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 -- cgit v1.2.3-54-g00ecf