summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 15:55:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:26 +0000
commite16bbd631d49a1547c25263b1de0b7f1b2b235d3 (patch)
treee785bf085f53b47ef0ee9871d49a2ed9977e3ce9 /documentation/ref-manual
parentde42e04de72a4ab081cd0e0b3e8a0c2ed00ad66d (diff)
downloadpoky-e16bbd631d49a1547c25263b1de0b7f1b2b235d3.tar.gz
ref-manual: Added the image_types_uboot class.
(From yocto-docs rev: ebaacf429cec81b17440255e67e00711e6e65258) 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.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2cc962eead..3da993f53a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -965,6 +965,15 @@
965 </para> 965 </para>
966</section> 966</section>
967 967
968<section id='ref-classes-image_types_uboot'>
969 <title><filename>image_types_uboot.bbclass</filename></title>
970
971 <para>
972 The U-Boot image types (<filename>image_types_uboot</filename>) class
973 defines additional image types specifically for the U-Boot bootloader.
974 </para>
975</section>
976
968<section id='ref-classes-mime'> 977<section id='ref-classes-mime'>
969 <title><filename>mime.bbclass</filename></title> 978 <title><filename>mime.bbclass</filename></title>
970 979