Re: [yocto] [oe] [meta-qt5] EGL Error : Could not create the egl surface: error = 0x300b

2016-04-22 Thread Khem Raj
> On Apr 22, 2016, at 6:07 PM, Ryan Elkholy, PhD, PE > wrote: > > Hello, > > I am am trying to make a build that includes meta-qt5 without x11 or > wayland on the Minnowboard Turbot (x86-64). I was successful in building my > image but the problem occurred when testing

[yocto] [meta-qt5] EGL Error : Could not create the egl surface: error = 0x300b

2016-04-22 Thread Ryan Elkholy, PhD, PE
Hello, I am am trying to make a build that includes meta-qt5 without x11 or wayland on the Minnowboard Turbot (x86-64). I was successful in building my image but the problem occurred when testing my basic qt app on the image. When trying to run the app I get the following error: EGL Error :

Re: [yocto] [OE-core] Yocto Project Status WW17

2016-04-22 Thread Burton, Ross
On 22 April 2016 at 18:04, Trevor Woerner wrote: > > Have the eSDK and CROPS projects been announced publicly? Are they available > for us to "play with"? eSDK is the "extensible SDK', or what appears when you do bitbake image -c populate_sdk_ext. This should be in the

Re: [yocto] [OE-core] Yocto Project Status WW17

2016-04-22 Thread Trevor Woerner
On Fri 2016-04-22 @ 03:13:21 PM, Jolley, Stephen K wrote: > o Encourage adoption of new tools (toaster, eSDK, CROPS) Have the eSDK and CROPS projects been announced publicly? Are they available for us to "play with"? -- ___ yocto mailing list

[yocto] Yocto Project Status WW17

2016-04-22 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 Final Release Target: April 29, 2016 SWAT team rotation: Ross -> Randy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *YP 2.1 M4.rc2 is in QA and it is hoped

[yocto] [meta-raspberrypi][PATCH 4/5] bluez5: Add bluez5 support for brcm43438 on raspberrypi3.

2016-04-22 Thread Andrei Gherzan
From: toolmmy This patch adds the bluetooth support for the brcm43438 module on the raspberrypi3 by deploying the modules firmware and changing the targeting firmware path. In addition the brcm43438.service adds the automatically attaching (hciattach) for systemd

[yocto] [meta-raspberrypi][PATCH 3/5] packagegroup-rpi-test: Add packages to be able to test WiFi/Bluetooth

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core/packagegroups/packagegroup-rpi-test.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-rpi-test.bb b/recipes-core/packagegroups/packagegroup-rpi-test.bb index f33c05d..ae16cec

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Set baudrate and use serial0 for kgdboc

2016-04-22 Thread Andrei Gherzan
The driver for 8250 defaults to 9600. We setup it on 115200 to be consistent with getty configuration. The firmware can do its magic with kgdboc too as it searches and replaces =serial0 and =serial1. So, use serial0 for kgdboc too. Signed-off-by: Andrei Gherzan ---

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Bump to v4.4.7

2016-04-22 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 8e4530f..9cb8aae 100644

Re: [yocto] [meta-chip][PATCH] u-boot-chip: fix md5sum

2016-04-22 Thread Trevor Woerner
ping? (this is needed to build successfully) On Mon 2016-04-11 @ 02:28:30 PM, Trevor Woerner wrote: > The u-boot master and chip/stable branches have diverged such that the md5sums > of the License README files are now different. The latest master branch has > added a "SIL OPEN FONT LICENSE

Re: [linux-yocto] Question: What is the relation between "4.1.6-yocto-standard" and the 4.1.15 git repo version used

2016-04-22 Thread Bruce Ashfield
On 2016-04-22 9:28 AM, Hugo Heutinck wrote: 2016-04-22 14:57 GMT+02:00 Bruce Ashfield >: On 2016-04-22 3:21 AM, Hugo Heutinck wrote: 2016-04-21 15:22 GMT+02:00 Bruce Ashfield

[yocto] udev-cache problems

2016-04-22 Thread Maxim Osipov
Hi all, I've a poky/Yocto 1.8 system for an imx6 board equipped with U-Blox SARA-U2 GSM/GPRS module connected via USB. The modem is seen as several /dev/ttyACM* devices. I use ofono 1.16 to work with the modem. After startup ofono doesn't detect the modem - it starts to identify the modem if I

Re: [yocto] [meta-raspberrypi][PATCH V2 1/4] firmware.inc: Update firmware to include various serial fixes

2016-04-22 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 08:42:36PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > recipes-bsp/common/firmware.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [yocto] [psplash][PATCH] psplash: add option to read startup message from file

2016-04-22 Thread Richard Leitner
Hi, are any comments or possible improvements? On 04/15/2016 10:49 AM, Richard Leitner wrote: > This patch adds an option to read the displayed message from a file. > Additionally the maximum length for the read string can be defined. > If both, a message (STARTUP_MSG) and a file

Re: [linux-yocto] Question: What is the relation between "4.1.6-yocto-standard" and the 4.1.15 git repo version used

2016-04-22 Thread Hugo Heutinck
2016-04-21 15:22 GMT+02:00 Bruce Ashfield : > On 2016-04-21 7:42 AM, Hugo Heutinck wrote: > >> Hello, >> >> I was wondering what the relation is between the >> kernel-4.1.6-yocto-standard and the actual kernel version being used >> 4.1.15 ? >> >> Logging shows e.g.

Re: [yocto] [PATCH] replace libav with ffmpeg and add a patch fixing building omxplayer after 3645b27848edd0d873925f5fa2a7686f3ff9eeb9

2016-04-22 Thread piotr.lewicki
Hello. I'm new here and I didn't know how to prepare patch correctly- I just used instructions from meta-raspberrypi README. I can resend it if you want. Especially now when the patch is not necessary anymore, because Andrei Gherzan has merged latest revision of omxplayer to master (patch