diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-18 19:22:04 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
commit | b3a428e1c47e2605573261f2973cbb7bcee212b0 (patch) | |
tree | 7ff6eed6e588179fff869ee2d8914805d5b35b7c | |
parent | b5b94c2f5120fb0b1cd1a1fb7b0d959ae040bb30 (diff) | |
download | meta-virtualization-b3a428e1c47e2605573261f2973cbb7bcee212b0.tar.gz |
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>
-rw-r--r-- | recipes-kernel/linux/yocto-cfg-fragments-6.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
15 | LINUX_VERSION ?= "6.10" | 15 | LINUX_VERSION ?= "6.10" |
16 | PV = "v${LINUX_VERSION}+git${SRCREV}" | 16 | PV = "v${LINUX_VERSION}+git${SRCREV}" |
17 | 17 | ||
18 | SRCREV = "5161bedbdc3ff6f22a75fb5afb96a4077f4b4ab0" | 18 | SRCREV = "8650ed99a9e181fbb5a0e3718809f734564ea91f" |
19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
20 | git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ | 20 | git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ |
21 | " | 21 | " |