summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-11-02 16:53:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:29:07 +0000
commit5d9d10704f635df2a3a89cb412458a7b0160de21 (patch)
tree04ffd0867a86dcbe8d0c3d518e4878d253f9796d /documentation/ref-manual
parent3f0cd2a1d7510a613f0281f42dd68c21a42447f9 (diff)
downloadpoky-5d9d10704f635df2a3a89cb412458a7b0160de21.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/migration.xml3
-rw-r--r--documentation/ref-manual/ref-classes.xml11
2 files changed, 13 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 82120c672f..91eabf807b 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -5045,7 +5045,8 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
5045 Kernel Device Tree support is now easier to enable in a kernel 5045 Kernel Device Tree support is now easier to enable in a kernel
5046 recipe. 5046 recipe.
5047 The Device Tree code has moved to a 5047 The Device Tree code has moved to a
5048 <filename>kernel-devicetree</filename> class. 5048 <link linkend='ref-classes-kernel-devicetree'><filename>kernel-devicetree</filename></link>
5049 class.
5049 Functionality is automatically enabled for any recipe that inherits 5050 Functionality is automatically enabled for any recipe that inherits
5050 the 5051 the
5051 <link linkend='ref-classes-kernel'><filename>kernel</filename></link> 5052 <link linkend='ref-classes-kernel'><filename>kernel</filename></link>
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 5961d3ea78..0fc88c43a7 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1883,6 +1883,17 @@ This check was removed for YP 2.3 release
1883 </para> 1883 </para>
1884</section> 1884</section>
1885 1885
1886<section id='ref-classes-kernel-devicetree'>
1887 <title><filename>kernel-devicetree.bbclass</filename></title>
1888
1889 <para>
1890 The <filename>kernel-devicetree</filename> class, which is inherited by
1891 the
1892 <link linkend='ref-classes-kernel'><filename>kernel</filename></link>
1893 class, supports device tree generation.
1894 </para>
1895</section>
1896
1886<section id='ref-classes-kernel-fitimage'> 1897<section id='ref-classes-kernel-fitimage'>
1887 <title><filename>kernel-fitimage.bbclass</filename></title> 1898 <title><filename>kernel-fitimage.bbclass</filename></title>
1888 1899