diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-23 11:48:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 11:59:45 +0100 |
commit | 7b989f563fa109111dcf96bc3b06001307bc595d (patch) | |
tree | bd093a5201b210e7a3bd0af84e50173ac7d2c70a /documentation/ref-manual | |
parent | 7f04f85f71f3a07be093625fb789547240dd4dc8 (diff) | |
download | poky-7b989f563fa109111dcf96bc3b06001307bc595d.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9470a780aa..6b2097ef34 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7580,15 +7580,9 @@ | |||
7580 | However, providing just the <filename>.dtb</filename> | 7580 | However, providing just the <filename>.dtb</filename> |
7581 | file is preferred. | 7581 | file is preferred. |
7582 | </note> | 7582 | </note> |
7583 | In order to use this variable, you must have the include | 7583 | In order to use this variable, the |
7584 | files in your kernel recipe: | 7584 | <link linkend='ref-classes-kernel-devicetree'><filename>kernel-devicetree</filename></link> |
7585 | <literallayout class='monospaced'> | 7585 | class must be inherited. |
7586 | require recipes-kernel/linux/linux-dtb.inc | ||
7587 | </literallayout> | ||
7588 | or | ||
7589 | <literallayout class='monospaced'> | ||
7590 | require recipes-kernel/linux/linux-yocto.inc | ||
7591 | </literallayout> | ||
7592 | </para> | 7586 | </para> |
7593 | </glossdef> | 7587 | </glossdef> |
7594 | </glossentry> | 7588 | </glossentry> |