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 the

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-21 Thread Robert P. J. Day
On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > On Wed, Apr 20, 2016 at 6:37 PM, Robert P. J. Day > wrote: > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > You haven't supplied your SRC_URI in the question ... what does it > > look like ? > > > > It has no relati

Re: [yocto] Build Failure Errors

2016-04-21 Thread SIVA SUBRAMANIAN.P
Remove -Werror from CFLAGS or EXTRA_OECONF if any. On Thu, Apr 21, 2016 at 11:38 AM, Harinath maddelal wrote: > > Hi > > > Im new to Yocto. > > After downloading poky and i added our BSP package. So while trying to > compile i get the following errors > > > === > > LD init/mounts.o > LD

[yocto] Fwd: Preventing rebuild of dependencies

2016-04-21 Thread Sassan Panahinejad
Hi, On several Yocto-based projects I've worked on, I've ended up accidentally triggering rebuilds of large packages such as QT or Chromium. The example I keep running into at the moment is whenever I modify the kernel config, I trigger Chromium to rebuild next time I rebuild the image. This mean

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-21 Thread Bruce Ashfield
On Thu, Apr 21, 2016 at 4:59 AM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > > > > > On Wed, Apr 20, 2016 at 6:37 PM, Robert P. J. Day > wrote: > > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > > > You haven't supplied your SRC_URI in the question ..

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

2016-04-21 Thread piotr.lewicki
--- .../omxplayer/explicitly_link_with_vchostif_library.patch | 13 + recipes-multimedia/omxplayer/omxplayer_git.bb | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 recipes-multimedia/omxplayer/omxplayer/explicitly_link_with_vchostif_li

[yocto] Binary Configuration Support

2016-04-21 Thread S . Jaritz
Hej, I read that there is a way to the binary configuration ( https://wiki.yoctoproject.org/wiki/Binary_configuration_support). It is described jow this internally works. But I am missing an example how to use it praticaly. My learning system is a SAMA5D3x Eval board from Atmel. For that I am

[yocto] what does ${libdir} refer to?

2016-04-21 Thread 杜 昊
Hello there! I have a question about the absolute path of ${libdir}. for example in poco recipe: here is: PACKAGES += "${PN}-dev ${PN}-staticdev" FILES_${PN}-dev = "${includedir} ${libdir}/libPoco*.so ${libdir}/cmake" FILES_${PN}-staticdev = "${libdir}/libPoco*.a" i have searched for the yoc

Re: [yocto] what does ${libdir} refer to?

2016-04-21 Thread Christopher Larson
No, libdir is /usr/lib on the target. We never write to the host system outside the build directory. do_install installs a lib into ${D}${libdir}, and then the contents of ${D} get split up into individual binary packages, and those packages are then installed in a root filesystem and archived into

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

2016-04-21 Thread Andrei Gherzan
Hi Julien, 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, > Great Julien. Here is a h

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-21 Thread Andrei Gherzan
On Sat, Apr 16, 2016 at 11:24:01AM +1000, Jonathan Liu wrote: > Hi Khem, > > On 14 April 2016 at 02:36, Khem Raj wrote: > > Thats interesting, I will try to reproduce it > > I have submitted a patch to the mailing list to bump the omxplayer > revision which fixes the issue. > Cool. I'll take a lo

[yocto] [meta-raspberrypi][PATCH 1/5] SERIAL_CONSOLE definition split

2016-04-21 Thread Theodor Gherzan
From: Trevor Woerner The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all the preceding boards). Therefore pull this definition out of the common include file and add it separately for each MACHINE. Signed-off-by: Trevor Woerner Signed-off-by: Theodor Gherzan --- con

[yocto] [meta-raspberrypi][PATCH 2/5] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/common/firmware.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 2c4f497..abc7d06 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ras

[yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- README | 4 1 file changed, 4 insertions(+) diff --git a/README b/README index 536926b..cbc7a92 100644 --- a/README +++ b/README @@ -233,6 +233,10 @@ the modelname should be added as a MACHINE_FEATURES in local.conf like below: Li

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 4d41723..6ddf843 100644 --- a/recipes-bsp/bootfiles

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
Hi, On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb > b/recipes-bsp

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
Here is a full explination of this: On Thu, Apr 21, 2016 at 6:43 PM, Andrei Gherzan wrote: > Hi, > > On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote: >> From: Theodor Gherzan >> >> Signed-off-by: Theodor Gherzan >> --- >> recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ >>

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
A new config.txt setting has been introduced - enable_uart - the purpose of which is to control the initialisation of the UART(*). The default value varies according to the primary UART on the platform - if the PL011 is the primary UART (that used for the console and boot messages) then enable_uart

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 06:47:29PM +0100, Theodor Gherzan wrote: > A new config.txt setting has been introduced - enable_uart - the > purpose of which is to control the initialisation of the UART(*). The > default value varies according to the primary UART on the platform - > if the PL011 is the pr

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

2016-04-21 Thread Julien Gueytat
Thanks for the link. I already have found my hack patch. ;) I'll take some time to check the EGL test dedicated to the Raspberry in Qt. I did not check this one yet. Regards, Sent from my WIKO RAINBOW LITE 4GLe 21 avr. 2016 7:10 PM, Andrei Gherzan a écrit : > > Hi Julien, > > On Thu, Apr 21, 20

