diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.14.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.14.bb b/recipes-kernel/linux/linux-raspberrypi_4.14.bb new file mode 100644 index 0000000..440092e --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_4.14.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LINUX_VERSION ?= "4.14.22" | ||
2 | |||
3 | SRCREV = "d95cdf3e6a0506e3a728b0c80ae02368779d2768" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y" | ||
5 | |||
6 | require linux-raspberrypi.inc | ||