summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-13 11:03:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-25 09:41:12 +0100
commited80131abfd17ede1b93b23e4e84af198cac500d (patch)
tree56613e5b09bcddf48cc26aa3e531e9479b0988c4 /documentation/bsp-guide
parent52e525544d380d09e285903e4a1e274e4d0ab492 (diff)
downloadpoky-ed80131abfd17ede1b93b23e4e84af198cac500d.tar.gz
bsp-guide: Review edits to the kernel layer.
Minor corrections. (From yocto-docs rev: f7fa509b461d4b187f7f91c184b2de3c619de5a3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index a93ac50f6f..787dc7bff1 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -381,7 +381,8 @@
381 381
382 <para> 382 <para>
383 Below is an example of the Raspberry Pi BSP 383 Below is an example of the Raspberry Pi BSP
384 layer that ships with the Yocto Project: 384 layer that is available from the
385 <ulink url='&YOCTO_GIT_URL;'>Source Respositories</ulink>:
385 <literallayout class='monospaced'> 386 <literallayout class='monospaced'>
386 meta-raspberrypi/COPYING.MIT 387 meta-raspberrypi/COPYING.MIT
387 meta-raspberrypi/README.md 388 meta-raspberrypi/README.md
@@ -882,18 +883,19 @@
882 <para> 883 <para>
883 You can find these files in the BSP Layer at: 884 You can find these files in the BSP Layer at:
884 <literallayout class='monospaced'> 885 <literallayout class='monospaced'>
885 meta-<replaceable>bsp_name</replaceable>/recipes-kernel/linux/linux-yocto*.bbappend 886 meta-<replaceable>bsp_name</replaceable>/recipes-kernel/linux/linux*.bbappend
886 meta-<replaceable>bsp_name</replaceable>/recipes-kernel/linux/*.bb 887 meta-<replaceable>bsp_name</replaceable>/recipes-kernel/linux/*.bb
887 </literallayout> 888 </literallayout>
888 </para> 889 </para>
889 890
890 <para> 891 <para>
891 Append files (<filename>*.bbappend</filename> modify 892 Append files (<filename>*.bbappend</filename>) modify
892 the main kernel recipe being used to build the image. 893 the main kernel recipe being used to build the image.
893 The <filename>*.bb</filename> files would be a 894 The <filename>*.bb</filename> files would be a
894 developer-supplied recipe. 895 developer-supplied kernel recipe.
895 This area of the BSP hierarchy can contain both these 896 This area of the BSP hierarchy can contain both these
896 types of files. 897 types of files, although in practice, it is likely that
898 you would have one or the other.
897 </para> 899 </para>
898 900
899 <para> 901 <para>
@@ -957,8 +959,8 @@
957 linux-raspberrypi_4.14.bb 959 linux-raspberrypi_4.14.bb
958 linux-raspberrypi_4.9.bb 960 linux-raspberrypi_4.9.bb
959 </literallayout> 961 </literallayout>
960 The directory contains three kernel recipes and an 962 The directory contains three kernel recipes and a
961 include file. 963 common include file.
962 </para> 964 </para>
963 </section> 965 </section>
964</section> 966</section>
@@ -1063,7 +1065,7 @@
1063 <itemizedlist> 1065 <itemizedlist>
1064 <listitem><para> 1066 <listitem><para>
1065 Texas Instruments Beaglebone 1067 Texas Instruments Beaglebone
1066 (<filename>beaglebone-yocto</filename> 1068 (<filename>beaglebone-yocto</filename>)
1067 </para></listitem> 1069 </para></listitem>
1068 <listitem><para> 1070 <listitem><para>
1069 Freescale MPC8315E-RDB 1071 Freescale MPC8315E-RDB