summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 87cf2b3864..90a4f3876f 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -84,11 +84,11 @@
84 You also name it accordingly based on the linux-yocto recipe 84 You also name it accordingly based on the linux-yocto recipe
85 you are using. 85 you are using.
86 For example, if you are modifying the 86 For example, if you are modifying the
87 <filename>meta/recipes-kernel/linux/linux-yocto_3.4.bb</filename> 87 <filename>meta/recipes-kernel/linux/linux-yocto_3.19.bb</filename>
88 recipe, the append file will typically be located as follows 88 recipe, the append file will typically be located as follows
89 within your custom layer: 89 within your custom layer:
90 <literallayout class='monospaced'> 90 <literallayout class='monospaced'>
91 <replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto_3.4.bbappend 91 <replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto_3.19.bbappend
92 </literallayout> 92 </literallayout>
93 The append file should initially extend the 93 The append file should initially extend the
94 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESPATH'><filename>FILESPATH</filename></ulink> 94 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESPATH'><filename>FILESPATH</filename></ulink>
@@ -578,7 +578,7 @@
578 </para></listitem> 578 </para></listitem>
579 <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION'><filename>LINUX_VERSION</filename></ulink>: 579 <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION'><filename>LINUX_VERSION</filename></ulink>:
580 The Linux kernel version you are using (e.g. 580 The Linux kernel version you are using (e.g.
581 "3.4").</para></listitem> 581 "3.19").</para></listitem>
582 <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION_EXTENSION'><filename>LINUX_VERSION_EXTENSION</filename></ulink>: 582 <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION_EXTENSION'><filename>LINUX_VERSION_EXTENSION</filename></ulink>:
583 The Linux kernel <filename>CONFIG_LOCALVERSION</filename> 583 The Linux kernel <filename>CONFIG_LOCALVERSION</filename>
584 that is compiled into the resulting kernel and visible 584 that is compiled into the resulting kernel and visible
@@ -604,7 +604,7 @@
604 The combined results are a string with 604 The combined results are a string with
605 the following form: 605 the following form:
606 <literallayout class='monospaced'> 606 <literallayout class='monospaced'>
607 3.4.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2 607 3.19.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2
608 </literallayout> 608 </literallayout>
609 While lengthy, the extra verbosity in <filename>PV</filename> 609 While lengthy, the extra verbosity in <filename>PV</filename>
610 helps ensure you are using the exact 610 helps ensure you are using the exact
@@ -844,7 +844,7 @@
844 <para> 844 <para>
845 Here is an example that looks at what has changed in the 845 Here is an example that looks at what has changed in the
846 <filename>emenlow</filename> branch of the 846 <filename>emenlow</filename> branch of the
847 <filename>linux-yocto-3.4</filename> kernel. 847 <filename>linux-yocto-3.19</filename> kernel.
848 The lower commit range is the commit associated with the 848 The lower commit range is the commit associated with the
849 <filename>standard/base</filename> branch, while 849 <filename>standard/base</filename> branch, while
850 the upper commit range is the commit associated with the 850 the upper commit range is the commit associated with the