mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1e68ee5b65
commit
7527f7597d
@@ -213,7 +213,10 @@ BBFILE_PRIORITY_bsp = "5"
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="bsp-filelayout-machine">
|
<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>
|
<para>
|
||||||
The machine files bind together all the information contained elsewhere
|
The machine files bind together all the information contained elsewhere
|
||||||
@@ -232,16 +235,12 @@ BBFILE_PRIORITY_bsp = "5"
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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.
|
However, you can supply more than one file.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
|
||||||
|
|
||||||
<section id="bsp-filelayout-tune">
|
|
||||||
<title>Hardware Optimization Options (meta-<bsp_name>/conf/machine/include/tune-*.inc)</title>
|
|
||||||
|
|
||||||
<para>
|
<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.
|
pass specific optimization flags to the compiler.
|
||||||
An example is <filename>tune-atom.inc</filename>:
|
An example is <filename>tune-atom.inc</filename>:
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user