From 1d99ae2bcf068747313d576886e3a0728ce7212a Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 25 Feb 2020 16:16:05 -0800 Subject: xen: add menuconfig instructions to the README bitbake xen -c menuconfig Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/README | 9 +++++++++ 1 file changed, 9 insertions(+) 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 '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 ---------------- -- cgit v1.2.3-54-g00ecf