mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
8c5809ebbb
commit
7a6759e242
|
@ -5,19 +5,27 @@ python __anonymous() {
|
|||
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"
|
||||
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
|
||||
SRCREV_machine = "${AUTOREV}"
|
||||
SRCREV_meta = "${AUTOREV}"
|
||||
|
||||
KMETA = "kernel-meta"
|
||||
|
||||
SRCREV = "${AUTOREV}"
|
||||
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
|
||||
|
||||
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
|
||||
# upstream bumps the version
|
||||
KERNEL_VERSION_SANITY_SKIP = "1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
|
Loading…
Reference in New Issue
Block a user