mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: Add recipes for kernel 5.4
5.4 is slated to be next hop for linux-raspberrypi, here add the recipes, default is still 4.19, we can switch that later Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
01b162388e
commit
d50c60ee28
6
recipes-kernel/linux/linux-raspberrypi_5.4.bb
Normal file
6
recipes-kernel/linux/linux-raspberrypi_5.4.bb
Normal file
|
@ -0,0 +1,6 @@
|
|||
LINUX_VERSION ?= "5.4.29"
|
||||
LINUX_RPI_BRANCH ?= "rpi-5.4.y"
|
||||
|
||||
SRCREV = "dc11cb9f890197f976033255e09023c28c988b76"
|
||||
|
||||
require linux-raspberrypi_5.4.inc
|
12
recipes-kernel/linux/linux-raspberrypi_5.4.inc
Normal file
12
recipes-kernel/linux/linux-raspberrypi_5.4.inc
Normal file
|
@ -0,0 +1,12 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/raspberrypi/linux.git;branch=${LINUX_RPI_BRANCH} \
|
||||
"
|
||||
SRC_URI_remove = "file://rpi-kernel-misc.cfg"
|
||||
|
||||
require linux-raspberrypi.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
||||
KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"
|
Loading…
Reference in New Issue
Block a user