blob: eabcdab36889c05a160eb7d8952ae9078faa8f95 [file] [log] [blame]
Brad Bishop754b8fa2019-08-20 09:16:20 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
3SRC_URI = " \
4 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
5 "
6SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-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'"