diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-29 14:00:17 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:10:04 +0000 |
commit | bdc130bb35dd0c0531da971419ef7286e03ef210 (patch) | |
tree | 7ceb76fdda4091a8c0cd24a11eaeba3485733c52 /documentation/dev-manual | |
parent | 90a183b9c5538cbfff73f68b51607d3c40f9f017 (diff) | |
download | poky-bdc130bb35dd0c0531da971419ef7286e03ef210.tar.gz |
dev-manual: Qualified the use of meta-intel in the BSP workflow
Fixes YOCTO #3663
I added wordings to indicate that meta-intel is not required
to create a BSP layer. But, the example presented uses
meta-intel.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 746948cd1d612f0b837e70a7e92e4081d379cb50)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 0694682c90..121519bcb2 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -82,9 +82,15 @@ | |||
82 | </note> | 82 | </note> |
83 | 83 | ||
84 | <para> | 84 | <para> |
85 | The remainder of this section presents the basic steps used to create a BSP | 85 | The remainder of this section presents the basic |
86 | using the Yocto Project's | 86 | steps used to create a BSP using the Yocto Project's |
87 | <ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>BSP Tools</ulink>. | 87 | <ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>BSP Tools</ulink>. |
88 | Although not required for BSP creation, the | ||
89 | <filename>meta-intel</filename> repository, which contains | ||
90 | many BSPs supported by the Yocto Project, is part of the example. | ||
91 | </para> | ||
92 | |||
93 | <para> | ||
88 | For an example that shows how to create a new layer using the tools, see the | 94 | For an example that shows how to create a new layer using the tools, see the |
89 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" | 95 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" |
90 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. | 96 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. |
@@ -115,9 +121,10 @@ | |||
115 | <link linkend='source-directory'>Source Directory</link>, see the | 121 | <link linkend='source-directory'>Source Directory</link>, see the |
116 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> | 122 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> |
117 | <listitem><para><emphasis>Establish the <filename>meta-intel</filename> | 123 | <listitem><para><emphasis>Establish the <filename>meta-intel</filename> |
118 | repository on your system</emphasis>: Having local copies of the | 124 | repository on your system</emphasis>: Having local copies |
119 | supported BSP layers on your system gives you access to the build | 125 | of these supported BSP layers on your system gives you |
120 | process and to the tools you need for creating a BSP. | 126 | access to layers you might be able to build on or modify |
127 | to create your BSP. | ||
121 | For information on how to get these files, see the | 128 | For information on how to get these files, see the |
122 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> | 129 | "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> |
123 | <listitem><para><emphasis>Create your own BSP layer using the | 130 | <listitem><para><emphasis>Create your own BSP layer using the |