diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:12:24 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:29:18 -0400 |
| commit | 09beb2b42dd0a68e52b7f18fae8e855e039e90bd (patch) | |
| tree | 70cac9d5e2e114ed39aab9155887e3fb07ba1d27 /meta-openstack | |
| parent | b584c342e325b04f9b9e5062503edecdb3885e81 (diff) | |
| download | meta-cloud-services-09beb2b42dd0a68e52b7f18fae8e855e039e90bd.tar.gz | |
libvirt: update bbappend to 1.2.4
Track the update of libvirt to 1.2.4 in meta-virtualization. We also move
the 1.2.2 bbappend to dangling for layers and users that are not tracking
the latest meta-virt.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend (renamed from meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend) | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend b/meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend index eb7a921..195633b 100644 --- a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.2.bbappend +++ b/meta-openstack/recipes-dangling/libvirt/libvirt_1.2.2.bbappend | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ | 1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ |
| 2 | python numactl sanlock ebtables \ | 2 | python sanlock ebtables \ |
| 3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
| 4 | " | 4 | " |
| 5 | 5 | ||
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend new file mode 100644 index 0000000..195633b --- /dev/null +++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.2.4.bbappend | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ | ||
| 2 | python sanlock ebtables \ | ||
| 3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | ||
| 4 | " | ||
| 5 | |||
| 6 | inherit useradd | ||
| 7 | USERADD_PACKAGES = "${PN}" | ||
| 8 | GROUPADD_PARAM_${PN} = "--system libvirt" | ||
| 9 | |||
| 10 | do_install_append() { | ||
| 11 | sed -e "s:^#unix_sock_group =:unix_sock_group =:g" -i ${D}/etc/libvirt/libvirtd.conf | ||
| 12 | sed -e "s:^#unix_sock_rw_perms =:unix_sock_rw_perms =:g" -i ${D}/etc/libvirt/libvirtd.conf | ||
| 13 | } | ||
