linux-raspberrypi-dev: Update for testing v5.10.y

Linux 5.10 series will be the next LTS kernel so it's likely to be the
new stable branch for linux-raspberrypi within a couple of months. Let's
get set up to test it now.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
This commit is contained in:
Paul Barker 2020-11-25 15:56:50 +00:00 committed by Andrei Gherzan
parent 8c5809ebbb
commit 7a6759e242

View File

@ -5,19 +5,27 @@ python __anonymous() {
raise bb.parse.SkipRecipe(msg) raise bb.parse.SkipRecipe(msg)
} }
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" LINUX_VERSION ?= "5.10.y"
LINUX_RPI_BRANCH ?= "rpi-5.10.y"
LINUX_VERSION ?= "4.19" SRCREV_machine = "${AUTOREV}"
LINUX_RPI_BRANCH ?= "rpi-4.19.y" SRCREV_meta = "${AUTOREV}"
KMETA = "kernel-meta"
SRCREV = "${AUTOREV}"
SRC_URI = " \ SRC_URI = " \
git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ git://github.com/raspberrypi/linux.git;name=machine;protocol=git;branch=${LINUX_RPI_BRANCH} \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=master;destsuffix=${KMETA} \
file://powersave.cfg \
file://android-drivers.cfg \
" "
require linux-raspberrypi.inc require linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
KERNEL_EXTRA_ARGS += "DTC_FLAGS='-@ -H epapr'"
# Disable version check so that we don't have to edit this recipe every time # Disable version check so that we don't have to edit this recipe every time
# upstream bumps the version # upstream bumps the version
KERNEL_VERSION_SANITY_SKIP = "1" KERNEL_VERSION_SANITY_SKIP = "1"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"