diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-14 16:54:14 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
commit | 5405b3de3e91c3bf61cf4b000677148309b37143 (patch) | |
tree | 195106247371ee128cea75a4c57e850cde5c3fe7 | |
parent | 7e4b55b0982785beec00740bde912ed3a8877330 (diff) | |
download | openembedded-core-5405b3de3e91c3bf61cf4b000677148309b37143.tar.gz openembedded-core-5405b3de3e91c3bf61cf4b000677148309b37143.tar.bz2 openembedded-core-5405b3de3e91c3bf61cf4b000677148309b37143.tar.xz openembedded-core-5405b3de3e91c3bf61cf4b000677148309b37143.zip |
documentation/bsp-guide/bsp.xml: Added note qualifying BSP file structure.
Inserted a note that states the BSP file structure shown is an example
only and that a given BSP could have different files.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index f55d14c56..21bc5e4dd 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -41,6 +41,11 @@ the build system they are using. </para> + <note><para> + The file structure shown below is only an example and actual structures for + specific BSPs could differ. + </para></note> + <para> The BSP specification does not include a build system or other tools - it is concerned with the hardware-specific components only. |