|
Re: [meta-fsl-arm] chromium: SegFault when --use-gl=egl
Thank you! Wow, of course its something as simple as an extra argument. Thanks!
Thank you! Wow, of course its something as simple as an extra argument. Thanks!
|
By
Ian Coolidge <ian@...>
·
#17075
·
|
|
Re: [meta-fsl-arm] chromium: SegFault when --use-gl=egl
Yes, when GCC5.2 used causing this error. --ignore-gpu-blacklist command line can be used as work around for now.
Yes, when GCC5.2 used causing this error. --ignore-gpu-blacklist command line can be used as work around for now.
|
By
Prabhu
·
#17074
·
|
|
[meta-fsl-arm] chromium: SegFault when --use-gl=egl
Hello,
Attempting to build chromium on the latest jethro branch results in a SegFault when the egl flag is passed in. Is this a known error? Is the chromium-imx repo that adds patches chromium for imx
Hello,
Attempting to build chromium on the latest jethro branch results in a SegFault when the egl flag is passed in. Is this a known error? Is the chromium-imx repo that adds patches chromium for imx
|
By
Ian Coolidge <ian@...>
·
#17073
·
|
|
Re: Multiple bbappend files (in separate layers)
http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#understanding-and-creating-layers
And please, make sure you understand the differences between
meta-fsl-arm and
http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#understanding-and-creating-layers
And please, make sure you understand the differences between
meta-fsl-arm and
|
By
Daiane
·
#17071
·
|
|
Re: Updates of meta-fsl-ppc master branch on 2016-01-08
Thanks. On the autobuilder there's just the qt4 bbappends problem now, which I filed a bug for this morning.
Ross
Thanks. On the autobuilder there's just the qt4 bbappends problem now, which I filed a bug for this morning.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#17070
·
|
|
Updates of meta-fsl-ppc master branch on 2016-01-08
Hello all,
The following updates are merged in master branch of meta-fsl-ppc, thanks.
commit cb8d8ffd03645f58b530cc62e9a943a7bf93476c
Author: Ting Liu <ting.liu@...>
Date: Wed Jan 6
Hello all,
The following updates are merged in master branch of meta-fsl-ppc, thanks.
commit cb8d8ffd03645f58b530cc62e9a943a7bf93476c
Author: Ting Liu <ting.liu@...>
Date: Wed Jan 6
|
By
Zhenhua Luo
·
#17069
·
|
|
[meta-fsl-ppc][PATCH] udev-rules-qoriq: make variable and function specific to qoriq-ppc targets
Signed-off-by: Zhenhua Luo <zhenhua.luo@...>
---
recipes-core/udev/udev-rules-qoriq.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
Signed-off-by: Zhenhua Luo <zhenhua.luo@...>
---
recipes-core/udev/udev-rules-qoriq.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
|
By
Zhenhua Luo
·
#17072
·
|
|
Re: [meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.12.0
This upgrade can be applied to jethro and master.
This upgrade can be applied to jethro and master.
|
By
Carlos Rafael Giani <dv@...>
·
#17068
·
|
|
[meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.12.0
Changes:
* vpu:
- Completely rewritten plugin code; elements now based on libimxvpuapi
instead of libfslvpuwrap
- imxvpuenc_h264 inserts SPS/PPS data in front of I/IDR frames
-
Changes:
* vpu:
- Completely rewritten plugin code; elements now based on libimxvpuapi
instead of libfslvpuwrap
- imxvpuenc_h264 inserts SPS/PPS data in front of I/IDR frames
-
|
By
Carlos Rafael Giani <dv@...>
·
#17067
·
|
|
Re: Multiple bbappend files (in separate layers)
Yes.
Just add your .bbappend file to your custom meta-layer.
If your file is not being picked up, maybe you forgot to add your
layer (bblayers.conf)?
Read the (mega) manual? (Sorry, don't have time
Yes.
Just add your .bbappend file to your custom meta-layer.
If your file is not being picked up, maybe you forgot to add your
layer (bblayers.conf)?
Read the (mega) manual? (Sorry, don't have time
|
By
Bjørn Forsman <bjorn.forsman@...>
·
#17066
·
|
|
Multiple bbappend files (in separate layers)
Hi,
I'm creating a custom layer for my imx6q based board.
I'm extending sysvinit_2.88dsf.bb by creating
sysvinit_2.88dsf.bbappend in my custom layer.
There is already a similar bbappend file
Hi,
I'm creating a custom layer for my imx6q based board.
I'm extending sysvinit_2.88dsf.bb by creating
sysvinit_2.88dsf.bbappend in my custom layer.
There is already a similar bbappend file
|
By
Prasant J
·
#17065
·
|
|
Re: image-prelink (can) cause SIGSEGV on program startup (when run under GDB)
Hi Christian,
Thanks for the data point. The thing is, debugging worked fine for a
long time. But when I added another library dependency, things broke.
Unless the build system is completely borked,
Hi Christian,
Thanks for the data point. The thing is, debugging worked fine for a
long time. But when I added another library dependency, things broke.
Unless the build system is completely borked,
|
By
Bjørn Forsman <bjorn.forsman@...>
·
#17064
·
|
|
Re: image-prelink (can) cause SIGSEGV on program startup (when run under GDB)
Hi Bjørn,
Am 07.01.2016 9:57 vorm. schrieb "Bjørn Forsman" <bjorn.forsman@...>:
>
> Hi all,
>
> Just FYI, I spent 2 days debugging why my application would fail to
> start when run under GDB
Hi Bjørn,
Am 07.01.2016 9:57 vorm. schrieb "Bjørn Forsman" <bjorn.forsman@...>:
>
> Hi all,
>
> Just FYI, I spent 2 days debugging why my application would fail to
> start when run under GDB
|
By
Christian Ege
·
#17063
·
|
|
image-prelink (can) cause SIGSEGV on program startup (when run under GDB)
Hi all,
Just FYI, I spent 2 days debugging why my application would fail to
start when run under GDB (gdbserver). It received SIGSEGV _before_
entering main. Turns out that by removing
Hi all,
Just FYI, I spent 2 days debugging why my application would fail to
start when run under GDB (gdbserver). It received SIGSEGV _before_
entering main. Turns out that by removing
|
By
Bjørn Forsman <bjorn.forsman@...>
·
#17062
·
|
|
(No subject)
meta-freescale@...
General information about the mailing list is at:
https://lists.yoctoproject.org/listinfo/meta-freescale
If you ever want to unsubscribe or change your options (eg,
meta-freescale@...
General information about the mailing list is at:
https://lists.yoctoproject.org/listinfo/meta-freescale
If you ever want to unsubscribe or change your options (eg,
|
By
baokang.huang
·
#17061
·
|
|
Updates of meta-fsl-ppc dizzy branch on 2016-01-06
Hello all,
The following updates are merged in dizzy branch of meta-fsl-ppc, thanks.
commit 3a48365291e52ea967980bb1b69e99fd1a8f57dd
Author: Sona Sarmadi <sona.sarmadi@...>
Date: Wed Dec
Hello all,
The following updates are merged in dizzy branch of meta-fsl-ppc, thanks.
commit 3a48365291e52ea967980bb1b69e99fd1a8f57dd
Author: Sona Sarmadi <sona.sarmadi@...>
Date: Wed Dec
|
By
Zhenhua Luo
·
#17060
·
|
|
[meta-fsl-ppc][PATCH 2/2] udev-rules-qoriq: put patches to universe location
From: Ting Liu <ting.liu@...>
Fix [Yocto: #8802]
Signed-off-by: Ting Liu <ting.liu@...>
---
.../71-fsl-dpaa-persistent-networking.rules | 0
From: Ting Liu <ting.liu@...>
Fix [Yocto: #8802]
Signed-off-by: Ting Liu <ting.liu@...>
---
.../71-fsl-dpaa-persistent-networking.rules | 0
|
By
b28495@...
·
#17058
·
|
|
[meta-fsl-ppc][PATCH 1/2] cryptodev: set PREFERRED_VERSION to 1.7
From: Ting Liu <ting.liu@...>
FSL released its own cryptodev based on 1.7, but not all the codes
were upstreamed. Default cryptodev to 1.7 to avoid openssl build issue.
Fix [Yocto:
From: Ting Liu <ting.liu@...>
FSL released its own cryptodev based on 1.7, but not all the codes
were upstreamed. Default cryptodev to 1.7 to avoid openssl build issue.
Fix [Yocto:
|
By
b28495@...
·
#17059
·
|
|
Re: meta-fsl-* breakage on the Yocto autobuilder
The yocto-builds list is a bit tempermental, but branches like ross/mut won't fire mails anyway. There was a master run just before Christmas which likely had both of these problems in.
I tend to
The yocto-builds list is a bit tempermental, but branches like ross/mut won't fire mails anyway. There was a master run just before Christmas which likely had both of these problems in.
I tend to
|
By
Burton, Ross <ross.burton@...>
·
#17056
·
|
|
Re: meta-fsl-* breakage on the Yocto autobuilder
Hello Ross & Richard,
By
Ting Liu
·
#17057
·
|