Hi Bruce,

On 8/11/24 8:04 PM, Bruce Ashfield via lists.openembedded.org wrote:
From: Bruce Ashfield <bruce.ashfi...@gmail.com>

Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com>
---
  meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb 
b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 0097fec7b2..292897ce43 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -14,7 +14,7 @@ require recipes-kernel/linux/linux-yocto.inc
  # provide this .inc to set specific revisions
  include recipes-kernel/linux/linux-yocto-dev-revisions.inc
-KBRANCH = "v6.10/standard/base"
+KBRANCH = "v6.11/standard/base"
  KMETA = "kernel-meta"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine;protocol=https \
@@ -28,7 +28,7 @@ SRC_URI = 
"git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name
  SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", 
"linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
  SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", 
"${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
-LINUX_VERSION ?= "6.10"
+LINUX_VERSION ?= "6.11"
  LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
  PV = "${LINUX_VERSION}+git"

I haven't tried to compile linux-yocto-dev but I have my own v6.11-rc6 based kernel recipe.

It failed to build on Scarthgap because I was missing coreutils-native (specifically truncate binary) because CONFIG_KALLSYMS was enabled. This comes from https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1472464c6248575bf2d01c7f076b94704bb32c95

It seems there are some config fragments in linux-yocto-cache (ktypes/base/base.cfg) with it, so maybe we want to always add the dependency (or is there a way to add a build time dependency from an .scc file?).

Is there anything I can help with?

Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#204861): 
https://lists.openembedded.org/g/openembedded-core/message/204861
Mute This Topic: https://lists.openembedded.org/mt/107843657/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to