diff options
| -rw-r--r-- | README | 14 | ||||
| -rw-r--r-- | conf/layer.conf | 6 |
2 files changed, 13 insertions, 7 deletions
| @@ -4,6 +4,10 @@ meta-xen | |||
| 4 | This layer provides support for building Xen, Libvirt, and associated | 4 | This layer provides support for building Xen, Libvirt, and associated |
| 5 | packages necessary for constructing an OE-based Xen distribution. | 5 | packages necessary for constructing an OE-based Xen distribution. |
| 6 | 6 | ||
| 7 | This layer provides support for building KVM, Libvirt, OpenvSwitch et.c. | ||
| 8 | and associated packages necessary for constructing virtualized solutions for | ||
| 9 | Openembedded based distros. | ||
| 10 | |||
| 7 | Dependencies | 11 | Dependencies |
| 8 | ------------ | 12 | ------------ |
| 9 | This layer depends on: | 13 | This layer depends on: |
| @@ -19,10 +23,14 @@ revision: HEAD | |||
| 19 | Maintenance | 23 | Maintenance |
| 20 | ----------- | 24 | ----------- |
| 21 | 25 | ||
| 22 | This layer is maintained by Sage Electronic Engineering. | 26 | Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org |
| 27 | |||
| 28 | Maintainers: 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 | ||
| 24 | When sending single patches, please using something like: | 32 | When 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 | ||
| 27 | License | 35 | License |
| 28 | ------- | 36 | ------- |
| @@ -31,5 +39,3 @@ All metadata is MIT licensed unless otherwise stated. Source code included | |||
| 31 | in tree for individual recipes is under the LICENSE stated in each recipe | 39 | in 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 | ||
| 34 | This 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 |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | 6 | ||
| 7 | BBFILE_COLLECTIONS += "xen-layer" | 7 | BBFILE_COLLECTIONS += "virtualization-layer" |
| 8 | BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_xen-layer = "7" | 9 | BBFILE_PRIORITY_virtualization-layer = "7" |
