diff options
Diffstat (limited to 'meta-openstack')
4 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/iptables/iptables_1.4.12.2.bbappend b/meta-openstack/recipes-extended/iptables/iptables_1.4.12.2.bbappend new file mode 100644 index 0000000..7b4d5df --- /dev/null +++ b/meta-openstack/recipes-extended/iptables/iptables_1.4.12.2.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | INC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | RRECOMMENDS_${PN} += "kernel-module-xt-conntrack \ | ||
4 | kernel-module-xt-redirect \ | ||
5 | " | ||
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.0.3.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.0.3.bbappend new file mode 100644 index 0000000..3a6634e --- /dev/null +++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.0.3.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ | ||
2 | python numactl sanlock ebtables \ | ||
3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | ||
4 | " | ||
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.1.2.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.1.2.bbappend new file mode 100644 index 0000000..3a6634e --- /dev/null +++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.1.2.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ | ||
2 | python numactl sanlock ebtables \ | ||
3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | ||
4 | " | ||
diff --git a/meta-openstack/recipes-support/iproute2/iproute2_3.2.0.bbappend b/meta-openstack/recipes-support/iproute2/iproute2_3.2.0.bbappend new file mode 100644 index 0000000..34ad5b8 --- /dev/null +++ b/meta-openstack/recipes-support/iproute2/iproute2_3.2.0.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | RRECOMMENDS_${PN} += "kernel-module-veth \ | ||
2 | " | ||