documentation/bsp-guide/bsp.xml: Changed meta naming convention

Replaced meta-<bsp_name>/recipes-<bsp_name> with meta-<bsp_name>/recipes-bsp.
This conforms to how the BSP standard will be working.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2010-12-14 16:45:22 -08:00 committed by Richard Purdie
parent 4cd40dbaa8
commit 7e4b55b098
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ meta-&lt;bsp_name&gt;/recipes-kernel/bootloader/bootloader_0.1.bb
meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-bsp-2.6.50/*.patch
meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp
meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-bsp_2.6.50.bb
meta-&lt;bsp_name&gt;/recipes-&lt;bsp_name&gt;/modem/modem-driver_0.1.bb
meta-&lt;bsp_name&gt;/recipes-&lt;bsp_name&gt;/modem/modem-daemon_0.1.bb
meta-&lt;bsp_name&gt;/recipes-&lt;bsp_name&gt;/image-creator/image-creator-native_0.1.bb
meta-&lt;bsp_name&gt;/recipes-bsp/modem/modem-driver_0.1.bb
meta-&lt;bsp_name&gt;/recipes-bsp/modem/modem-daemon_0.1.bb
meta-&lt;bsp_name&gt;/recipes-bsp/image-creator/image-creator-native_0.1.bb
meta-&lt;bsp_name&gt;/prebuilds/
</programlisting>
</para>