diff options
-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 | ||