summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-01-05 11:32:13 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-06 22:11:13 -0500
commitc5b463b570018fab9b162489b5064dc2932165b3 (patch)
tree3291f341218fb0ac21e59e765052e06c59d097d5
parent980478f05f5abae6aa0dc4a0972989cef5545ef3 (diff)
downloadmeta-virtualization-c5b463b570018fab9b162489b5064dc2932165b3.tar.gz
xen: add a README to provide info for users
Provided some basic documentation on how to use the xen recipe properly. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-extended/xen/README b/recipes-extended/xen/README
new file mode 100644
index 00000000..3686530c
--- /dev/null
+++ b/recipes-extended/xen/README
@@ -0,0 +1,24 @@
1Xen
2---
3
4For any issues with the xen recipes please make sure you CC cardoe@gentoo.org
5
6configuring the hypervisor
7--------------------------
8
9Since 4.7.0 Xen supports using Kconfig to configure the hypervisor. Similarly
10to how the recipe for busybox works, you can provide a .config as a defconfig
11to override the default configuration of the hypervisor. The easiest way
12for you to take advantage of this is to create a .config for Xen and then
13copy it to your Yocto layer as 'defconfig' inside of
14'recipes-extended/xen/files/' and then create a bbappend adding
15'file://defconfig' to your SRC_URI.
16
17security patches
18----------------
19
20The base recipe does not include security fixes that the Xen community releases
21as XSAs (http://xenbits.xen.org/xsa/). The easiest way to include those is to
22drop patches in 'recipes-extened/xen/files' and create a bbappend adding those
23patches to SRC_URI and they will be applied. Alternatively, you can override
24the SRC_URI to a git repo you provide that contains the patches.