diff options
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index d5ece15..14d70b9 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb | |||
| @@ -1,13 +1,16 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
| 2 | 2 | ||
| 3 | LINUX_VERSION ?= "4.19.56" | 3 | LINUX_VERSION ?= "4.19.57" |
| 4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 4 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
| 5 | 5 | ||
| 6 | SRCREV = "fba6ea6a8f6e2eaf814475812aec64de3f4912c9" | 6 | SRCREV = "55b89745a4782db50e86291bd1adee8fb44b84ad" |
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | 8 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ |
| 9 | " | 9 | " |
| 10 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" | 10 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" |
| 11 | |||
| 11 | require linux-raspberrypi.inc | 12 | require linux-raspberrypi.inc |
| 12 | 13 | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
| 15 | |||
| 16 | KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" | ||
