summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>.