[yocto] [yocto-docs][PATCH] ref-manual: Correct the requirements for KERNEL_DEVICETREE

Adrian Bunk bunk at stusta.de
Fri Aug 23 08:06:40 PDT 2019


Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 documentation/ref-manual/ref-variables.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0080364e4f..33afaa5f45 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7580,15 +7580,9 @@
                         However, providing just the <filename>.dtb</filename>
                         file is preferred.
                     </note>
-                    In order to use this variable, you must have the include
-                    files in your kernel recipe:
-                    <literallayout class='monospaced'>
-     require recipes-kernel/linux/linux-dtb.inc
-                    </literallayout>
-                    or
-                    <literallayout class='monospaced'>
-     require recipes-kernel/linux/linux-yocto.inc
-                    </literallayout>
+                    In order to use this variable, the
+                    <link linkend='ref-classes-kernel-devicetree'><filename>kernel-devicetree</filename></link>
+                    class must be inherited.
                 </para>
             </glossdef>
         </glossentry>
-- 
2.17.1



More information about the yocto mailing list