summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi_5.4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi_5.4.inc')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.inc b/recipes-kernel/linux/linux-raspberrypi_5.4.inc
new file mode 100644
index 0000000..232f8a9
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.inc
@@ -0,0 +1,12 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
5 "
6SRC_URI_remove = "file://rpi-kernel-misc.cfg"
7
8require linux-raspberrypi.inc
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
11
12KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"