Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
| 2 | |
| 3 | LINUX_VERSION ?= "3.18.16" |
| 4 | |
| 5 | SRCREV = "1bb18c8f721ef674a447f3622273f2e2de7a205c" |
| 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \ |
| 7 | file://0001-dts-add-overlay-for-pitft22.patch \ |
| 8 | " |
| 9 | require linux-raspberrypi.inc |
| 10 | |
| 11 | # Create missing out of tree 'overlays' directory prior to install step |
| 12 | do_compile_prepend() { |
| 13 | mkdir -p ${B}/arch/arm/boot/dts/overlays |
| 14 | } |