ref-manual: Added uboot-config class.

(From yocto-docs rev: 6dec694c5002bea025e8ee4db018276e2d5288ea)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-05 11:27:47 -06:00 committed by Richard Purdie
parent 7ead8dc752
commit d919228aba
1 changed files with 23 additions and 0 deletions

View File

@ -2661,6 +2661,29 @@
</para>
</section>
<section id='ref-classes-uboot-config'>
<title><filename>uboot-config.bbclass</filename></title>
<para>
The <filename>uboot-config</filename> class provides support for
U-Boot configuration for a machine.
Specify the machine in your recipe as follows:
<literallayout class='monospaced'>
UBOOT_CONFIG ??= &lt;default&gt;
UBOOT_CONFIG[foo] = "config,images"
</literallayout>
You can also specify the machine using this method:
<literallayout class='monospaced'>
UBOOT_MACHINE = "config"
</literallayout>
See the
<link linkend='var-UBOOT_CONFIG'><filename>UBOOT_CONFIG</filename></link>
and
<link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link>
variables for additional information.
</para>
</section>
<section id='ref-classes-useradd'>
<title>Adding Users - <filename>useradd.bbclass</filename></title>