diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-14 16:45:22 -0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:42 +0000 |
| commit | 7e4b55b0982785beec00740bde912ed3a8877330 (patch) | |
| tree | 02224fd822492114a37f251aac7c097ea92ac58a /documentation/bsp-guide/bsp.xml | |
| parent | 4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec (diff) | |
| download | poky-7e4b55b0982785beec00740bde912ed3a8877330.tar.gz | |
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>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 3cad0fd010..f55d14c561 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -82,9 +82,9 @@ meta-<bsp_name>/recipes-kernel/bootloader/bootloader_0.1.bb | |||
| 82 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/*.patch | 82 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/*.patch |
| 83 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp | 83 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp |
| 84 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp_2.6.50.bb | 84 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp_2.6.50.bb |
| 85 | meta-<bsp_name>/recipes-<bsp_name>/modem/modem-driver_0.1.bb | 85 | meta-<bsp_name>/recipes-bsp/modem/modem-driver_0.1.bb |
| 86 | meta-<bsp_name>/recipes-<bsp_name>/modem/modem-daemon_0.1.bb | 86 | meta-<bsp_name>/recipes-bsp/modem/modem-daemon_0.1.bb |
| 87 | meta-<bsp_name>/recipes-<bsp_name>/image-creator/image-creator-native_0.1.bb | 87 | meta-<bsp_name>/recipes-bsp/image-creator/image-creator-native_0.1.bb |
| 88 | meta-<bsp_name>/prebuilds/ | 88 | meta-<bsp_name>/prebuilds/ |
| 89 | </programlisting> | 89 | </programlisting> |
| 90 | </para> | 90 | </para> |
