1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

Update to KERNEL_DEVICETREE variable.

Corrected the requirements for the KERNEL_DEVCIETREE
variable example.

(From yocto-docs rev: 0502910c81f4d669457155ed5f52d5fa775d8d6d)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Adrian Bunk
2019-08-23 11:48:06 -07:00
committed by Richard Purdie
parent 7f04f85f71
commit 7b989f563f
+3 -9
View File
@@ -7580,15 +7580,9 @@
However, providing just the <filename>.dtb</filename> However, providing just the <filename>.dtb</filename>
file is preferred. file is preferred.
</note> </note>
In order to use this variable, you must have the include In order to use this variable, the
files in your kernel recipe: <link linkend='ref-classes-kernel-devicetree'><filename>kernel-devicetree</filename></link>
<literallayout class='monospaced'> class must be inherited.
require recipes-kernel/linux/linux-dtb.inc
</literallayout>
or
<literallayout class='monospaced'>
require recipes-kernel/linux/linux-yocto.inc
</literallayout>
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>