From 1ca3fe03b5d248ba405b02b22f093083e84aff33 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 11 Aug 2013 00:05:42 -0400 Subject: openstack: set libvirt PACKAGECONFIG options Rather than support all of the hypervisors and containers that the the default libvirt configuration adds, we specify our own KVM/lxc and related options for a basic openstack configuration. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/libvirt/libvirt_1.1.1.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-openstack/recipes-extended/libvirt/libvirt_1.1.1.bbappend (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.1.1.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.1.1.bbappend new file mode 100644 index 0000000..3a6634e --- /dev/null +++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.1.1.bbappend @@ -0,0 +1,4 @@ +PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ + python numactl sanlock ebtables \ + ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ + " -- cgit v1.2.3-54-g00ecf