Re: [yocto] [meta-raspberrypi][PATCH v6 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-26 Thread Francois Muller
dded if we have to change the -overlay.dtb into .dtbo. > > > But we should probably do the change to 'dtbo regardless, because it's very likely it would not load properly later, with no message except with vcdbg... > > Would that solution be OK with you? > > Andrei, do you have any c

Re: [yocto] [meta-raspberrypi][PATCH v6 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-25 Thread Francois Muller
Hi Hervé, Thank you for giving us up and running .dtbo overlays functionality through this patch, it is running fine for me. Nevertheless, I have a concern about the processing applied to overlay filenames. According to this post https://www.raspberrypi.org/forums/viewtopic.php ?f=107=139732,

Re: [yocto] [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-25 Thread Francois Muller
helps, Hervé From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Francois Muller > Sent: samedi 25 juin 2016 17:48 > To: yocto@yoctoproject.org > > > Subject: ***SPAM*** Re: [yocto] [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: su

Re: [yocto] [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-06-25 Thread Francois Muller
Hi Hervé, I haven't tested your patch yet, but while reviewing the diff I'm a bit surprised about this: >  overlays = oe.utils.str_filter_out('\S+\-overlay\.dtb$', > dts , d) > +overlays = oe.utils.str_filter_out('\S+\.dtbo$', > overlays, > d) Shouldn't .dtbo files be filtered out

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Francois Muller
Hi, My comment below. Best regards, François Le vendredi 31 juillet 2015 à 15:29 +0200, Petter Mabäcker a écrit : Hi Herve, See inline answers. BR, Petter On 07/30/2015 05:27 AM, Herve Jourdain wrote: Hello, I’m trying to add a specific .dts file to the raspberrypi.