blob: df28fda773292dc07375352544f0d995286217d9 [file] [log] [blame]
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
2
Brad Bishop6e60e8b2018-02-01 10:27:11 -05003LINUX_VERSION ?= "4.9.59"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06004
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005SRCREV = "e7976b2affa8c05bd299ead0ad9c36ddaf135b9d"
6SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y"
7
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06008require linux-raspberrypi.inc
Brad Bishop3a5fbf52017-12-04 02:17:07 -05009
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.
13KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"