diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | LINUX_VERSION ?= "4.14.81" | ||
2 | |||
3 | SRCREV = "acf578d07d57480674d5361df9171fe9528765cb" | ||
4 | SRC_URI = " \ | ||
5 | git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y-rt \ | ||
6 | file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ | ||
7 | " | ||
8 | |||
9 | require linux-raspberrypi.inc | ||