summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:16:05 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:23 -0500
commit1d99ae2bcf068747313d576886e3a0728ce7212a (patch)
tree76098e1a3d2a41b7f08276777799d39e03d5f873
parent50669e428f564e1f9c85b5d79c3b50206921204c (diff)
downloadmeta-virtualization-1d99ae2bcf068747313d576886e3a0728ce7212a.tar.gz
xen: add menuconfig instructions to the README
bitbake xen -c menuconfig Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-extended/xen/README b/recipes-extended/xen/README
index 5592b484..34e79774 100644
--- a/recipes-extended/xen/README
+++ b/recipes-extended/xen/README
@@ -16,6 +16,15 @@ copy it to your Yocto layer as 'defconfig' inside of
16'recipes-extended/xen/files/' and then create a bbappend adding 16'recipes-extended/xen/files/' and then create a bbappend adding
17'file://defconfig' to your SRC_URI. 17'file://defconfig' to your SRC_URI.
18 18
19To generate your own .config file for Xen, you can use the interactive
20menuconfig via bitbake:
21
22 bitbake xen -c menuconfig
23
24Select the config settings that you want and Save the file. If you save it to
25the default ".config" file when prompted by menuconfig, you can find it in the
26'xen' subdirectory of the build tree.
27
19security patches 28security patches
20---------------- 29----------------
21 30