Go to file
Josep Puigdemont 7d7c38165c lxc: always strdup lxc.rootfs.mount
The reason is that the generic code which handles reading lxc.rootfs.mount
always frees the old value if not NULL. So without this setting
lxc.rootfs.mount = /mnt causes segfault.

This is a backport for lxc-0.9.0 (dora) of the same fix found in
upstream's master, see commits 54c30e29 and 53f3f048.

Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-02-11 14:27:43 -05:00
conf conf/layer.conf: add LAYERVERSION and LAYERDEPENDS 2013-10-18 10:36:59 -04:00
docs openvswitch: uprev to 1.10 and documentation update. 2013-06-03 18:07:39 -04:00
files/custom-licenses iasl: Add Intel ACPI license information 2013-08-10 22:47:11 -04:00
recipes-containers lxc: always strdup lxc.rootfs.mount 2014-02-11 14:27:43 -05:00
recipes-core busybox: Add getopt since lxc templates require it 2013-10-03 22:39:26 -04:00
recipes-devtools/python python: replace FILESPATH with FILESEXTRAPATHS_prepend 2013-08-21 21:37:22 -04:00
recipes-extended libvirt: cleanup: remove old RRECOMMENDS 2013-10-18 13:10:57 -04:00
recipes-kernel/linux linux-yocto/xen: update fragment to support both dom0 and typical xen guests. 2013-10-10 23:32:26 -04:00
recipes-networking Fixed Q&A error for OpenFlow recipe 2013-08-25 01:26:02 -04:00
.gitignore Added .gitignore file 2012-12-07 15:32:31 +01:00
COPYING.MIT Initial meta-xen layer documentation. 2012-06-21 15:51:11 -06:00
README xen: Add note about dependency on meta-selinux to README. 2013-10-18 11:05:45 -04:00

meta-virtualization

This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.

Dependencies

This layer depends on:

URI: git://github.com/openembedded/oe-core.git branch: master revision: HEAD prio: default

URI: git://github.com/openembedded/meta-oe.git branch: master revision: HEAD layers: meta-oe meta-networking

BBFILE_PRIORITY_openembedded-layer = "4"

Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default

Maintenance

Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org

Maintainers: Raymond Danks ray.danks@se-eng.com David Nyström david.nystrom@enea.com Bruce Ashfield bruce.ashfield@gmail.com

When sending single patches, please using something like: 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'

License

All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.