diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 9052876122..7ff4cba3b0 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -1479,15 +1479,33 @@
To use the menuconfig tool in the Yocto
- Project development environment, you must launch it using
- BitBake.
- Thus, the environment must be set up using the
- &OE_INIT_FILE;
- script found in the
- Build Directory.
- You must also be sure of the state of your build's
- configuration in the
- Source Directory.
+ Project development environment, you must do the following:
+
+
+ Because you launch menuconfig
+ using BitBake, you must be sure to set up your
+ environment by running the
+ &OE_INIT_FILE;
+ script found in the
+ Build Directory.
+
+
+ You must be sure of the state of your build's
+ configuration in the
+ Source Directory.
+
+
+ Your build host must have the following two packages
+ installed:
+
+ libncurses5-dev
+ libtinfo-dev
+
+
+
+
+
+
The following commands initialize the BitBake environment,
run the
do_kernel_configme