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 | |
parent | 4cd40dbaa8aef7b6b9ff9ce892a576b802f4b1ec (diff) | |
download | openembedded-core-7e4b55b0982785beec00740bde912ed3a8877330.tar.gz openembedded-core-7e4b55b0982785beec00740bde912ed3a8877330.tar.bz2 openembedded-core-7e4b55b0982785beec00740bde912ed3a8877330.zip |
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>
-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 meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/*.patch meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp meta-<bsp_name>/recipes-kernel/linux/linux-bsp_2.6.50.bb -meta-<bsp_name>/recipes-<bsp_name>/modem/modem-driver_0.1.bb -meta-<bsp_name>/recipes-<bsp_name>/modem/modem-daemon_0.1.bb -meta-<bsp_name>/recipes-<bsp_name>/image-creator/image-creator-native_0.1.bb +meta-<bsp_name>/recipes-bsp/modem/modem-driver_0.1.bb +meta-<bsp_name>/recipes-bsp/modem/modem-daemon_0.1.bb +meta-<bsp_name>/recipes-bsp/image-creator/image-creator-native_0.1.bb meta-<bsp_name>/prebuilds/ </programlisting> </para> |