summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRaymond Danks <ray.danks@se-eng.com>2012-11-30 11:53:48 -0700
committerRaymond Danks <ray.danks@se-eng.com>2012-11-30 11:53:48 -0700
commit3e273b5815c15741da2bfc202430abea68571a26 (patch)
treeff1e9df25a26f61280cb6511ebdb61e7de424ee2 /conf
parent0d80b8bc3bbf515d040b5272b94e82b485dba074 (diff)
downloadmeta-virtualization-3e273b5815c15741da2bfc202430abea68571a26.tar.gz
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
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"