diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 784bf0b8f9..475149368b 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -488,10 +488,10 @@ | |||
488 | The skeleton recipe provides an example | 488 | The skeleton recipe provides an example |
489 | <filename>SRC_URI</filename> as a syntax reference. | 489 | <filename>SRC_URI</filename> as a syntax reference. |
490 | </para></listitem> | 490 | </para></listitem> |
491 | <listitem><para><filename>LINUX_VERSION</filename>: | 491 | <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION'><filename>LINUX_VERSION</filename></ulink>: |
492 | The Linux kernel version you are using (e.g. | 492 | The Linux kernel version you are using (e.g. |
493 | "3.4").</para></listitem> | 493 | "3.4").</para></listitem> |
494 | <listitem><para><filename>LINUX_VERSION_EXTENSION</filename>: | 494 | <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION_EXTENSION'><filename>LINUX_VERSION_EXTENSION</filename></ulink>: |
495 | The Linux kernel <filename>CONFIG_LOCALVERSION</filename> | 495 | The Linux kernel <filename>CONFIG_LOCALVERSION</filename> |
496 | that is compiled into the resulting kernel and visible | 496 | that is compiled into the resulting kernel and visible |
497 | through the <filename>uname</filename> command. | 497 | through the <filename>uname</filename> command. |
@@ -510,7 +510,8 @@ | |||
510 | typically adequate. | 510 | typically adequate. |
511 | It combines the <filename>LINUX_VERSION</filename> | 511 | It combines the <filename>LINUX_VERSION</filename> |
512 | with the Source Control Manager (SCM) revision | 512 | with the Source Control Manager (SCM) revision |
513 | as derived from the <filename>SRCPV</filename> | 513 | as derived from the |
514 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCPV'><filename>SRCPV</filename></ulink> | ||
514 | variable. | 515 | variable. |
515 | The combined results are a string with | 516 | The combined results are a string with |
516 | the following form: | 517 | the following form: |