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
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
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
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
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 ..
---
.../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
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
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
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
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
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
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
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
+++
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
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
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
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
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 ++
>>
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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/
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
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 +
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:
>> ---
>> ..
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:
---
...
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
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
41 matches
Mail list logo