diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 8b0bfc6fa8..8260e84d20 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -155,10 +155,11 @@ | |||
| 155 | For more information on BSP layers, see the | 155 | For more information on BSP layers, see the |
| 156 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" section in the | 156 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" section in the |
| 157 | Yocto Project Board Support Package (BSP) Developer's Guide.</para> | 157 | Yocto Project Board Support Package (BSP) Developer's Guide.</para> |
| 158 | <note>Four BSPs exist that are part of the | 158 | <note>Five BSPs exist that are part of the |
| 159 | Yocto Project release: <filename>genericx86</filename>, <filename>beagleboard</filename>, | 159 | Yocto Project release: <filename>genericx86</filename>, <filename>genericx86-64</filename>, |
| 160 | <filename>beagleboard</filename>, | ||
| 160 | <filename>mpc8315e</filename>, and <filename>routerstationpro</filename>. | 161 | <filename>mpc8315e</filename>, and <filename>routerstationpro</filename>. |
| 161 | The recipes and configurations for these four BSPs are located and dispersed | 162 | The recipes and configurations for these five BSPs are located and dispersed |
| 162 | within the <link linkend='source-directory'>Source Directory</link>. | 163 | within the <link linkend='source-directory'>Source Directory</link>. |
| 163 | On the other hand, BSP layers for Chief River, Crown Bay, | 164 | On the other hand, BSP layers for Chief River, Crown Bay, |
| 164 | Crystal Forest, Emenlow, Fish River Island 2, Jasper Forest, N450, NUC DC3217IYE, | 165 | Crystal Forest, Emenlow, Fish River Island 2, Jasper Forest, N450, NUC DC3217IYE, |
| @@ -218,10 +219,10 @@ | |||
| 218 | <para> | 219 | <para> |
| 219 | You can view a video presentation on "Building Custom Embedded Images with Yocto" | 220 | You can view a video presentation on "Building Custom Embedded Images with Yocto" |
| 220 | at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>. | 221 | at <ulink url='http://free-electrons.com/blog/elc-2011-videos'>Free Electrons</ulink>. |
| 221 | You can also find supplemental information in | 222 | You can also find supplemental information in the |
| 222 | <ulink url='&YOCTO_DOCS_BSP_URL;'> | 223 | <ulink url='&YOCTO_DOCS_BSP_URL;'> |
| 223 | The Board Support Package (BSP) Development Guide</ulink>. | 224 | Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. |
| 224 | Finally, there is wiki page write up of the example also located | 225 | Finally, there is a wiki page write up of the example also located |
| 225 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> | 226 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> |
| 226 | here</ulink> that you might find helpful. | 227 | here</ulink> that you might find helpful. |
| 227 | </para> | 228 | </para> |
| @@ -1644,7 +1645,7 @@ | |||
| 1644 | <filename>meta/conf/bitbake.conf</filename> configuration file in the | 1645 | <filename>meta/conf/bitbake.conf</filename> configuration file in the |
| 1645 | <link linkend='source-directory'>Source Directory</link>: | 1646 | <link linkend='source-directory'>Source Directory</link>: |
| 1646 | <literallayout class='monospaced'> | 1647 | <literallayout class='monospaced'> |
| 1647 | S = ${WORKDIR}/${BP} | 1648 | S = "${WORKDIR}/${BP}" |
| 1648 | </literallayout> | 1649 | </literallayout> |
| 1649 | You should be aware that many recipes override the <filename>S</filename> variable. | 1650 | You should be aware that many recipes override the <filename>S</filename> variable. |
| 1650 | For example, recipes that fetch their source from Git usually set | 1651 | For example, recipes that fetch their source from Git usually set |
| @@ -1654,7 +1655,7 @@ | |||
| 1654 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BP'><filename>BP</filename></ulink> | 1655 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BP'><filename>BP</filename></ulink> |
| 1655 | represents the base recipe name, which consists of the name and version: | 1656 | represents the base recipe name, which consists of the name and version: |
| 1656 | <literallayout class='monospaced'> | 1657 | <literallayout class='monospaced'> |
| 1657 | BP = ${BPN}-${PV} | 1658 | BP = "${BPN}-${PV}" |
| 1658 | </literallayout> | 1659 | </literallayout> |
| 1659 | </note> | 1660 | </note> |
| 1660 | </para> | 1661 | </para> |
| @@ -1703,6 +1704,7 @@ | |||
| 1703 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TMPDIR'><filename>TMPDIR</filename></ulink>, | 1704 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TMPDIR'><filename>TMPDIR</filename></ulink>, |
| 1704 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TOPDIR'><filename>TOPDIR</filename></ulink>, | 1705 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TOPDIR'><filename>TOPDIR</filename></ulink>, |
| 1705 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></ulink>, | 1706 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></ulink>, |
| 1707 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MULTIMACH_TARGET_SYS'><filename>MULTIMACH_TARGET_SYS</filename></ulink>, | ||
| 1706 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TARGET_OS'><filename>TARGET_OS</filename></ulink>, | 1708 | <ulink url='&YOCTO_DOCS_REF_URL;#var-TARGET_OS'><filename>TARGET_OS</filename></ulink>, |
| 1707 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>, | 1709 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>, |
| 1708 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>, | 1710 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink>, |
