Re: [yocto] linux-yocto custom device tree in overlay

2016-07-18 Thread adnan
Bruce Ashfield writes: > > On 14-05-08 09:48 AM, Andreas Galauner wrote: > > On 07/05/14 21:37, Bruce Ashfield wrote: > >> So you can either patch it into the kernel, or do a bbappend with > >> that copies it into the source tree > >> (linux/arch/arm/boot/dts/mydevicetree.dts). > > > > Thx! That

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-08 Thread Bruce Ashfield
On 14-05-08 09:48 AM, Andreas Galauner wrote: On 07/05/14 21:37, Bruce Ashfield wrote: So you can either patch it into the kernel, or do a bbappend with that copies it into the source tree (linux/arch/arm/boot/dts/mydevicetree.dts). Thx! That worked fine. Glad to hear! Bruce For referenc

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-08 Thread Andreas Galauner
On 07/05/14 21:37, Bruce Ashfield wrote: > So you can either patch it into the kernel, or do a bbappend with > that copies it into the source tree > (linux/arch/arm/boot/dts/mydevicetree.dts). Thx! That worked fine. For reference, this is what I added: > do_install_prepend() { > cp ${WORKDI

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-07 Thread Bruce Ashfield
On 14-05-07 11:33 AM, Andreas Galauner wrote: Hi Yocto Community, I'm currently trying to build a custom image for a beaglebone black for which I need to enable the can-controllers on the SoC. I managed to create an overlay which already deals with building a few tools for CAN communication, I c

[yocto] linux-yocto custom device tree in overlay

2014-05-07 Thread Andreas Galauner
Hi Yocto Community, I'm currently trying to build a custom image for a beaglebone black for which I need to enable the can-controllers on the SoC. I managed to create an overlay which already deals with building a few tools for CAN communication, I created a kernel config snippet for linux-yocto t