Re: [OE-core] daisy compile problem with meta-sdr

2016-08-20 Thread Khem Raj
It seems it needs dependency on gnuradio. Do you have that expressed in recipe and make sure gnuradio is packaging its cmake support when building On Aug 20, 2016 7:30 PM, "Yile Ku" wrote: I do a bitbake gnuradio-dev-image and get the following: NOTE: Preparing runqueue NOTE: Executing SetScene

[OE-core] daisy compile problem with meta-sdr

2016-08-20 Thread Yile Ku
I do a bitbake gnuradio-dev-image and get the following: NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: do_configure (log file is located at /opt/QorIQ-SDK-V1.8-20150619-yocto/build_b4860qds-64b_release/tmp/work/ppc64e6500-fsl-linux/gr

Re: [OE-core] [PATCH] xserver-xf86-config: pre-load int10 and exa modules

2016-08-20 Thread Khem Raj
> On Aug 20, 2016, at 1:13 PM, Randle, William C > wrote: > > This patch is only a partial solution, as the libint10 module is not > installed so it can't be loaded. > right, there is a v2 just posted, I was assuming that the modules were getting into image via some recommendations but it s

[OE-core] [PATCH V2] xserver-xf86-config: pre-load int10 and exa modules

2016-08-20 Thread Khem Raj
musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj --- meta/conf/machine/qemux86-64.conf| 5 - meta/conf/machine/qemux86.conf | 5 -

Re: [OE-core] [PATCH] xserver-xf86-config: pre-load int10 and exa modules

2016-08-20 Thread Randle, William C
This patch is only a partial solution, as the libint10 module is not installed so it can't be loaded. -Bill On Sat, 2016-08-20 at 08:03 -0700, Khem Raj wrote: musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj

Re: [OE-core] [PATCH V3 0/8] runqemu: refactor it and remove machine knowledge

2016-08-20 Thread Richard Purdie
On Thu, 2016-08-18 at 23:55 -0700, Robert Yang wrote: > * V3 > - Move the qemu boot settings out of tune files (e.g., arch > -x86.inc) > to avoid mixing BSP settings with the tunings as Mark suggested. > and > put them to .conf or .inc file. I tried pulling this into master-next and tes

[OE-core] [PATCH] xserver-xf86-config: pre-load int10 and exa modules

2016-08-20 Thread Khem Raj
musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj --- .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graph

[OE-core] [PATCH] xserver-xf86-config: pre-load int10 and exa modules

2016-08-20 Thread Khem Raj
musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj --- .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graph

Re: [OE-core] [PATCH] libnl: musl fixes

2016-08-20 Thread Khem Raj
> On Aug 12, 2016, at 12:42 AM, André Draszik wrote: > > On Fri, 2016-08-12 at 00:28 -0700, Khem Raj wrote: >> On Fri, Aug 12, 2016 at 12:26 AM, André Draszik wrote: >>> >>> On Thu, 2016-08-11 at 22:45 -0700, Khem Raj wrote: > > > On Aug 11, 2016, at 7:06 AM, André Draszik

Re: [OE-core] [RFT] gcc 6.2 RC1 update

2016-08-20 Thread Gary Thomas
On 2016-08-19 18:01, Khem Raj wrote: On Aug 19, 2016, at 8:05 AM, Gary Thomas wrote: On 2016-08-19 16:59, Khem Raj wrote: This is a long standing assembler error. Which I never get to bottom of. Rwboorinf the build machine helps