| Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 
| 2 | |||||
| 3 | LINUX_VERSION ?= "4.1.21" | ||||
| 4 | |||||
| 5 | SRCREV = "ff45bc0e8917c77461b2901e2743e6339bb70413" | ||||
| 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y \ | ||||
| 7 | file://0001-dts-add-overlay-for-pitft22.patch \ | ||||
| 8 | file://0002-vmcs-Remove-unused-sm_cache_map_vector-definition.patch \ | ||||
| 9 | file://0003-fix-gcc6.patch \ | ||||
| 10 | " | ||||
| 11 | |||||
| 12 | require linux-raspberrypi.inc | ||||