ref-manual: Added kernel-devicetree to the Classes section

(From yocto-docs rev: 1ea1f0dc6451030738c506c4d6228b31f67f3f36)

Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark
2017-11-02 16:53:41 -07:00
committed by Richard Purdie
parent 3f0cd2a1d7
commit 5d9d10704f
2 changed files with 13 additions and 1 deletions

View File

@@ -5045,7 +5045,8 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
Kernel Device Tree support is now easier to enable in a kernel
recipe.
The Device Tree code has moved to a
<filename>kernel-devicetree</filename> class.
<link linkend='ref-classes-kernel-devicetree'><filename>kernel-devicetree</filename></link>
class.
Functionality is automatically enabled for any recipe that inherits
the
<link linkend='ref-classes-kernel'><filename>kernel</filename></link>

View File

@@ -1883,6 +1883,17 @@ This check was removed for YP 2.3 release
</para>
</section>
<section id='ref-classes-kernel-devicetree'>
<title><filename>kernel-devicetree.bbclass</filename></title>
<para>
The <filename>kernel-devicetree</filename> class, which is inherited by
the
<link linkend='ref-classes-kernel'><filename>kernel</filename></link>
class, supports device tree generation.
</para>
</section>
<section id='ref-classes-kernel-fitimage'>
<title><filename>kernel-fitimage.bbclass</filename></title>