summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 0ee4047b..f9f890be 100644
--- a/README
+++ b/README
@@ -1,12 +1,8 @@
1meta-xen 1meta-xen
2=========== 2===========
3 3
4This layer provides support for building Xen, Libvirt, and associated 4This layer provides support for building Xen, KVM, Libvirt, and associated
5packages necessary for constructing an OE-based Xen distribution. 5packages necessary for constructing OE-based virtualized solutions.
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 6
11Dependencies 7Dependencies
12------------ 8------------
@@ -15,10 +11,13 @@ This layer depends on:
15URI: git://github.com/openembedded/oe-core.git 11URI: git://github.com/openembedded/oe-core.git
16branch: master 12branch: master
17revision: HEAD 13revision: HEAD
14prio: default
18 15
19URI: git://github.com/openembedded/meta-oe.git 16URI: git://github.com/openembedded/meta-oe.git
20branch: master 17branch: master
21revision: HEAD 18revision: HEAD
19layers: meta-oe
20BBFILE_PRIORITY_openembedded-layer = "4"
22 21
23Maintenance 22Maintenance
24----------- 23-----------