From b3a428e1c47e2605573261f2973cbb7bcee212b0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Oct 2024 19:22:04 +0000 Subject: kernel/cfg: import docker configuration tweaks Bumping the SRCREV to pick up the following commits: 8650ed99 docker: enable ipvlan and build BRIDGE_VLAN_FILTERING into kernel 38e7c7aa docker: inherit base container and BPF configs Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/yocto-cfg-fragments-6.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb index d7e47ab4..ae3c3c15 100644 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb +++ b/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb @@ -15,7 +15,7 @@ INHIBIT_DEFAULT_DEPS = "1" LINUX_VERSION ?= "6.10" PV = "v${LINUX_VERSION}+git${SRCREV}" -SRCREV = "5161bedbdc3ff6f22a75fb5afb96a4077f4b4ab0" +SRCREV = "8650ed99a9e181fbb5a0e3718809f734564ea91f" SRC_URI = "\ git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ " -- cgit v1.2.3-54-g00ecf