Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
| 2 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 3 | LINUX_VERSION ?= "4.9.59" |
Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 4 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 5 | SRCREV = "e7976b2affa8c05bd299ead0ad9c36ddaf135b9d" |
| 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y" |
| 7 | |
Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 8 | require linux-raspberrypi.inc |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 9 | |
| 10 | # A LOADADDR is needed when building a uImage format kernel. This value is not |
| 11 | # set by default in rpi-4.8.y and later branches so we need to provide it |
| 12 | # manually. This value unused if KERNEL_IMAGETYPE is not uImage. |
| 13 | KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" |