Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Paul D. DeRocco
From: Zhenhua-B19537 FILES_${PN}_append = xxx should useful, xxx is the file which is listed in the were installed but not shipped message. More info of FILES can be found in https://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.ht ml#var-FILES Thanks for the

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-05 Thread Georgescu, Alexandru C
Hi Michael, The adt-installer is missing from the http://autobuilder.yoctoproject.org/pub/nightly/20130703-3/ build. But since it is using the same commit for as http://autobuilder.yoctoproject.org/pub/nightly/20130703-2 build, we will use the one there instead for testing. Regards, --

Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Luo Zhenhua-B19537
-Original Message- From: Paul D. DeRocco [mailto:pdero...@ix.netcom.com] Sent: Friday, July 05, 2013 2:20 PM From: Zhenhua-B19537 FILES_${PN}_append = xxx should useful, xxx is the file which is listed in the were installed but not shipped message. More info of FILES can

[yocto] [meta-ivi] [PATCHv3] connman: do not delete init scripts in bbappend

2013-07-05 Thread Sergey Matyukevich
Currently connman init scripts are installed only when 'sysvinit' feature is enabled in DISTRO_FEATURES: commit 7c8160ccbe17d6e10bd7a09b91843182a89b9055 in poky. No need to remove them in bbappend: - they are not installed for 'systemd'-enabled systems - they are needed for 'sysvinit'-enabled

[yocto] [PATCH] Fix retrieval of System tap parameters

2013-07-05 Thread Ioana Grigoropol
- the parameters for runnin crosstap are populated before the window is actually open so they remain null - retrieve them after the window has closed run the script Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/remotetools/actions/SystemtapHandler.java | 11

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-05 Thread Michael Halstead
Thank you. The final steps of http://autobuilder.yoctoproject.org/pub/nightly/20130703-3/ were blocked and never completed so there may be other things missing as well. We probably need to do another build before releasing but it will hopefully be from the same commit as well. Michael Halstead

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-05 Thread Paul Eggleton
On Friday 05 July 2013 10:02:01 Michael Halstead wrote: Thank you. The final steps of http://autobuilder.yoctoproject.org/pub/nightly/20130703-3/ were blocked and never completed so there may be other things missing as well. We probably need to do another build before releasing but it will

Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Paul D. DeRocco
From: Luo Zhenhua-B19537 [Luo Zhenhua-B19537] Seems like the similar issue as https://bugzilla.yoctoproject.org/show_bug.cgi?id=4309 Just adding everything to FILES_${PN} solves the problem, although it's still a mystery to me why the helloworld.c example doesn't need to do that. By the

[yocto] Changing syslinux configuration

2013-07-05 Thread Paul D. DeRocco
For my system (something similar to core-image-base running on a Cedartrail Atom mobo), the syslinux.cfg file needs to be tweaked. It is built by a script in syslinux.bbclass, which is controlled by various variables. First of all, it's important that it not try to use a serial port as a console,