linux-raspberrypi: add recipe for 5.10 version

* 5.10.11 is now considered stable:
  https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string7
  8572bb50bf

Gatesgarth specific:
- Use KERNEL_EXTRA_ARG instead of KERNEL_DTC_FLAGS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit dd163e0856)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
Martin Jansa 2021-02-05 18:09:03 +01:00 committed by Andrei Gherzan
parent a5969a681d
commit e974a2c2e6

View 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'"