Re: [yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-31 Thread Richard Leitner
Hi Julien, On 05/30/2016 11:55 PM, Julien Gueytat wrote: > > For FBDEV, I have been told on #yocto that the FBENV variable is kind of > useless at least for the startup as the environment is not read yet. > This why I replaced it. But I will let it available in the next patch if > this is what

Re: [yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-30 Thread Julien Gueytat
Thanks for your reply Richard. For FBDEV, I have been told on #yocto that the FBENV variable is kind of useless at least for the startup as the environment is not read yet. This why I replaced it. But I will let it available in the next patch if this is what should be done. For the psplash

Re: [yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-25 Thread Richard Leitner
Hi Julien, comments on the code are below. On 05/22/2016 07:46 PM, Julien Gueytat wrote: > It works exactly the same way than the angle parameter: > * --angle <-> /etc/rotation file > * --fbdev <-> /etc/fbdev file > > Signed-off-by: Julien Gueytat > --- > psplash-fb.c |

[yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-22 Thread Julien Gueytat
It works exactly the same way than the angle parameter: * --angle <-> /etc/rotation file * --fbdev <-> /etc/fbdev file Signed-off-by: Julien Gueytat --- psplash-fb.c | 16 ++-- psplash-fb.h | 4 ++-- psplash.c| 57