summaryrefslogtreecommitdiffstats
path: root/external/meta-virtualization/recipes-extended/xen/README
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-virtualization/recipes-extended/xen/README')
-rw-r--r--external/meta-virtualization/recipes-extended/xen/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/external/meta-virtualization/recipes-extended/xen/README b/external/meta-virtualization/recipes-extended/xen/README
index 3686530c..34e79774 100644
--- a/external/meta-virtualization/recipes-extended/xen/README
+++ b/external/meta-virtualization/recipes-extended/xen/README
@@ -1,7 +1,9 @@
Xen
---
-For any issues with the xen recipes please make sure you CC cardoe@gentoo.org
+For any issues with the Xen recipes please make sure you CC:
+ christopher.w.clark@gmail.com
+ cardoe@gentoo.org
configuring the hypervisor
--------------------------
@@ -14,6 +16,15 @@ copy it to your Yocto layer as 'defconfig' inside of
'recipes-extended/xen/files/' and then create a bbappend adding
'file://defconfig' to your SRC_URI.
+To generate your own .config file for Xen, you can use the interactive
+menuconfig via bitbake:
+
+ bitbake xen -c menuconfig
+
+Select the config settings that you want and Save the file. If you save it to
+the default ".config" file when prompted by menuconfig, you can find it in the
+'xen' subdirectory of the build tree.
+
security patches
----------------