diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e59417d1bd..752cb12608 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -213,7 +213,10 @@ BBFILE_PRIORITY_bsp = "5" | |||
213 | </section> | 213 | </section> |
214 | 214 | ||
215 | <section id="bsp-filelayout-machine"> | 215 | <section id="bsp-filelayout-machine"> |
216 | <title>Hardware Configuration Options (meta-<bsp_name>/conf/machine/*.conf)</title> | 216 | <title>Hardware Configuration Options</title> |
217 | <programlisting> | ||
218 | meta-<bsp_name>/conf/machine/*.conf | ||
219 | </programlisting> | ||
217 | 220 | ||
218 | <para> | 221 | <para> |
219 | The machine files bind together all the information contained elsewhere | 222 | The machine files bind together all the information contained elsewhere |
@@ -232,16 +235,12 @@ BBFILE_PRIORITY_bsp = "5" | |||
232 | </para> | 235 | </para> |
233 | 236 | ||
234 | <para> | 237 | <para> |
235 | At least one machine file is required for a Poky BSP layer. | 238 | At least one machine file is required for a BSP layer. |
236 | However, you can supply more than one file. | 239 | However, you can supply more than one file. |
237 | </para> | 240 | </para> |
238 | </section> | ||
239 | |||
240 | <section id="bsp-filelayout-tune"> | ||
241 | <title>Hardware Optimization Options (meta-<bsp_name>/conf/machine/include/tune-*.inc)</title> | ||
242 | 241 | ||
243 | <para> | 242 | <para> |
244 | These files are shared hardware "tuning" definitions and are commonly used to | 243 | This directory could also contain shared hardware "tuning" definitions that are commonly used to |
245 | pass specific optimization flags to the compiler. | 244 | pass specific optimization flags to the compiler. |
246 | An example is <filename>tune-atom.inc</filename>: | 245 | An example is <filename>tune-atom.inc</filename>: |
247 | </para> | 246 | </para> |