diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-02-25 16:16:05 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 16:59:23 -0500 |
commit | 1d99ae2bcf068747313d576886e3a0728ce7212a (patch) | |
tree | 76098e1a3d2a41b7f08276777799d39e03d5f873 | |
parent | 50669e428f564e1f9c85b5d79c3b50206921204c (diff) | |
download | meta-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/README | 9 |
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 | ||
19 | To generate your own .config file for Xen, you can use the interactive | ||
20 | menuconfig via bitbake: | ||
21 | |||
22 | bitbake xen -c menuconfig | ||
23 | |||
24 | Select the config settings that you want and Save the file. If you save it to | ||
25 | the default ".config" file when prompted by menuconfig, you can find it in the | ||
26 | 'xen' subdirectory of the build tree. | ||
27 | |||
19 | security patches | 28 | security patches |
20 | ---------------- | 29 | ---------------- |
21 | 30 | ||