summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhong Tran <tranmanphong@gmail.com>2018-12-31 21:05:12 +0700
committerAndrei Gherzan <andrei@gherzan.ro>2018-12-31 15:15:47 +0000
commita48743dc36e31170cf737e200cc88f273e13611a (patch)
treec34136072c92320ec5e86e887ee1e8851a867e19
parentfa217ed21cedc58e13dda23a0237134333787a01 (diff)
downloadmeta-raspberrypi-a48743dc36e31170cf737e200cc88f273e13611a.tar.gz
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>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-rt_4.14.bb9
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 @@
1LINUX_VERSION ?= "4.14.81"
2
3SRCREV = "acf578d07d57480674d5361df9171fe9528765cb"
4SRC_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
9require linux-raspberrypi.inc