diff options
| -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" | ||
