mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
* Upgrade the kernel to latest with corresponding firmware.
* This VC4 firmware is compatible with network boot described here:
https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/raspberry_pi4_network_boot_beta.md
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 609df93917)
7 lines
149 B
BlitzBasic
7 lines
149 B
BlitzBasic
LINUX_VERSION ?= "4.19.80"
|
|
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
|
|
|
|
SRCREV = "3492a1b003494535eb1b17aa7f258469036b1de7"
|
|
|
|
require linux-raspberrypi_4.19.inc
|