summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index e0a85575c1..1d85202df4 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1083,7 +1083,7 @@ Consider an example that configures the "CONFIG_SMP" setting for the
1083.. note:: 1083.. note::
1084 1084
1085 The OpenEmbedded build system recognizes this kernel as ``linux-yocto`` 1085 The OpenEmbedded build system recognizes this kernel as ``linux-yocto``
1086 through Metadata (e.g. :term:`PREFERRED_VERSION`\ ``_linux-yocto ?= "12.4%"``). 1086 through Metadata (e.g. :term:`PREFERRED_VERSION`\ ``_linux-yocto ?= "4.12%"``).
1087 1087
1088Once ``menuconfig`` launches, use the interface to navigate through the 1088Once ``menuconfig`` launches, use the interface to navigate through the
1089selections to find the configuration settings in which you are 1089selections to find the configuration settings in which you are
@@ -1384,7 +1384,7 @@ runs. This task validates the kernel configuration by checking the final
1384``.config`` file against the input files. During the check, the task 1384``.config`` file against the input files. During the check, the task
1385produces warning messages for the following issues: 1385produces warning messages for the following issues:
1386 1386
1387- Requested options that did not make the final ``.config`` file. 1387- Requested options that did not make it into the final ``.config`` file.
1388 1388
1389- Configuration items that appear twice in the same configuration 1389- Configuration items that appear twice in the same configuration
1390 fragment. 1390 fragment.