[yocto] Qt on Wandboard-solo with Yocto -Problem

2014-08-05 Thread Nilesh Kokane
Hello, If anyone can help me to sought out the this issue to built up Qt on wandboard-Solo with yocto. Based on the url http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I altered the local.conf and the bblayers.confand gave a bitbake core-image-minimal with

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread Richard Purdie
On Fri, 2014-08-01 at 23:10 -0300, João Henrique Ferreira de Freitas wrote: Hi, I've tested all toolchains available at http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1/toolchain/x86_64/ My test program is very simple: --- c.cpp --- #include limits int main() {}

[yocto] i assume ptest is an all-or-nothing selection, yes?

2014-08-05 Thread Robert P. J. Day
dev manual, section 5.13.6, clearly implies that ptest is selected either across your build or not at all -- i see no suggestion that you can enable it with, say, package overrides, correct? rday -- Robert P. J. Day

Re: [yocto] i assume ptest is an all-or-nothing selection, yes?

2014-08-05 Thread Richard Purdie
On Tue, 2014-08-05 at 05:40 -0400, Robert P. J. Day wrote: dev manual, section 5.13.6, clearly implies that ptest is selected either across your build or not at all -- i see no suggestion that you can enable it with, say, package overrides, correct? Correct. Cheers, Richard --

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread Richard Purdie
On Fri, 2014-08-01 at 23:10 -0300, João Henrique Ferreira de Freitas wrote: Hi, I've tested all toolchains available at http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1/toolchain/x86_64/ My test program is very simple: --- c.cpp --- #include limits int main() {}

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread Richard Purdie
On Tue, 2014-08-05 at 11:00 +0100, Richard Purdie wrote: On Fri, 2014-08-01 at 23:10 -0300, João Henrique Ferreira de Freitas wrote: Hi, I've tested all toolchains available at http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1/toolchain/x86_64/ My test program is

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread João Henrique Ferreira de Freitas
On 05-08-2014 06:05, Richard Purdie wrote: On the specific errors, I think its likely the fact we're using one compiler over multiple different configurations and there is likely some kind of path issue somewhere. It may be worth filing bugs on these issues to ensure they don't get lost.

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread João Henrique Ferreira de Freitas
On 05-08-2014 07:32, Richard Purdie wrote: I also couldn't reproduce this with the armv7 toolchain. Do you have the logs from that failure? You are right. I retest armv7 and there is no problem. I think I lost myself during install-test cycle Thanks for your attention. -- João Henrique

Re: [yocto] what are the *required* variables for defining a new distro?

2014-08-05 Thread Paul Eggleton
Hi Robert, On Monday 04 August 2014 05:52:11 Robert P. J. Day wrote: i asked about this on OE list but since this affects the yocto dev manual, i thought i'd ask here as well as i can fold the result into another doc patch. section 5.10 of dev manual:

[yocto] ncurses build error while configure

2014-08-05 Thread atulkumar singh
Hi All, I am building toolchain with bitbake meta-toolchain but while configuring ncurses, it generate error as:- checking which i686-pokysdk-mingw32-gcc --sysroot=/home/atulk/yocto/poky-a5531a2b8983318b99c119a87b78a92cf84160b8/build-sdk/tmp/sysroots/i686-nativesdk-mingw32-pokysdk-mingw32

[yocto] How to log messages generated by C program using syslog-ng and How to manage log file rotation

2014-08-05 Thread Jean Faye
Hi all, I want to use syslog-ng to log the messages generated by my application implemented in C language. I added this in the code:     char    *log=rtcd;     printf([%s] RTC adjustement\n,__func__);     openlog(log, LOG_PID, LOG_LOCAL0);     syslog(LOG_DEBUG, [FIJ] RTC adjustement);    

[yocto] How to log the messages generated by c program using syslog-ng and how to manage log file rotation

2014-08-05 Thread Jean Faye
Hi all, I want to use syslog-ng to log the messages generated by my application implemented in C language. I added this in the code:     char    *log=rtcd;     printf([%s] RTC adjustement\n,__func__);     openlog(log, LOG_PID, LOG_LOCAL0);     syslog(LOG_DEBUG, [FIJ] RTC adjustement);    

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread Georgescu, Alexandru C
Hi, As RP mentioned in a previous mail, we aren¹t covering the meta-fsl toolchain on our QA. We are validating though on the other platforms that we cover and progressing with the automation in this area should validate at least the basic functionality of the toolchain on the other platforms as

Re: [yocto] i assume ptest is an all-or-nothing selection, yes?

2014-08-05 Thread Robert P. J. Day
On Tue, 5 Aug 2014, Richard Purdie wrote: On Tue, 2014-08-05 at 05:40 -0400, Robert P. J. Day wrote: dev manual, section 5.13.6, clearly implies that ptest is selected either across your build or not at all -- i see no suggestion that you can enable it with, say, package overrides,

Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-08-05 Thread João Henrique Ferreira de Freitas
On 05-08-2014 06:05, Richard Purdie wrote: On the specific errors, I think its likely the fact we're using one compiler over multiple different configurations and there is likely some kind of path issue somewhere. It may be worth filing bugs on these issues to ensure they don't get lost.