diff options
| -rw-r--r-- | documentation/ref-manual/variables.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 03234d3f78..e0273138f2 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -2485,6 +2485,16 @@ system and gives an overview of their function and contents. | |||
| 2485 | external tools. See the :ref:`ref-classes-kernel-yocto` class in | 2485 | external tools. See the :ref:`ref-classes-kernel-yocto` class in |
| 2486 | ``meta/classes-recipe`` to see how the variable is used. | 2486 | ``meta/classes-recipe`` to see how the variable is used. |
| 2487 | 2487 | ||
| 2488 | :term:`KERNEL_LOCALVERSION` | ||
| 2489 | This variable allows to append a string to the version | ||
| 2490 | of the kernel image. This corresponds to the ``CONFIG_LOCALVERSION`` | ||
| 2491 | kernel configuration parameter. | ||
| 2492 | |||
| 2493 | Using this variable is only useful when you are using a kernel recipe | ||
| 2494 | inheriting the :ref:`ref-classes-kernel` class, and which doesn't | ||
| 2495 | already set a local version. Therefore, setting this variable has no | ||
| 2496 | impact on ``linux-yocto`` kernels. | ||
| 2497 | |||
| 2488 | :term:`EXTERNAL_TOOLCHAIN` | 2498 | :term:`EXTERNAL_TOOLCHAIN` |
| 2489 | When you intend to use an | 2499 | When you intend to use an |
| 2490 | :ref:`external toolchain <dev-manual/external-toolchain:optionally using an external toolchain>`, | 2500 | :ref:`external toolchain <dev-manual/external-toolchain:optionally using an external toolchain>`, |
