mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-17 04:07:18 +00:00
d2733037ad
Update the GCS patches to v12. They've been rebased onto 6.11-rc3, so update to use that too. GCS support now depends on !UPROBES, so add a config fragment to disable it. Signed-off-by: James McGregor <james.mcgregor2@arm.com>
14 lines
489 B
Plaintext
14 lines
489 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
KBRANCH = "v6.11/standard/base"
|
|
SRCREV_machine = "7c626ce4bae1ac14f60076d00eafe71af30450ba"
|
|
SRCREV_meta = "66aec68f0ba1d15ba0e9c19f1ec0d2b4a75c5333"
|
|
LINUX_VERSION = "6.11.0"
|
|
|
|
SRC_URI += "file://gcs.patch file://disable_uprobe.cfg"
|
|
|
|
# TMPDIR references in:
|
|
# /usr/src/debug/linux-yocto-dev/6.8.0+git/drivers/tty/vt/consolemap_deftbl.c
|
|
# /usr/src/debug/linux-yocto-dev/6.8.0+git/lib/oid_registry_data.c
|
|
INSANE_SKIP:${PN}-src += "buildpaths"
|