| Brad Bishop | 9392c69 | 2018-09-07 15:37:17 +0100 | [diff] [blame] | 1 | LINUX_VERSION ?= "4.14.68" |
| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 2 | |
| Brad Bishop | 9392c69 | 2018-09-07 15:37:17 +0100 | [diff] [blame] | 3 | SRCREV = "8c8666ff6c1254d325cfa300d16f9928b3f31fc0" |
| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 4 | SRC_URI = " \ |
| 5 | git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \ | ||||
| 6 | file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ | ||||
| 7 | " | ||||
| 8 | |||||
| 9 | require linux-raspberrypi.inc | ||||