summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-20 11:29:16 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-24 11:07:36 +0000
commit606675f4e8b511b8957e4eb3a7e27ca5bb77b349 (patch)
treedf754afc57fbd9f410f6d3a622acdae95275d506
parentec5f7981e65eb83f4e836933af3ee88d5f730c09 (diff)
downloadmeta-raspberrypi-606675f4e8b511b8957e4eb3a7e27ca5bb77b349.tar.gz
linux-raspberrypi: Add recipe for 4.19 kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"