blob: 70d34643b4079bc0c2221973f4ee7be79ab86df4 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
Brad Bishop26bdd442019-08-16 17:08:17 -04003LINUX_VERSION ?= "4.19.66"
Brad Bishop19323692019-04-05 15:28:33 -04004LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5
Brad Bishop26bdd442019-08-16 17:08:17 -04006SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214"
Brad Bishop19323692019-04-05 15:28:33 -04007SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 "
Brad Bishop26bdd442019-08-16 17:08:17 -040010SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
11
Brad Bishop19323692019-04-05 15:28:33 -040012require linux-raspberrypi.inc
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
Brad Bishop26bdd442019-08-16 17:08:17 -040015
16KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"