summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.10.bbappend
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-07-07 16:38:51 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-10 12:18:09 -0400
commit77fd5be8b6ca186af543e9ea0550b46630e1c396 (patch)
treea27a00a264e82190f831164de41bc4cb46508909 /recipes-kernel/linux/linux-yocto_4.10.bbappend
parent88277c84962e9d07ec777896a0ca8bd7db9ff5e2 (diff)
downloadmeta-virtualization-77fd5be8b6ca186af543e9ea0550b46630e1c396.tar.gz
docker: add NETFILTER_XT_MATCH_ADDRTYPE=m
Docker needs ths _NETFILTER_XT_MATCH_ADDRTYPE module in order to start up successfully. This patch adds it to the supported kernels. Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.10.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.10.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.10.bbappend b/recipes-kernel/linux/linux-yocto_4.10.bbappend
index f3be89ed..f163fdfc 100644
--- a/recipes-kernel/linux/linux-yocto_4.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_4.10.bbappend
@@ -4,6 +4,7 @@ SRC_URI += "file://xt-checksum.scc \
4 file://ebtables.scc \ 4 file://ebtables.scc \
5 file://vswitch.scc \ 5 file://vswitch.scc \
6 file://lxc.scc \ 6 file://lxc.scc \
7 file://docker.scc \
7 " 8 "
8KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" 9KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
9 10