diff options
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 8 |
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 |