summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-13 09:12:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:46:52 +0100
commit59c64247f7a0edef44e79f8a818b9a9cb6edce64 (patch)
tree255736d1124b0a94fd31dd26f3bc61513562262d
parent07ec3f2f86169a016be4fe6b44cbd5d910c29a2b (diff)
downloadpoky-59c64247f7a0edef44e79f8a818b9a9cb6edce64.tar.gz
yocto-project-qs: Updated the "Next Steps" section
Provided better roadmapping into the kernel development manual and more explanation of the dev-manual. (From yocto-docs rev: 811e6ee07ee5e84400b90c18b251d8053000f859) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 151e8f07d0..e77175c3aa 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -985,6 +985,8 @@
985 This manual contains procedural information grouped to 985 This manual contains procedural information grouped to
986 help you get set up, work with layers, customize images, 986 help you get set up, work with layers, customize images,
987 write new recipes, work with libraries, and use QEMU. 987 write new recipes, work with libraries, and use QEMU.
988 The information is task-based and spans the breadth of the
989 Yocto Project.
988 </para></listitem> 990 </para></listitem>
989 <listitem><para> 991 <listitem><para>
990 <emphasis>Look Through the 992 <emphasis>Look Through the
@@ -1004,6 +1006,14 @@
1004 sections for more information. 1006 sections for more information.
1005 </para></listitem> 1007 </para></listitem>
1006 <listitem><para> 1008 <listitem><para>
1009 <emphasis>Learn About Kernel Development:</emphasis>
1010 If you want to see how to work with the kernel and
1011 understand Yocto Linux kernels, see the
1012 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#kernel-dev'>Yocto Project Linux Kernel Development Manual</ulink>.
1013 This manual provides information on how to patch the
1014 kernel, modify kernel recipes, and configure the kernel.
1015 </para></listitem>
1016 <listitem><para>
1007 <emphasis>Learn About Board Support Packages (BSPs):</emphasis> 1017 <emphasis>Learn About Board Support Packages (BSPs):</emphasis>
1008 If you want to learn about BSPs, see the 1018 If you want to learn about BSPs, see the
1009 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>. 1019 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>.