Brad Bishop | 754b8fa | 2019-08-20 09:16:20 -0400 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" |
2 | |||||
3 | SRC_URI = " \ | ||||
4 | git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ | ||||
5 | " | ||||
6 | SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" | ||||
7 | |||||
8 | require linux-raspberrypi.inc | ||||
9 | |||||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||||
11 | |||||
12 | KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'" |