summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
new file mode 100644
index 0000000..93c7efa
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
@@ -0,0 +1,12 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3LINUX_VERSION ?= "4.19.23"
4LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5
6SRCREV = "e2d2941326922b63d722ebc46520c3a2287b675f"
7SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 "
10require linux-raspberrypi.inc
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"