[yocto] Weekly Build Availability

2012-12-26 Thread Flanagan, Elizabeth
The weekly build is in the final process of generation and will be available at: autobuilder.yoctoproject.org/pub/nightly/20121226-1. Due to a git checkout error, I will need to move nightly-ppc-lsb and the eclipse plugin later tonight after they have finished generation. thanks -b

Re: [yocto] Remove unwanted package from Qt

2012-12-26 Thread Paul Eggleton
On Wednesday 26 December 2012 09:56:05 Navani Srivastava wrote: > I am compiling Qt-4.8.0 with poky-denzil-7.0 for arm1136 architecture. > > At the time of integrating qt-embedded with rootfs, I am getting qtopia > directory in usr/share path of rootfs. > > I tried removing qtopia directory throu

[yocto] Denzil 1.2.2 development nearly complete

2012-12-26 Thread Scott Garman
Hi everyone, I wanted to make sure the community is aware that I am wrapping things up for our next denzil stable release, 1.2.2. We've had some discussions about this at the Technical Team Meetings, but I thought I'd send this out to the mailing lists as well. The current status of my testi

[yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2012-12-26 Thread Alex J Lennon
Hi all, Autif, I've been working to support .NET development on Linux over the past few days. There is a Visual Studio plugin, MonoTools for Visual Studio which provides support for local and remote debugging of .NET applications with Mono. This requires a remote stub to be running on the targe

[yocto] [PATCH] Documentation: Obvious typoes/grammos in Ch 3 of Development Manual

2012-12-26 Thread Robert P. J. Day
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index e09c373..65e17e2 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -97,7 +97,7 @@ Most teams have man

[yocto] clarifying terminology: "tasks" and "images"

2012-12-26 Thread Robert P. J. Day
a couple observations about ambiguous use of terminology. in ch 3 of dev manual, "yocto project terms": http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms i first assume that the "Tasks" definition should be rebranded as "Package Groups", no? and that "tas

Re: [yocto] enable netbase network interfaces?

2012-12-26 Thread Gary Thomas
On 2012-12-25 16:31, Lai Eddy wrote: in the "Reference Manual "How do I make sure connected network interfaces are brought up by default?" said 2 files need to be added to enable network interfaces, where can I find template files? ---