mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
49f1a94512
There is no reason to continue supporting pre-4.8 series kernels so we can move the setting of LOADADDR to the common inc file. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
9 lines
232 B
BlitzBasic
9 lines
232 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.50"
|
|
|
|
SRCREV = "46e2d4d1bd2c17e2f84dd90768321ee0bbaa6b8a"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y"
|
|
|
|
require linux-raspberrypi.inc
|