diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 0bb0b68ab2..0327f6db62 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -148,16 +148,11 @@ | |||
148 | Some layers function as a layer to hold other BSP layers. | 148 | Some layers function as a layer to hold other BSP layers. |
149 | These layers are knows as | 149 | These layers are knows as |
150 | "<ulink url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>". | 150 | "<ulink url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>". |
151 | An example of this type of layer is the | 151 | An example of this type of layer is OpenEmbedded's |
152 | <filename>meta-intel</filename> layer. | 152 | <ulink url='https://github.com/openembedded/meta-openembedded'><filename>meta-openembedded</filename></ulink> |
153 | This layer contains BSP layers for the Intel-core2-32 | 153 | layer. |
154 | <trademark class='registered'>Intel</trademark> Common Core | 154 | The <filename>meta-openembedded</filename> layer contains |
155 | (Intel-core2-32) and the Intel-corei7-64 | 155 | many <filename>meta-*</filename> layers. |
156 | <trademark class='registered'>Intel</trademark> Common Core | ||
157 | (Intel-corei7-64). | ||
158 | the <filename>meta-intel</filename> layer also contains | ||
159 | the <filename>common/</filename> directory, which contains | ||
160 | common content across those layers. | ||
161 | </para> | 156 | </para> |
162 | 157 | ||
163 | <para> | 158 | <para> |
@@ -1817,9 +1812,8 @@ | |||
1817 | The remainder of this section provides a description of | 1812 | The remainder of this section provides a description of |
1818 | the Yocto Project reference BSP for Beaglebone, which | 1813 | the Yocto Project reference BSP for Beaglebone, which |
1819 | resides in the | 1814 | resides in the |
1820 | <ulink url='&YOCTO_DOCS_REF_URL;#term-container-layer'>Container Layer</ulink> | 1815 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto-bsp'><filename>meta-yocto-bsp</filename></ulink> |
1821 | (i.e. | 1816 | layer. |
1822 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto-bsp'><filename>meta-yocto-bsp</filename></ulink>). | ||
1823 | </para> | 1817 | </para> |
1824 | 1818 | ||
1825 | <section id='bsp-layer-configuration-example'> | 1819 | <section id='bsp-layer-configuration-example'> |
@@ -1882,7 +1876,7 @@ | |||
1882 | </literallayout> | 1876 | </literallayout> |
1883 | For example, the machine configuration file for the | 1877 | For example, the machine configuration file for the |
1884 | <ulink url='http://beagleboard.org/bone'>BeagleBone and BeagleBone Black development boards</ulink> | 1878 | <ulink url='http://beagleboard.org/bone'>BeagleBone and BeagleBone Black development boards</ulink> |
1885 | is located in the container layer | 1879 | is located in the layer |
1886 | <filename>poky/meta-yocto-bsp/conf/machine</filename> | 1880 | <filename>poky/meta-yocto-bsp/conf/machine</filename> |
1887 | and is named <filename>beaglebone-yocto.conf</filename>: | 1881 | and is named <filename>beaglebone-yocto.conf</filename>: |
1888 | <literallayout class='monospaced'> | 1882 | <literallayout class='monospaced'> |
@@ -2216,8 +2210,7 @@ | |||
2216 | </literallayout> | 2210 | </literallayout> |
2217 | This particular append file works for all the | 2211 | This particular append file works for all the |
2218 | machines that are part of the | 2212 | machines that are part of the |
2219 | <filename>meta-yocto-bsp</filename> container | 2213 | <filename>meta-yocto-bsp</filename> layer. |
2220 | layer. | ||
2221 | The relevant statements are appended with | 2214 | The relevant statements are appended with |
2222 | the "beaglebone-yocto" string. | 2215 | the "beaglebone-yocto" string. |
2223 | The OpenEmbedded build system uses these | 2216 | The OpenEmbedded build system uses these |