[PATCH] yocto-docs: kernel-dev, update "3.19" versions to "4.4"
Robert P. J. Day
Update the remaining references to kernel version 3.19 to version 4.4,
restricted to the section "kernel-dev-common.xml". Signed-off-by: Robert P. J. Day <rpjday@...> --- if my earlier patch hasn't already been applied, this one can be folded in since it simply adds more "3.19" -> "4.4" updates to the same kernel-dev-common.xml file, which is already part of the commit message for that earlier patch. diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index a9aafd3..97e2a0b 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -645,8 +645,8 @@ recipe to your layer and give it a meaningful name. The name should include the version of the Linux kernel you are using (e.g. - <filename>linux-yocto-myproject_3.19.bb</filename>, - where "3.19" is the base version of the Linux kernel + <filename>linux-yocto-myproject_4.4.bb</filename>, + where "4.4" is the base version of the Linux kernel with which you would be working).</para></listitem> <listitem><para>In the same directory inside your layer, create a matching directory @@ -698,7 +698,7 @@ </para></listitem> <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION'><filename>LINUX_VERSION</filename></ulink>: The Linux kernel version you are using (e.g. - "3.19").</para></listitem> + "4.4").</para></listitem> <listitem><para><ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_VERSION_EXTENSION'><filename>LINUX_VERSION_EXTENSION</filename></ulink>: The Linux kernel <filename>CONFIG_LOCALVERSION</filename> that is compiled into the resulting kernel and visible @@ -724,7 +724,7 @@ The combined results are a string with the following form: <literallayout class='monospaced'> - 3.19.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2 + 4.4.11+git1+68a635bf8dfb64b02263c1ac80c948647cc76d5f_1+218bd8d2022b9852c60d32f0d770931e3cf343e2 </literallayout> While lengthy, the extra verbosity in <filename>PV</filename> helps ensure you are using the exact -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
|
|