Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-20 Thread Mike Looijmans
I cannot get this to work, do_install fails because it cannot find the generated .dtb file. See further in the message: On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-20 Thread Otavio Salvador
On Tue, Aug 20, 2013 at 6:55 AM, Mike Looijmans mike.looijm...@topic.nl wrote: I cannot get this to work, do_install fails because it cannot find the generated .dtb file. Yes and I sent another patch, few days ago, to address this regression. I think it is queued for merging.

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread André Draszik
Hi, Can this please be pushed to dylan as well, please. It's a useful change, and I then could remove my version of that patch from our layer :-) Cheers, Andre' On Tue, 2013-08-13 at 10:52 -0300, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread Mike Looijmans
 On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread Otavio Salvador
On Wed, Aug 14, 2013 at 11:17 AM, Mike Looijmans mike.looijm...@topic.nl wrote: On 08/13/2013 03:52 PM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to

[OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Otavio Salvador
As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files rely on CPP and kernel headers to be able to

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Bruce Ashfield
On 13-08-13 09:52 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files