Re: [yocto] update-rc.d initscript shows up as S00... rather than S09...

2014-05-26 Thread ChenQi
Hi Darcy, Thank you for your feedback. I think this is a bug which needs to be fixed. I've filed a bug in bugzilla with information in your emails. https://bugzilla.yoctoproject.org/show_bug.cgi?id=6376 Best Regards, Chen Qi On 05/27/2014 03:54 AM, Darcy Watkins wrote: On Mon, 2014-05-26 at 1

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

2014-05-26 Thread Jolley, Stephen K
Agenda: * 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.yoctoproject.org/wiki/Yocto_1.7_Schedule https://wiki.yoctoproject.org/wiki/Yocto_1.7_Features * SWAT team rotation: Ross -> Crist

Re: [yocto] update-rc.d initscript shows up as S00... rather than S09...

2014-05-26 Thread Darcy Watkins
On Mon, 2014-05-26 at 11:21 -0700, Darcy Watkins wrote: > Hello, > > In one of my bitbake recipes, I have... > > > inherit update-rc.d > ... > INITSCRIPT_NAME = "watchdog-progressd" > INITSCRIPT_PARAMS = "start 09 S . stop 90 0 6 ." I found what I think the cause is. The '09' must be parsed as

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alexandru Vaduva
It`s really hard to just offer impressions or suggestion. Also I agree with the fact that the camera is ok cause I also tested it with raspbian. No problems there. But never the less I hope to keep me posted on any progress and observations. When I will have the time I will try some things of my ow

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 26/05/2014 19:24, Alexandru Vaduva wrote: > I do not believe the mmal_component is missing from the rootfs or it > is not enabled somehow. > I hate to mention this but it may have something to do with the the > functionality of the component. > Try this: https://github.com/raspberrypi/linux/iss

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alexandru Vaduva
I do not believe the mmal_component is missing from the rootfs or it is not enabled somehow. I hate to mention this but it may have something to do with the the functionality of the component. Try this: https://github.com/raspberrypi/linux/issues/435 Also something like strace or even 'sudo vcdbg s

[yocto] update-rc.d initscript shows up as S00... rather than S09...

2014-05-26 Thread Darcy Watkins
Hello, In one of my bitbake recipes, I have... inherit update-rc.d ... INITSCRIPT_NAME = "watchdog-progressd" INITSCRIPT_PARAMS = "start 09 S . stop 90 0 6 ." ...and then I install my initscript at ${D}${sysconfdir}/init.d/watchdog-progressd during do_install() According to examples I have se

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 26/05/2014 11:39, Alex J Lennon wrote: > > On 25/05/2014 21:51, Alexandru Vaduva wrote: >> Hello, >> >> Sorry for my late response, I put on pause the investigation with >> this bug. >> Hope to return to it next month (or at least after 13 June). >> Right now in my head there are more questions

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 25/05/2014 21:51, Alexandru Vaduva wrote: > Hello, > > Sorry for my late response, I put on pause the investigation with this > bug. > Hope to return to it next month (or at least after 13 June). > Right now in my head there are more questions then answers regarding > this bug, so I cannot real

Re: [yocto] Setting default system python version

2014-05-26 Thread Diego Sueiro
Jegan, On Mon, May 26, 2014 at 3:06 AM, Jegan Chandru wrote: > There is variable called PREFERRED_VERSION_pkgname ?= "version" where you > can set the desired version of any packages available.(if thats what you > are looking for) Try adding it in your image recipe or conf file. Also once > adde