diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-20 11:29:16 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-02-24 11:07:36 +0000 |
commit | 606675f4e8b511b8957e4eb3a7e27ca5bb77b349 (patch) | |
tree | df754afc57fbd9f410f6d3a622acdae95275d506 | |
parent | ec5f7981e65eb83f4e836933af3ee88d5f730c09 (diff) | |
download | meta-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.bb | 12 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | ||
2 | |||
3 | LINUX_VERSION ?= "4.19.23" | ||
4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | ||
5 | |||
6 | SRCREV = "e2d2941326922b63d722ebc46520c3a2287b675f" | ||
7 | SRC_URI = " \ | ||
8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | ||
9 | " | ||
10 | require linux-raspberrypi.inc | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||