diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-15 11:36:42 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:59:22 +0000 |
| commit | d701d980bc734659d7792a26167451691563533d (patch) | |
| tree | 75a2cd864269ff7807d6ab7757470a8cd3accf66 /documentation/kernel-dev | |
| parent | 5087131b2a79384eb568b6a96d84b02815fcef88 (diff) | |
| download | poky-d701d980bc734659d7792a26167451691563533d.tar.gz | |
kernel-dev: Links added for new glossary variable terms.
Added links for the LINUX_VERSION, LINUX_VERSION_EXTENSION,
and SRCPV glossary entry terms.
(From yocto-docs rev: be6c716f436a631e97f8a429aa9b2d2fa75816e5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -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: |
