From 3e273b5815c15741da2bfc202430abea68571a26 Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Fri, 30 Nov 2012 11:53:48 -0700 Subject: Rename meta-xen layer to meta-virtualization. Updates to README and layer.conf for new name and maintainers. Signed-off-by: Raymond Danks --- README | 14 ++++++++++---- conf/layer.conf | 6 +++--- 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 This layer provides support for building Xen, Libvirt, and associated 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 ------------ This layer depends on: @@ -19,10 +23,14 @@ revision: HEAD Maintenance ----------- -This layer is maintained by Sage Electronic Engineering. +Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org + +Maintainers: Raymond Danks + David Nyström + Bruce Ashfield 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 ------- @@ -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 (.bb file) unless otherwise stated. -This README document is Copyright (C) 2012 Sage Electronic Engineering, LLC. - 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}" # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" -BBFILE_COLLECTIONS += "xen-layer" -BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_xen-layer = "7" +BBFILE_COLLECTIONS += "virtualization-layer" +BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_virtualization-layer = "7" -- cgit v1.2.3-54-g00ecf