mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
linux-raspberrypi: add recipe for 5.10 version
* 5.10.11 is now considered stable: https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string78572bb50bf
Gatesgarth specific: - Use KERNEL_EXTRA_ARG instead of KERNEL_DTC_FLAGS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commitdd163e0856
) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
parent
a5969a681d
commit
e974a2c2e6
20
recipes-kernel/linux/linux-raspberrypi_5.10.bb
Normal file
20
recipes-kernel/linux/linux-raspberrypi_5.10.bb
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
LINUX_VERSION ?= "5.10.13"
|
||||||
|
LINUX_RPI_BRANCH ?= "rpi-5.10.y"
|
||||||
|
|
||||||
|
SRCREV_machine = "34263dc81a12862c66e2593bb26c09d5fd20f46d"
|
||||||
|
SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e"
|
||||||
|
|
||||||
|
KMETA = "kernel-meta"
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
|
||||||
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA} \
|
||||||
|
file://powersave.cfg \
|
||||||
|
file://android-drivers.cfg \
|
||||||
|
"
|
||||||
|
|
||||||
|
require linux-raspberrypi.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||||
|
|
||||||
|
KERNEL_EXTRA_ARGS += "DTC_FLAGS='-@ -H epapr'"
|
Loading…
Reference in New Issue
Block a user