[yocto] [meta-raspberrypi] Pi 0 minimal consumption reached with Yocto?

2017-05-17 Thread Julien Gueytat
Hi everyone, I'd like to try out the Pi 0 for a Time-lapse photography project. I want to power it up with a solar rechargeable battery. Those kind of battery that can be found on Amazon does bring at most 1.5W. So... Let's say 100mA during the daylight. The question is : Do you know what is t

Re: [yocto] failed to copy the final ***rootfs.rpi-sdimg image file

2016-10-14 Thread Julien Gueytat
Great! Thanks! Sent from my WIKO RAINBOW LITE 4GLe 14 oct. 2016 14:41, Andrei Gherzan a écrit : > > On Sat, Oct 01, 2016 at 01:58:49PM +, Karim ATIKI wrote: > > hi, > > > > > > I'm building a custom core-image-x11 for my raspberrypi3 board, with poky > > krogoth. > > > > In the very l

Re: [yocto] What's this

2016-06-08 Thread Julien Gueytat
I got that taskhash mismatch too and much more often than once per million. ;) I'm quite happy that you're discussing it here as I did not know what it was. Re-running the task a second time in a row makes the warning disappearing. Regards, Le 08/06/2016 11:18, Gary Thomas a écrit : On 2016-

[yocto] [psplash][PATCH v2 2/2] Add --fbdev option to psplash like --rotation.

2016-05-31 Thread Julien Gueytat
variables are not read yet when psplash starts. Signed-off-by: Julien Gueytat --- AUTHORS | 1 + psplash-fb.c | 16 ++-- psplash-fb.h | 4 ++-- psplash.c| 49 - 4 files changed, 41 insertions(+), 29 deletions(-) diff --git a/AUTHORS

[yocto] [psplash][PATCH v2 1/2] Fix indendation.

2016-05-31 Thread Julien Gueytat
Signed-off-by: Julien Gueytat --- psplash.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/psplash.c b/psplash.c index 04d3d49..507202f 100644 --- a/psplash.c +++ b/psplash.c @@ -245,10 +245,10 @@ main (int argc, char** argv) if (mkfifo(PSPLASH_FIFO, S_IRUSR

[yocto] [psplash][PATCH 2/2] Add --fbdev option to psplash like --rotation.

2016-05-31 Thread Julien Gueytat
A new fbdev file is needed and should be overrided if needed. The number contained in fbdev will be used as X in /dev/fbX. By overriding fbdev you can have a splash screen on another framebuffer than /dev/fbO. Signed-off-by: Julien Gueytat --- AUTHORS | 1 + psplash-fb.c | 16

[yocto] [psplash][PATCH 1/2] Fix indendation.

2016-05-31 Thread Julien Gueytat
Signed-off-by: Julien Gueytat --- psplash.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/psplash.c b/psplash.c index 04d3d49..507202f 100644 --- a/psplash.c +++ b/psplash.c @@ -245,10 +245,10 @@ main (int argc, char** argv) if (mkfifo(PSPLASH_FIFO, S_IRUSR

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

2016-05-30 Thread Julien Gueytat
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 | 16 ++-- psplash-fb.h | 4 ++-- pspla

[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

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-24 Thread Julien Gueytat
re file at all. The patch on the Raspberry is just to add one library missing to get the EGLFS Raspberry Pi test passing (the EGL test one was already working with this meta-qt5 patch) Best Regards, Le 21/04/2016 19:10, Andrei Gherzan a écrit : Hi Julien, On Thu, Apr 21, 2016 at 10:15:23AM +0

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-21 Thread Julien Gueytat
t; On Thu, Apr 21, 2016 at 10:15:23AM +0200, Julien Gueytat wrote: > > Just to keep you informed that a bug report has been opened to Qt: > > https://bugreports.qt.io/browse/QTBUG-52739 > > > > We might save some patches in layers by solving this, > > Thanks for helping

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-21 Thread Julien Gueytat
Just to keep you informed that a bug report has been opened to Qt: https://bugreports.qt.io/browse/QTBUG-52739 We might save some patches in layers by solving this, Thanks for helping, Le 20/04/2016 01:46, Julien Gueytat a écrit : Hi again guys, after more investigations: I found out that

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-19 Thread Julien Gueytat
sure meta-raspberrypi maintainers can confirm that their master branch handles pkg-config stuff now. Thanks advance for having a look on this guys, Best Regards Le 19/04/2016 10:46, Julien Gueytat a écrit : Hi, I still can't figure out the patch to apply in meta-qt5 to get EGL support wit

[yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-19 Thread Julien Gueytat
Hi, I still can't figure out the patch to apply in meta-qt5 to get EGL support with the Raspberry. The test to check EGL does not pass and fails with the following command: arm-poky-linux-gnueabi-g++ -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7