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 --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') 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