summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-11 13:28:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 18:00:19 +0100
commit0b929b558b1427b129d9e224681e1ede6265851f (patch)
treef1613978d449b21a8f9c32453efe3127d5447afd /documentation
parentf2d4f77afb9095d84d56ae067c513b80b73962e0 (diff)
downloadpoky-0b929b558b1427b129d9e224681e1ede6265851f.tar.gz
kernel-dev: Updated list of kernel repositories to have 4.12 and cache
I added the linux-yocto-4.12 kernel repository and the linux-yocto-cache repository to the list of Yocto Linux Kernel repositories in the Source Repositories. (From yocto-docs rev: 88fedda0fa4a4dfc468f0dc404fa9f04390cbed7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-concepts-appx.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
index 76f52526a3..4cacdd13ee 100644
--- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml
@@ -82,6 +82,20 @@
82 This kernel is based on the Linux 4.10 released kernel. 82 This kernel is based on the Linux 4.10 released kernel.
83 </para></listitem> 83 </para></listitem>
84 <listitem><para> 84 <listitem><para>
85 <emphasis><filename>linux-yocto-4.12</filename>:</emphasis>
86 The default stable Yocto Project kernel to use with the
87 Yocto Project Release 2.4.
88 This kernel is based on the Linux 4.12 released kernel.
89 </para></listitem>
90 <listitem><para>
91 <emphasis><filename>yocto-kernel-cache</filename>:</emphasis>
92 The <filename>linux-yocto-cache</filename> contains
93 patches and configurations for the linux-yocto kernel
94 tree.
95 This repository is useful when working on the linux-yocto
96 kernel.
97 </para></listitem>
98 <listitem><para>
85 <emphasis><filename>linux-yocto-dev</filename>:</emphasis> 99 <emphasis><filename>linux-yocto-dev</filename>:</emphasis>
86 A development kernel based on the latest upstream release 100 A development kernel based on the latest upstream release
87 candidate available. 101 candidate available.