mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
0d80b8bc3b
commit
3e273b5815
14
README
14
README
|
@ -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.
|
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user