diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 11:27:47 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:57 +0000 | 
| commit | 93074424ecc771d92323f407e029cbbfca008a0f (patch) | |
| tree | 848ff41f50b7c2abc2272beeb0896d73e3c7ce01 /documentation/ref-manual | |
| parent | 31d0e41988148fc5c4a7186451bb609e4325b523 (diff) | |
| download | poky-93074424ecc771d92323f407e029cbbfca008a0f.tar.gz | |
ref-manual: Added uboot-config class.
(From yocto-docs rev: 39c49983b956e0f4a23679d333ecdae8290a2229)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index df46590059..6795afb12a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -2661,6 +2661,29 @@ | |||
| 2661 | </para> | 2661 | </para> | 
| 2662 | </section> | 2662 | </section> | 
| 2663 | 2663 | ||
| 2664 | <section id='ref-classes-uboot-config'> | ||
| 2665 | <title><filename>uboot-config.bbclass</filename></title> | ||
| 2666 | |||
| 2667 | <para> | ||
| 2668 | The <filename>uboot-config</filename> class provides support for | ||
| 2669 | U-Boot configuration for a machine. | ||
| 2670 | Specify the machine in your recipe as follows: | ||
| 2671 | <literallayout class='monospaced'> | ||
| 2672 | UBOOT_CONFIG ??= <default> | ||
| 2673 | UBOOT_CONFIG[foo] = "config,images" | ||
| 2674 | </literallayout> | ||
| 2675 | You can also specify the machine using this method: | ||
| 2676 | <literallayout class='monospaced'> | ||
| 2677 | UBOOT_MACHINE = "config" | ||
| 2678 | </literallayout> | ||
| 2679 | See the | ||
| 2680 | <link linkend='var-UBOOT_CONFIG'><filename>UBOOT_CONFIG</filename></link> | ||
| 2681 | and | ||
| 2682 | <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link> | ||
| 2683 | variables for additional information. | ||
| 2684 | </para> | ||
| 2685 | </section> | ||
| 2686 | |||
| 2664 | <section id='ref-classes-useradd'> | 2687 | <section id='ref-classes-useradd'> | 
| 2665 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | 2688 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | 
| 2666 | 2689 | ||
