[yocto] Differnt build result of same u-boot source with differnet binutils

2013-05-31 Thread Luo Zhenhua-B19537
When the u-boot(HEAD of master in git://git.freescale.com/ppc/sdk/u-boot.git) of p1022ds is built with different binutils in Yocto, the result is different. With binutils-2.23.1(last version in Yocto), u-boot can be built correctly. With binutils-2.23.2(current version in Yocto), the build

[yocto] [QA] Discussion tag

2013-05-31 Thread Georgescu, Alexandru C
Hello, As agreed in the last Yocto Project Technical meetings, to make sure we can filter better the QA related discussions, all the e-mails must have the [QA] tag in the subject. If there will be sufficient traffic on the mailing list regarding QA, a separate list will be created. Regards,

Re: [yocto] [meta-ivi][RFC] packagegroups: restructure the yocto-ivi PGs

2013-05-31 Thread Ahsan, Noor
Hello Holger and Florin, Do you have any comments on the following? Thanks. Noor From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Usman, Fahad Sent: Tuesday, May 28, 2013 12:58 PM To: yocto@yoctoproject.org Subject: Re: [yocto] [meta-ivi][RFC]

[yocto] [PATCH] Fix Thread Access exception for systemtap Dialogs

2013-05-31 Thread Ioana Grigoropol
- when displaying MessageDialogs an error occurs due to illegal thread accessing GUI classes - in order to fix this, a new DialogRunnable is used, that will use invoke synchronous to display the message dialog [Yocto #4585] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com ---

Re: [yocto] External-Sourcery-Toolchain Related Issue

2013-05-31 Thread Rohit2 Jindal
Thanks for your reply. Can you give me pointers how to setup my toolchain from scratch in yocto . Which RECIPES I have to refer to setup my own toolchain recipes . Thanks in advance Regards, Rohit Jindal From: Rohit2 Jindal Sent: Thursday, May 23, 2013 1:09 PM To: 'yocto@yoctoproject.org';

[yocto] [yocto-docs][PATCH] dev-manual: correct location of license data

2013-05-31 Thread Trevor Woerner
After a build, the license data is found in ${TMPDIR}/deploy/licenses not ${TMPDIR}/deploy/images/licenses. Signed-off-by: Trevor Woerner twoer...@gmail.com --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH] sctp: set association state to established in dupcook_a handler

2013-05-31 Thread Xufeng Zhang
commit 9839ff0dead906e85e4d17490aeff87a5859a157 upstream While sctp handling a duplicate COOKIE-ECHO and the action is 'Association restart', sctp_sf_do_dupcook_a() will processing the unexpected COOKIE-ECHO for peer restart, but it does not set the association state to SCTP_STATE_ESTABLISHED, so

Re: [linux-yocto] [PATCH] sctp: set association state to established in dupcook_a handler

2013-05-31 Thread Bruce Ashfield
On 13-05-31 05:11 AM, Xufeng Zhang wrote: commit 9839ff0dead906e85e4d17490aeff87a5859a157 upstream I assume this is for the 3.4 tree ? Do you know if this same commit has been submitted to the korg 3.4 stable tree ? The change looks fine, but I'd like to be sure it is also going to every