blob: 074f448e7cdd1ecf00f1f1a124b2de6be7beb158 [file] [log] [blame]
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06001FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
2
Brad Bishop3a5fbf52017-12-04 02:17:07 -05003LINUX_VERSION ?= "4.9.27"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06004
Brad Bishop3a5fbf52017-12-04 02:17:07 -05005SRCREV = "9a5f215eda12bad29b35040dff00d0346fe517e2"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06006SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06007"
8require 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"