1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-21 05:27:02 +00:00

linux-libc-headers: add 6.10 patched kernel headers

kselftest needs bleeding-edge kernel headers as it wants to use the new
symbols, so add a recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2024-07-03 16:31:31 +01:00
parent b368aecda5
commit 0d3bc7947a
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
require ${COREBASE}/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
FILESEXTRAPATHS:prepend = "${THISDIR}/../linux/files/:"
KBRANCH = "v6.10/standard/base"
# 6.10-rc3
SRCREV = "83a7eefedc9b56fe7bfeff13b6c7356688ffa670"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};protocol=https"
SRC_URI += "file://gcs.patch"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
S = "${WORKDIR}/git"