blob: 8842e715bf0b5b6b009a934908948139edb172c0 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2
Brad Bishopc342db32019-05-15 21:57:59 -04003LINUX_VERSION ?= "4.19.34"
Brad Bishop19323692019-04-05 15:28:33 -04004LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5
Brad Bishopc342db32019-05-15 21:57:59 -04006SRCREV = "ab8652c03fa081b27de7e28a74c2536cb2aa3e5b"
Brad Bishop19323692019-04-05 15:28:33 -04007SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 "
10require linux-raspberrypi.inc
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"