summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2015-03-02 13:38:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:34 +0000
commit043e02c5d89b60432d8c790779b6f9493a205985 (patch)
tree10d0ed5ae44e811cf74bc7f5b9432bd76d39aca4 /documentation/kernel-dev
parenta8f21965ebe043a6a86b62a3f56d8424a4894946 (diff)
downloadpoky-043e02c5d89b60432d8c790779b6f9493a205985.tar.gz
kernel-dev: Minor typo fixed and added LTSI link
Fixed a small text issue where a hypen was needed. Also, provided a real link to the YP LTSI page. (From yocto-docs rev: aa8c06b79eef1855c3b5af4c8bfa47a96a86d332) 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-intro.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index 1e5043c4d8..263e50098f 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -7,7 +7,7 @@
7 7
8<!-- 8<!--
9<para> 9<para>
10 <emphasis>AR - Darrren Hart:</emphasis> See if the concepts in these 10 <emphasis>AR - Darren Hart:</emphasis> See if the concepts in these
11 three bullets are adequately covered in somewhere in this manual: 11 three bullets are adequately covered in somewhere in this manual:
12 <itemizedlist> 12 <itemizedlist>
13 <listitem><para>Do we convey that our kernel Git repositories 13 <listitem><para>Do we convey that our kernel Git repositories
@@ -47,11 +47,13 @@
47 <ulink url='&YOCTO_GIT_URL;'>Source Repositories</ulink> under 47 <ulink url='&YOCTO_GIT_URL;'>Source Repositories</ulink> under
48 the "Yocto Linux Kernel" heading. 48 the "Yocto Linux Kernel" heading.
49 New recipes for the release track the latest upstream developments 49 New recipes for the release track the latest upstream developments
50 and introduce newly supported platforms. 50 and introduce newly-supported platforms.
51 Previous recipes in the release are refreshed and supported for at 51 Previous recipes in the release are refreshed and supported for at
52 least one additional release. 52 least one additional release.
53 As they align, these previous releases are updated to include the 53 As they align, these previous releases are updated to include the
54 latest from the Long Term Support Initiative (LTSI) project. 54 latest from the
55 <ulink url='&YOCTO_HOME_URL;/organization/long-term-support-initiative-ltsi'>Long Term Support Initiative</ulink>
56 (LTSI) project.
55 Also included is a linux-yocto development recipe 57 Also included is a linux-yocto development recipe
56 (<filename>linux-yocto-dev.bb</filename>) should you want to work 58 (<filename>linux-yocto-dev.bb</filename>) should you want to work
57 with the very latest in upstream Linux kernel development and 59 with the very latest in upstream Linux kernel development and