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

2014-08-06 Thread Jean Faye
Help: 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] question about installing multiple versions of a single library

2014-08-06 Thread Paul Eggleton
Hi Robert, On Monday 04 August 2014 05:29:45 Rifenbark, Scott M wrote: -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Sunday, August 03, 2014 2:05 AM To: Rifenbark, Scott M Subject: question about installing multiple versions of a single library

[yocto] Building yocto for Odroid XU. No login after boot.

2014-08-06 Thread Dr. Markus Eich
Dear all, I am trying to build an image for the Odroid XU, featuring the Samsung Octa 5 CPU I managed to build everything needed (modules, kernel, u-boot, etc.) The recipes can be found at: https://github.com/MarkusEich/meta-odroid. The last problem (hopefully last :-) I have is that I

Re: [yocto] question about installing multiple versions of a single library

2014-08-06 Thread Robert P. J. Day
On Wed, 6 Aug 2014, Paul Eggleton wrote: Hi Robert, On Monday 04 August 2014 05:29:45 Rifenbark, Scott M wrote: -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Sunday, August 03, 2014 2:05 AM To: Rifenbark, Scott M Subject: question about

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-06 Thread Gary Thomas
On 2014-08-06 10:13, Dr. Markus Eich wrote: Dear all, I am trying to build an image for the Odroid XU, featuring the Samsung Octa 5 CPU I managed to build everything needed (modules, kernel, u-boot, etc.) The recipes can be found at: https://github.com/MarkusEich/meta-odroid. The last

Re: [yocto] question about installing multiple versions of a single library

2014-08-06 Thread Gary Thomas
On 2014-08-06 10:20, Robert P. J. Day wrote: On Wed, 6 Aug 2014, Paul Eggleton wrote: Hi Robert, On Monday 04 August 2014 05:29:45 Rifenbark, Scott M wrote: -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Sunday, August 03, 2014 2:05 AM To: Rifenbark,