Re: [yocto] Cannot run simple binary executable file

2014-10-09 Thread Nicolas Dechesne
On Wed, Oct 8, 2014 at 11:34 PM, Wy kevinthesun kevinthesu...@gmail.com wrote: Hi Denys, I have tried 1.5.1 and 1.3. All of them use ld-linux.so.3. Actually in the /lib directory of these toolchains I only find ld-linux.so.3. it's not really about the toolchain version, but the compiler

Re: [yocto] YP documentation survey

2014-10-09 Thread Burton, Ross
On 8 October 2014 21:56, Denys Dmytriyenko de...@denix.org wrote: fop: command not found Trying to install fop shows me about 100 (!) Java dependencies... Is this expected? Yes, FOP is implemented in Java and Java libraries are quite granular. It's just XSLT so you can likely use a different

[yocto] Yocto 1.7_M4.rc3 Full Pass report

2014-10-09 Thread Georgescu, Alexandru C
Hello, Here is the Full Pass test report for Yocto 1.7_M4.rc3 build. Status summary: * #6810https://bugzilla.yoctoproject.org/show_bug.cgi?id=6810 - Mouse does not work in X window for all QEMU images. * #6815https://bugzilla.yoctoproject.org/show_bug.cgi?id=6815 – On Ubuntu Host, X

Re: [yocto] YP documentation survey

2014-10-09 Thread Denys Dmytriyenko
On Thu, Oct 09, 2014 at 11:19:15AM +0100, Burton, Ross wrote: On 8 October 2014 21:56, Denys Dmytriyenko de...@denix.org wrote: fop: command not found Trying to install fop shows me about 100 (!) Java dependencies... Is this expected? Yes, FOP is implemented in Java and Java libraries

Re: [yocto] Cannot run simple binary executable file

2014-10-09 Thread Wy kevinthesun
It seems that Yocto 1.5.1 is built with hard float. However, the 1.51, 1.6 and 1.62 toolchains are soft float. When I tried to set -mfloat-abi=hardfp in the compile option, the compiling process ran into error. It seems these toolchains don't support hard float? How can I solve this problem?

Re: [linux-yocto] [PATCH] 8250/8250_dw: fix compile failure due to stable/Yocto conflict

2014-10-09 Thread Bruce Ashfield
On 2014-10-08, 9:57 PM, Bruce Ashfield wrote: On Wed, Oct 8, 2014 at 12:04 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: From: Ong Boon Leong boon.leong@intel.com As of merge 60a9d9fc565e4503dbb8705803e83d906afc4ad2, Merge tag 'v3.10.48' into standard/base the 8250_dw.c fails to