FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | |
LINUX_VERSION ?= "4.9.59" | |
SRCREV = "e7976b2affa8c05bd299ead0ad9c36ddaf135b9d" | |
SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y" | |
require linux-raspberrypi.inc | |
# A LOADADDR is needed when building a uImage format kernel. This value is not | |
# set by default in rpi-4.8.y and later branches so we need to provide it | |
# manually. This value unused if KERNEL_IMAGETYPE is not uImage. | |
KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000" |