diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 14:00:11 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:44 +0000 |
commit | 7527f7597d60dc8a2be80dbb05e978f3d58bbf44 (patch) | |
tree | 9380b8e2e9f5dfd5457144b6225731ddd9b956be /documentation/bsp-guide/bsp.xml | |
parent | 1e68ee5b6553435d7ee605a179c7ca4b7962f060 (diff) | |
download | openembedded-core-7527f7597d60dc8a2be80dbb05e978f3d58bbf44.tar.gz openembedded-core-7527f7597d60dc8a2be80dbb05e978f3d58bbf44.tar.bz2 openembedded-core-7527f7597d60dc8a2be80dbb05e978f3d58bbf44.zip |
documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options section
I combined the tuning stuff into this section.
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 | 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" </section> <section id="bsp-filelayout-machine"> - <title>Hardware Configuration Options (meta-<bsp_name>/conf/machine/*.conf)</title> + <title>Hardware Configuration Options</title> + <programlisting> +meta-<bsp_name>/conf/machine/*.conf + </programlisting> <para> The machine files bind together all the information contained elsewhere @@ -232,16 +235,12 @@ BBFILE_PRIORITY_bsp = "5" </para> <para> - At least one machine file is required for a Poky BSP layer. + At least one machine file is required for a BSP layer. However, you can supply more than one file. </para> - </section> - - <section id="bsp-filelayout-tune"> - <title>Hardware Optimization Options (meta-<bsp_name>/conf/machine/include/tune-*.inc)</title> <para> - These files are shared hardware "tuning" definitions and are commonly used to + This directory could also contain shared hardware "tuning" definitions that are commonly used to pass specific optimization flags to the compiler. An example is <filename>tune-atom.inc</filename>: </para> |