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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-18 19:22:04 +00:00
parent b5b94c2f51
commit b3a428e1c4

View File

@ -15,7 +15,7 @@ INHIBIT_DEFAULT_DEPS = "1"
LINUX_VERSION ?= "6.10" LINUX_VERSION ?= "6.10"
PV = "v${LINUX_VERSION}+git${SRCREV}" PV = "v${LINUX_VERSION}+git${SRCREV}"
SRCREV = "5161bedbdc3ff6f22a75fb5afb96a4077f4b4ab0" SRCREV = "8650ed99a9e181fbb5a0e3718809f734564ea91f"
SRC_URI = "\ SRC_URI = "\
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
" "