summaryrefslogtreecommitdiffstats
path: root/bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc')
-rw-r--r--bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc b/bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
new file mode 100644
index 00000000..d6c1223c
--- /dev/null
+++ b/bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.inc
@@ -0,0 +1,12 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
+
+SRC_URI = " \
+ git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
+ "
+SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
+
+require linux-raspberrypi.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
+
+KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"