mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-18 08:01:49 +00:00
This version includes a workaround for the usable DMA memory. It limits the DMA to the first 1G. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
17 lines
509 B
BlitzBasic
17 lines
509 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
|
|
|
|
LINUX_VERSION ?= "4.19.58"
|
|
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
|
|
|
|
SRCREV = "d5dc848c982dff2e020f294e384447efe6ea6617"
|
|
SRC_URI = " \
|
|
git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
|
|
"
|
|
SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
|
|
|
|
require linux-raspberrypi.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"
|