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

2019-08-23 Thread Scott Rifenbark
Adrian,

Thanks for the update to the KERNEL_DEVICETREE variable.  I have applied
this patch to the 2.8 version of the reference manual:
https://yoctoproject.org/docs/2.8/ref-manual/ref-manual.html#var-KERNEL_DEVICETREE
.

Scott

On Fri, Aug 23, 2019 at 8:06 AM Adrian Bunk  wrote:

> Signed-off-by: Adrian Bunk 
> ---
>  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
> .dtb
>  file is preferred.
>  
> -In order to use this variable, you must have the
> include
> -files in your kernel recipe:
> -
> - require recipes-kernel/linux/linux-dtb.inc
> -
> -or
> -
> - require recipes-kernel/linux/linux-yocto.inc
> -
> +In order to use this variable, the
> + linkend='ref-classes-kernel-devicetree'>kernel-devicetree
> +class must be inherited.
>  
>  
>  
> --
> 2.17.1
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2019-08-23 Thread Adrian Bunk
Signed-off-by: Adrian Bunk 
---
 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 .dtb
 file is preferred.
 
-In order to use this variable, you must have the include
-files in your kernel recipe:
-
- require recipes-kernel/linux/linux-dtb.inc
-
-or
-
- require recipes-kernel/linux/linux-yocto.inc
-
+In order to use this variable, the
+kernel-devicetree
+class must be inherited.
 
 
 
-- 
2.17.1

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto