summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README14
-rw-r--r--conf/layer.conf6
2 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index fcb75d6c..1ab64116 100644
--- a/README
+++ b/README
@@ -4,6 +4,10 @@ meta-xen
4This layer provides support for building Xen, Libvirt, and associated 4This layer provides support for building Xen, Libvirt, and associated
5packages necessary for constructing an OE-based Xen distribution. 5packages necessary for constructing an OE-based Xen distribution.
6 6
7This layer provides support for building KVM, Libvirt, OpenvSwitch et.c.
8and associated packages necessary for constructing virtualized solutions for
9Openembedded based distros.
10
7Dependencies 11Dependencies
8------------ 12------------
9This layer depends on: 13This layer depends on:
@@ -19,10 +23,14 @@ revision: HEAD
19Maintenance 23Maintenance
20----------- 24-----------
21 25
22This layer is maintained by Sage Electronic Engineering. 26Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org
27
28Maintainers: Raymond Danks <ray.danks@se-eng.com>
29 David Nyström <david.c.nystrom@gmail.com>
30 Bruce Ashfield <bruce.ashfield@gmail.com>
23 31
24When sending single patches, please using something like: 32When sending single patches, please using something like:
25'git send-email -1 --to support@se-eng.com --subject-prefix=meta-xen][PATCH' 33'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'
26 34
27License 35License
28------- 36-------
@@ -31,5 +39,3 @@ All metadata is MIT licensed unless otherwise stated. Source code included
31in tree for individual recipes is under the LICENSE stated in each recipe 39in tree for individual recipes is under the LICENSE stated in each recipe
32(.bb file) unless otherwise stated. 40(.bb file) unless otherwise stated.
33 41
34This README document is Copyright (C) 2012 Sage Electronic Engineering, LLC.
35
diff --git a/conf/layer.conf b/conf/layer.conf
index 7ccedd1f..873ff379 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -4,6 +4,6 @@ BBPATH .= ":${LAYERDIR}"
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "xen-layer" 7BBFILE_COLLECTIONS += "virtualization-layer"
8BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_xen-layer = "7" 9BBFILE_PRIORITY_virtualization-layer = "7"