diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 09:28:22 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
commit | 91cf2634c71e6384ea485a2e46fc4d4e78db53a3 (patch) | |
tree | e42343753df82ba1c9d45acfd61bb405a420ceb6 /documentation/bsp-guide | |
parent | 49ebf6b85c8fea0f2c616a074a2d482d2183a227 (diff) | |
download | poky-91cf2634c71e6384ea485a2e46fc4d4e78db53a3.tar.gz |
documentation/bsp-guide/bsp.xml: Inserted text before the file structure example
Added some text in section 1.1 explaining that the file structure example
is an example and that the file structure of specific BSPs could differ.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 10fff0b386..874ef6de42 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -41,11 +41,6 @@ | |||
41 | the build system they are using. | 41 | the build system they are using. |
42 | </para> | 42 | </para> |
43 | 43 | ||
44 | <note><para> | ||
45 | The file structure shown below is only an example and actual structures for | ||
46 | specific BSPs could differ. | ||
47 | </para></note> | ||
48 | |||
49 | <para> | 44 | <para> |
50 | The BSP specification does not include a build system or other tools - | 45 | The BSP specification does not include a build system or other tools - |
51 | it is concerned with the hardware-specific components only. | 46 | it is concerned with the hardware-specific components only. |
@@ -75,7 +70,10 @@ | |||
75 | </para> | 70 | </para> |
76 | 71 | ||
77 | <para> | 72 | <para> |
78 | The file structure inside the base directory takes on the following form: | 73 | Below is the common form for the file structure inside a base directory. |
74 | While you can use this basic form for the standard, realize that the actual structures | ||
75 | for specific BSPs could differ. | ||
76 | |||
79 | <programlisting> | 77 | <programlisting> |
80 | meta-<bsp_name>/ | 78 | meta-<bsp_name>/ |
81 | meta-<bsp_name>/binary/zImage | 79 | meta-<bsp_name>/binary/zImage |