diff options
-rw-r--r-- | documentation/ref-manual/migration.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
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 | ||