[yocto] Weekly build available

2014-05-20 Thread Flanagan, Elizabeth
http://autobuilder.yoctoproject.org/pub/nightly/20140520-2 bitbake ef2bf63e56b87e19d1a9059dd2d81a9a1a537254 eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 1dfe1d2f1322b5fda8e1a7637c447b0e060efb3e meta-fsl-arm 3336ef362109eef14f9e73cdededb43caefedb2f

Re: [yocto] headers only recipe

2014-05-20 Thread ezekiel
brilliant, works like a charm.thanks,-Ezekiel Original Message Subject: Re: [yocto] headers only recipe From: Paul Barker Date: Tue, May 20, 2014 3:12 pm To: ezek...@sanborndeasis.net Cc: Yocto discussion list On 20 May 2014 22:4

Re: [yocto] headers only recipe

2014-05-20 Thread Paul Barker
On 20 May 2014 22:44, wrote: > still new to yocto/oe... > > I have a recipe that only produces dev headers (macros, constants, etc). > Builds fine, and recipes dependent on these headers are fine as well. The > problem is that only a dev and dbg ipkg get produced for deploy (makes > sense, there

[yocto] headers only recipe

2014-05-20 Thread ezekiel
still new to yocto/oe...I have a recipe that only produces dev headers (macros, constants, etc). Builds fine, and recipes dependent on these headers are fine as well. The problem is that only a dev and dbg ipkg get produced for deploy (makes sense, there is no device side content). But then do_root

Re: [yocto] [PATCH] PublishArtifacts.py: check files before copy

2014-05-20 Thread Flanagan, Elizabeth
I'm going to pull this, but I'm also going to open a bug as the "right way" to do this is to pass md5sums in as an artifact. -b On Mon, May 19, 2014 at 11:45 PM, Yin Kangkai wrote: > Check files existence before copy, otherwise might fail. For example, > if I do not enable "MakeImageMD5s" step,

Re: [yocto] Can't boot poky-tiny in qemu

2014-05-20 Thread Matt Schuckmann
> I guess the problem is kernel related. Maybe the kernel configuration for > linux-yocto-tiny lacks something. > Please open a bug in bugzilla, if convenient. > https://bugzilla.yoctoproject.org Thank you, I created a bug in bugzilla, https://bugzilla.yoctoproject.org/show_bug.cgi?id=6353. I

[yocto] [meta-raspberrypi][PATCH 0/1] pi-blaster: Add recipe

2014-05-20 Thread Alex J Lennon
Please see following patch for details. The following changes since commit f3a8693f08f99893453fd1fe282515b2f222c080: omxplayer: Update to remote's HEAD (2014-05-09 14:56:59 +0300) are available in the git repository at: git://github.com/DynamicDevices/meta-raspberrypi ajl/pi-blaster https

Re: [yocto] [Yocto] Welcome Lynn Cyrin, OPW intern.

2014-05-20 Thread Osier-mixon, Jeffrey
Welcome, Lynn! Glad to have you with us. On Mon, May 19, 2014 at 1:30 PM, Flanagan, Elizabeth wrote: > All, > > I am pleased to introduce our new Gnome Foundation Outreach Program > for Women Intern, Lynn Cyrin. > > Lynn is a computer science student and Dean's Scholar at Mills > College. Her aca

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 20, 2014 8:00 AM US Pacific Time

2014-05-20 Thread Jolley, Stephen K
Attendees: Stephen, Saul, Paul, Bruce, Tom, Beth, Matthew, Nitin, Armin, Scott, AlexG, Ross, Richard, Sean, Michael, Lynn, Dave * Opens collection - 5 min (Stephen) * Yocto 1.7 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproj

[yocto] [meta-raspberrypi][PATCH 1/1] pi-blaster: Added recipe

2014-05-20 Thread Alex J Lennon
This project enables PWM on the GPIO pins you request of a Raspberry Pi. The technique used is extremely efficient: does not use the CPU and gives very stable pulses. Signed-off-by: Alex J Lennon --- recipes-devtools/pi-blaster/files/initscript.patch | 71 ++ recipes-devtoo

[yocto] To Enable webserver in Yocto

2014-05-20 Thread Benuvel GnanaKirubakaran, Jv.
Hi, Have to enable webserver in Yocto. Hence, "httpserv -p 80 -t 5 &" was used to start the service. But with the help of this command we aren't able to access the complete filesystem of the respective machine connected in the network from a remote system. It throws following data while accessing

Re: [yocto] Can't boot poky-tiny in qemu

2014-05-20 Thread ChenQi
On 05/20/2014 07:47 AM, Matt Schuckmann wrote: I'm trying to come to grips with Yocto and poky and a minimal image so I'm trying to build boot and modify poky-tiny and having no luck booting it in qemu. I'm following instructions here https://wiki.yoctoproject.org/wiki/Poky-Tiny#Some_inform