diff options
3 files changed, 7 insertions, 2 deletions
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/enable-veth.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-veth.cfg new file mode 100644 index 0000000..80311f7 --- /dev/null +++ b/meta-openstack/recipes-kernel/linux/linux-yocto/enable-veth.cfg | |||
| @@ -0,0 +1 @@ | |||
| CONFIG_VETH=m | |||
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend index 02bf487..6df4c0f 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | PRINC := "${@int(PRINC) + 1}" | 2 | PRINC := "${@int(PRINC) + 1}" |
| 3 | 3 | ||
| 4 | SRC_URI += "file://iptables-nat.scc" | 4 | SRC_URI += "file://iptables-nat.scc \ |
| 5 | file://enable-veth.cfg \ | ||
| 6 | " | ||
| 5 | 7 | ||
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend index 02bf487..6df4c0f 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.8.bbappend | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | PRINC := "${@int(PRINC) + 1}" | 2 | PRINC := "${@int(PRINC) + 1}" |
| 3 | 3 | ||
| 4 | SRC_URI += "file://iptables-nat.scc" | 4 | SRC_URI += "file://iptables-nat.scc \ |
| 5 | file://enable-veth.cfg \ | ||
| 6 | " | ||
| 5 | 7 | ||
