Re: [yocto] How to unset LD_PRELOAD environment viarable

2015-12-14 Thread Khem Raj
> On Dec 12, 2015, at 6:18 AM, Yang Liu wrote: > > Hi, All, > > I would like to unset the LD_PRELOAD variable when I try to compile my module > using go cross compiler with CGO enabled. > > I tried to add "unset LD_PRELOAD" to my do_compile function in bb file or I >

Re: [yocto] Qtmultimedia issue

2015-12-14 Thread Khem Raj
> On Dec 14, 2015, at 2:06 AM, Surya wrote: > > Hello all, > > I need some help regarding qtmultimedia .Currently i am trying to build > qt5.3.2 with qtwebengine .It builded properly without any error but when i am > trying to using the "qmake" of this and build any

Re: [yocto] [meta-qt5] meta-toolchain-qt5 internal compiler error

2015-12-14 Thread Khem Raj
> On Dec 14, 2015, at 1:41 PM, Valentin Le bescond > wrote: > > Have you ever had this issue ? > > I tried to 'bitbake meta-toolchain-qt5' 4 times. > The first time it threw me 2 "internal compiler error :segmentation faults" : > one on qt3d, and the other one on

[yocto] Qtmultimedia issue

2015-12-14 Thread Surya
Hello all, I need some help regarding qtmultimedia .Currently i am trying to build qt5.3.2 with qtwebengine .It builded properly without any error but when i am trying to using the "qmake" of this and build any graphic related applications ,it is showing some error as below: Project ERROR:

[yocto] [meta-cgl][PATCH 3/3] pacemaker: WARNING Fix

2015-12-14 Thread Li Xin
* WARNING: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /lib/systemd/system/crm_mon.service Please set FILES such that these items are packaged. * WARNING: QA Issue: pacemaker-libs rdepends on dbus-lib, but it isn't a build dependency? [build-deps]

[yocto] [meta-mingw] fido branch

2015-12-14 Thread David Schulz
Hi, is anyone capable of creating a fido branch of the meta-mingw layer that works again the fido branch of poky, or knows who could create such a branch? I've tried to contact the layer maintainer, but he seems busy. Best Regards David Schulz --

[yocto] How to unset LD_PRELOAD environment viarable

2015-12-14 Thread Yang Liu
Hi, All, I would like to unset the LD_PRELOAD variable when I try to compile my module using go cross compiler with CGO enabled. I tried to add "unset LD_PRELOAD" to my do_compile function in bb file or I did it manually in devshell, the LD_PRELOAD is still set to LD_PRELOAD=libpseudo.so. I

[yocto] [PATCH] toaster-manual: describe the way to start Toaster

2015-12-14 Thread Elliot Smith
From: Ed Bartosh Recently the way to start Toaster has been simplified. The only way to start it now is to source toaster script. Builds can be run either from command line or from Toaster web interface. Updated instructions to start toaster according to the changes

Re: [yocto] Select make target for cmake

2015-12-14 Thread Philipp, Damian
Hello, > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Thursday, December 10, 2015 10:57 PM > A clearer way would be to do: > > do_compile() { >    oe_runmake server > } > > It's possible that the compile phase is building just the server, but then > install is building and

Re: [yocto] [meta-qt5] meta-toolchain-qt5 internal compiler error

2015-12-14 Thread Valentin Le bescond
Hi, no problem. Though it is not really an issue that needs immediate help : Build Configuration: BB_VERSION = "1.26.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-14.04" TARGET_SYS = "arm-sonometre-linux-gnueabi" MACHINE = "raspberrypi2" DISTRO = "sonometre" DISTRO_VERSION = "1.8.1"

Re: [yocto] [meta-java] openjdk-8 fail to build

2015-12-14 Thread Federico Pietro Briata
Hi Jens 2015-12-13 10:03 GMT+01:00 Jens Rehsack : > > > Am 11.12.2015 um 18:16 schrieb Federico Pietro Briata < > federicobri...@gmail.com>: > > > | ERROR: no configure script found at >

[yocto] [meta-qt5] meta-toolchain-qt5 internal compiler error

2015-12-14 Thread Valentin Le bescond
Have you ever had this issue ? I tried to 'bitbake meta-toolchain-qt5' 4 times. The first time it threw me 2 "internal compiler error :segmentation faults" : one on qt3d, and the other one on qtwebkit. the 2nd time it built the qt3d ok but threw the qtwebkit error. it threw the same error the

[yocto] [meta-cgl][PATCH 1/3] cluster-glue: WARNING Fix

2015-12-14 Thread Li Xin
WARNING: QA Issue: cluster-glue: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/logd.service Please set FILES such that these items are packaged. Signed-off-by: Li Xin ---