Re: [yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 06:32:13PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > README | 4 > 1 file changed, 4 insertions(+) > > diff --git a/README b/README > index 536926b..cbc7a92 100644 > --- a/README > +++ b/README > @@ -233,6 +233,1

[yocto] Using Java-based code generator in bitbake recipes

2016-04-21 Thread Konopelko, Pavel (P.)
Hello everybody, I need to write bitbake recipes for applications that rely on code generation as a part of their build. The generator is an Eclipse RCP application that is available as a pre-built binary. The latter can also be built from the source code with Maven. The pre-built binary is

Re: [yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 536926b..326b0bd 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI bus 3.M. Enable I2C 3.N. Enable PiTFT sup

Re: [yocto] [meta-raspberrypi][PATCH] omxplayer: Bump revision

2016-04-21 Thread Andrei Gherzan
On Sat, Apr 16, 2016 at 11:20:51AM +1000, Jonathan Liu wrote: > Fixes linking error due to missing vchostif library dependency. > Rebased patches and removed patches already merged upstream. > > Signed-off-by: Jonathan Liu Merged to master. -- Andrei Gherzan signature.asc Description: PGP sign

Re: [yocto] [meta-raspberrypi][PATCH] serial console definition split

2016-04-21 Thread Andrei Gherzan
Hi Trevor, On Wed, Apr 13, 2016 at 01:06:21PM -0400, Trevor Woerner wrote: > The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all > the preceding boards). Therefore pull this definition out of the common > include file and add it separately for each MACHINE. > > Signed-of

Re: [yocto] [meta-raspberrypi][PATCH 2/5] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 06:32:10PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan Doesn't apply over over current master. Can you send a v2 without Trevor's patch and with the updated one for README? -- Andrei Gherzan signature.asc Description: PGP si

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

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index c1117d6..abc7d06 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 4/4] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index ec9f905..ee330df 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI bus 3.M. Enable I2C 3.N. Enable PiTFT sup

[yocto] [meta-raspberrypi][PATCH 3/4] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ras

[yocto] [meta-raspberrypi][PATCH 2/4] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/bootfiles/rpi-config_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 2941982..0fbb17e 100644 --- a/recipes-bsp/bootfiles/

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

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index c1117d6..abc7d06 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 3/4] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ras

[yocto] [meta-raspberrypi][PATCH 4/4] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index ec9f905..ee330df 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI bus 3.M. Enable I2C 3.N. Enable PiTFT sup

[yocto] [meta-raspberrypi][PATCH 2/4] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- recipes-bsp/bootfiles/rpi-config_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 2941982..0fbb17e 100644 --- a/recipes-bsp/bootfiles/

Re: [yocto] Fwd: Preventing rebuild of dependencies

2016-04-21 Thread Khem Raj
On Thu, Apr 21, 2016 at 6:08 AM, Sassan Panahinejad wrote: > Hi, > > On several Yocto-based projects I've worked on, I've ended up accidentally > triggering rebuilds of large packages such as QT or Chromium. > > The example I keep running into at the moment is whenever I modify the > kernel config

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

2016-04-21 Thread Khem Raj
resend this patch to OE-Core mailing list. and also add Upstream-Status: to patch On Wed, Apr 20, 2016 at 6:11 AM, piotr.lewicki wrote: > --- > .../omxplayer/explicitly_link_with_vchostif_library.patch | 13 > + > recipes-multimedia/omxplayer/omxplayer_git.bb | 5 +

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

2016-04-21 Thread Mark Hatle
On 4/21/16 6:31 PM, Khem Raj wrote: > resend this patch to OE-Core mailing list. and also add > Upstream-Status: to patch I don't see a "why" anywhere. Something wrong with libav, something better with ffmpeg, etc? --Mark > > On Wed, Apr 20, 2016 at 6:11 AM, piotr.lewicki wrote: >> --- >> ..

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

2016-04-21 Thread Gary Thomas
On 2016-04-22 01:31, Khem Raj wrote: resend this patch to OE-Core mailing list. and also add Upstream-Status: to patch Actually, it should go to the RaspberryPi mailing list, not OE-core Also, there are no Signed-off-by lines On Wed, Apr 20, 2016 at 6:11 AM, piotr.lewicki wrote: --- ...

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

2016-04-21 Thread Gary Thomas
On 2016-04-22 02:44, Mark Hatle wrote: On 4/21/16 6:31 PM, Khem Raj wrote: resend this patch to OE-Core mailing list. and also add Upstream-Status: to patch I don't see a "why" anywhere. Something wrong with libav, something better with ffmpeg, etc? libav was replaced in OE-core by ffmpeg

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

2016-04-21 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 wit