diff mbox series

[meta-ti,master/scarthgap] conf: machine: omapl138-lcdk: Update KERNEL_DEVICETREE

Message ID 20240804221509.3434-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] conf: machine: omapl138-lcdk: Update KERNEL_DEVICETREE | expand

Commit Message

Ryan Eatmon Aug. 4, 2024, 10:15 p.m. UTC
Update the entry for KERNEL_DEVICETREE to match what is in the 6.10
kernel.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Denys Dmytriyenko Aug. 5, 2024, 3:11 a.m. UTC | #1
On Sun, Aug 04, 2024 at 05:15:09PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Update the entry for KERNEL_DEVICETREE to match what is in the 6.10
> kernel.

Will this change work with 6.6 (or even 6.1)?


> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
> index fdbaffae..458caaff 100644
> --- a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
> +++ b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
> @@ -21,6 +21,6 @@ KERNEL_DEVICETREE_PREFIX = " \
>  "
>  
>  KERNEL_DEVICETREE = " \
> -    da850-evm.dtb \
> -    da850-lcdk.dtb \
> +    ti/davinci/da850-evm.dtb \
> +    ti/davinci/da850-lcdk.dtb \
>  "
> -- 
> 2.17.1
Ryan Eatmon Aug. 5, 2024, 2:03 p.m. UTC | #2
On 8/4/2024 10:11 PM, Denys Dmytriyenko wrote:
> On Sun, Aug 04, 2024 at 05:15:09PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Update the entry for KERNEL_DEVICETREE to match what is in the 6.10
>> kernel.
> 
> Will this change work with 6.6 (or even 6.1)?

This is only changing the KERNEL_DEVICETREE which is meant to track 
mainline.  And mainline a while back moved the DTBs into ti/davinci. 
The KERNEL_DEVICETREE_PREFIX already had this change, so the builds were 
working.  As for if this platform boots under the change... that I 
cannot tell you.  But it builds now.

> 
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
>> index fdbaffae..458caaff 100644
>> --- a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
>> +++ b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
>> @@ -21,6 +21,6 @@ KERNEL_DEVICETREE_PREFIX = " \
>>   "
>>   
>>   KERNEL_DEVICETREE = " \
>> -    da850-evm.dtb \
>> -    da850-lcdk.dtb \
>> +    ti/davinci/da850-evm.dtb \
>> +    ti/davinci/da850-lcdk.dtb \
>>   "
>> -- 
>> 2.17.1
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
index fdbaffae..458caaff 100644
--- a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
+++ b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
@@ -21,6 +21,6 @@  KERNEL_DEVICETREE_PREFIX = " \
 "
 
 KERNEL_DEVICETREE = " \
-    da850-evm.dtb \
-    da850-lcdk.dtb \
+    ti/davinci/da850-evm.dtb \
+    ti/davinci/da850-lcdk.dtb \
 "