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>
This commit is contained in:
Christopher Clark 2020-02-25 16:16:05 -08:00 committed by Bruce Ashfield
parent 50669e428f
commit 1d99ae2bcf

View File

@ -16,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
----------------