mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
arm-gcs/linux-yocto: update to 6.11-rc3 and v12 of the GCS patches
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>
This commit is contained in:
@@ -28,7 +28,7 @@ local_conf_header:
|
||||
IMAGE_CLASSES += "fvpboot"
|
||||
# Use the -dev patched kernel
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
|
||||
LINUXLIBCVERSION = "6.10"
|
||||
LINUXLIBCVERSION = "6.11"
|
||||
# No root password for ease
|
||||
EXTRA_IMAGE_FEATURES += "empty-root-password allow-empty-password allow-root-login"
|
||||
# Install a toolchain
|
||||
|
||||
+3
-3
@@ -2,9 +2,9 @@ require ${COREBASE}/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.in
|
||||
|
||||
FILESEXTRAPATHS:prepend = "${THISDIR}/../linux/files/:"
|
||||
|
||||
KBRANCH = "v6.10/standard/base"
|
||||
# 6.10-rc3
|
||||
SRCREV = "83a7eefedc9b56fe7bfeff13b6c7356688ffa670"
|
||||
KBRANCH = "v6.11/standard/base"
|
||||
# 6.11-rc3
|
||||
SRCREV = "7c626ce4bae1ac14f60076d00eafe71af30450ba"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};protocol=https"
|
||||
SRC_URI += "file://gcs.patch"
|
||||
@@ -0,0 +1 @@
|
||||
CONFIG_UPROBE_EVENTS=n
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
KBRANCH = "v6.10/base"
|
||||
SRCREV_machine = "83a7eefedc9b56fe7bfeff13b6c7356688ffa670"
|
||||
KBRANCH = "v6.11/standard/base"
|
||||
SRCREV_machine = "7c626ce4bae1ac14f60076d00eafe71af30450ba"
|
||||
SRCREV_meta = "66aec68f0ba1d15ba0e9c19f1ec0d2b4a75c5333"
|
||||
LINUX_VERSION = "6.10.0"
|
||||
LINUX_VERSION = "6.11.0"
|
||||
|
||||
SRC_URI += "file://gcs.patch"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user