diff options
-rw-r--r-- | recipes-kernel/linux/linux-yocto/docker.cfg | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto/docker.scc | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.1.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.10.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.4.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.9.bbappend | 1 |
6 files changed, 9 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/docker.cfg b/recipes-kernel/linux/linux-yocto/docker.cfg new file mode 100644 index 00000000..d0ebb666 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/docker.cfg | |||
@@ -0,0 +1 @@ | |||
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m | |||
diff --git a/recipes-kernel/linux/linux-yocto/docker.scc b/recipes-kernel/linux/linux-yocto/docker.scc new file mode 100644 index 00000000..e317456c --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/docker.scc | |||
@@ -0,0 +1,4 @@ | |||
1 | define KFEATURE_DESCRIPTION "Enable Features needed by docker in addition to LXC features" | ||
2 | define KFEATURE_COMPATIBILITY board | ||
3 | |||
4 | kconf non-hardware docker.cfg | ||
diff --git a/recipes-kernel/linux/linux-yocto_4.1.bbappend b/recipes-kernel/linux/linux-yocto_4.1.bbappend index f3be89ed..f163fdfc 100644 --- a/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/recipes-kernel/linux/linux-yocto_4.1.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 | " |
8 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" |
9 | 10 | ||
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 | " |
8 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" |
9 | 10 | ||
diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend index f3be89ed..f163fdfc 100644 --- a/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_4.4.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 | " |
8 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" |
9 | 10 | ||
diff --git a/recipes-kernel/linux/linux-yocto_4.9.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend index f3be89ed..f163fdfc 100644 --- a/recipes-kernel/linux/linux-yocto_4.9.bbappend +++ b/recipes-kernel/linux/linux-yocto_4.9.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 | " |
8 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" |
9 | 10 | ||