Re: [yocto] ERROR: Function failed: do_install_perf

2012-07-23 Thread Saxena, Rahul
I commented out following statements in meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.0.bbappend: SRCREV_machine_${MACHINE}=${AUTOREV} SRCREV_meta=${AUTOREV} But it made no difference. I still get the same ERROR message. I am using the Denzil branch. Rahul -Original Message-

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-23 Thread Giovanni Foiani
See notes below.. thanks Giovanni -- Dott. Ing. Giovanni Foiani Cell:+39-349-3577515 Phone:+39-0532-97-4106 mail:giovanni.foi...@unife.it CenTec - Corso Guercino, 47 - 44042 Cento (FE) On Wed, Jul 18, 2012 at 7:11 PM, Zhang, Jessica jessica.zh...@intel.comwrote:

Re: [yocto] Do the recent changes to core-image-minimal provide a root login prompt?

2012-07-23 Thread Paul Eggleton
On Saturday 21 July 2012 20:33:02 Elvis Dowson wrote: Hi, Do the recent changes to core-image-minimal provide a root login prompt? When I build it for the PowerPC440 on the Virtex5 FPGA, the size of the core-image-minimal-virtex5.tar.gz file is only around 3.2 MB, so I was wondering

Re: [yocto] Do the recent changes to core-image-minimal provide a root login prompt?

2012-07-23 Thread Elvis Dowson
Hi Paul, On Jul 23, 2012, at 1:18 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Saturday 21 July 2012 20:33:02 Elvis Dowson wrote: Hi, Do the recent changes to core-image-minimal provide a root login prompt? When I build it for the PowerPC440 on the Virtex5 FPGA, the

Re: [yocto] nothing building under denzil-7.0.1

2012-07-23 Thread Jim Abernathy
On 07/21/2012 07:47 PM, Tom Zanussi wrote: On Sat, 2012-07-21 at 09:58 -0400, Jim Abernathy wrote: On 07/21/2012 12:06 AM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim

Re: [yocto] [HOB / i.MX6] unable to parse %s

2012-07-23 Thread McClintock Matthew-B29882
On Mon, Jul 23, 2012 at 4:08 AM, Tim Verstraete tim.verstra...@medecbenelux.be wrote: Hi, I have installed yocto and downloaded meta-fsl-arm and meta-openembedded. I started HOB, added those layers and when I select imx6sabrelite target, HOB starts to parse the recipes but then stops and

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-23 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 22.07.2012 20:26: Hi Timo, Overall, I think this is very nice enhancement to Yocto Eclipse plug-in and thanks for the RFC. Couple comments/questions: 1st. I'd think if we add this feature, it'll probably make sense for the upcoming 1.3 release in the

[yocto] do_rootfs fails, dpkg host dependency

2012-07-23 Thread Dallas Clement
do_rootfs is failing when I try to build core-image-minimal on a debian squeeze box. I am surprised it is trying to do something that requires root privilege on the host. Any ideas on how to get past this? NOTE: package core-image-minimal-1.0-r0: task do_rootfs: Started ERROR: Function failed:

Re: [yocto] do_rootfs fails, dpkg host dependency

2012-07-23 Thread Dallas Clement
Pls disregard. Something got wonked in my build dir. I blew it away and rebuilt everything. It finished without errors. On Mon, Jul 23, 2012 at 11:15 AM, Dallas Clement dallas.a.clem...@gmail.com wrote: do_rootfs is failing when I try to build core-image-minimal on a debian squeeze box. I

[yocto] [meta-baryon][PATCH] webmin: remove use of the rename command

2012-07-23 Thread Kevin Strasser
Several webmin modules are left out of the build due to misuse of the rename command. Acceptable use of the rename command depends on the version being supplied. Without knowledge of the version being used it is possible that any particular use will result in syntax errors. Signed-off-by: Kevin

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-23 Thread McClintock Matthew-B29882
On Tue, Jul 17, 2012 at 4:19 PM, William Mills wmi...@ti.com wrote: On 07/17/2012 04:43 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 17, 2012 at 3:18 PM, Stewart, David C david.c.stew...@intel.com wrote: Hey Matthew - From: yocto-boun...@yoctoproject.org [mailto:yocto-

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, July 24, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-07-23 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.3 M2 release readiness - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status#Milestone_2 * Yocto 1.3 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status * SWAT team

Re: [yocto] [meta-baryon][PATCH] webmin: remove use of the rename command

2012-07-23 Thread Paul Eggleton
On Monday 23 July 2012 10:59:57 Kevin Strasser wrote: Several webmin modules are left out of the build due to misuse of the rename command. Acceptable use of the rename command depends on the version being supplied. Without knowledge of the version being used it is possible that any particular

[yocto] ERROR: install: omitting directory

2012-07-23 Thread Bodke, Kishore K
Hi, I have a recipe wherein I am trying to put all the Yocto built files of my driver into the final Image like below. B = ${WORKDIR}/build-${TARGET_SYS} FILES_${PN} += /mydriver_build/* install -m 0755 -d ${D}/mydriver_build for bin_obj in ${B}; do install -D

Re: [yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-23 Thread Zhang, Jessica
Please see my comments... Thanks, Jessica -Original Message- 2nd. We need to figure out the process to generate the content for this doc plug-in since normally the content will be finalized toward the end of a release. So is there an automated way to generate the content that