Rename meta-xen layer to meta-virtualization.

Updates to README and layer.conf for new name and maintainers.

Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
Raymond Danks 2012-11-30 11:53:48 -07:00
parent 0d80b8bc3b
commit 3e273b5815
2 changed files with 13 additions and 7 deletions

14
README
View File

@ -4,6 +4,10 @@ meta-xen
This layer provides support for building Xen, Libvirt, and associated This layer provides support for building Xen, Libvirt, and associated
packages necessary for constructing an OE-based Xen distribution. packages necessary for constructing an OE-based Xen distribution.
This layer provides support for building KVM, Libvirt, OpenvSwitch et.c.
and associated packages necessary for constructing virtualized solutions for
Openembedded based distros.
Dependencies Dependencies
------------ ------------
This layer depends on: This layer depends on:
@ -19,10 +23,14 @@ revision: HEAD
Maintenance Maintenance
----------- -----------
This layer is maintained by Sage Electronic Engineering. Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org
Maintainers: Raymond Danks <ray.danks@se-eng.com>
David Nyström <david.c.nystrom@gmail.com>
Bruce Ashfield <bruce.ashfield@gmail.com>
When sending single patches, please using something like: When sending single patches, please using something like:
'git send-email -1 --to support@se-eng.com --subject-prefix=meta-xen][PATCH' 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
License License
------- -------
@ -31,5 +39,3 @@ All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated. (.bb file) unless otherwise stated.
This README document is Copyright (C) 2012 Sage Electronic Engineering, LLC.

View File

@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES # We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "xen-layer" BBFILE_COLLECTIONS += "virtualization-layer"
BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_xen-layer = "7" BBFILE_PRIORITY_virtualization-layer = "7"