[yocto] libtool problems

2011-11-15 Thread Mike Tsukerman
Hello, I've found some problems with toolchain on target rootfs. It does not depends on what architecture i've building for. For example i want to build something on target rootfs. Downloading tar archive with sources and building it. Sometimes libtool says about old versions of package files. Up

Re: [yocto] libtool problems

2011-11-15 Thread Robert Yang
Maybe "autoreconf -fi" helps, autoreconf will also run "libtool" where appropriate. // Robert On 11/15/2011 08:02 PM, Mike Tsukerman wrote: Hello, I've found some problems with toolchain on target rootfs. It does not depends on what architecture i've building for. For example i want to build

Re: [yocto] UI skelecton of hob v2 is updated in wiki.

2011-11-15 Thread Wang, Shane
Thank you for the comments, Lianhao. See mine below. -- Shane Lu, Lianhao wrote on 2011-11-15: > Some comments: > > 1. Do we need the "Window" menu to "to switch to any step from any step"? > I don't think the users are allowed to skip step 2 by directly swtiching from > step1 to step3. The "Ba

Re: [yocto] Yocto Technical Team Meeting

2011-11-15 Thread Liu, Song
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.2_Status -Original Appointment- From: Liu, Song Sent: Tuesday, August 16, 2011 3:27 PM To: 'McCombe, Kevin'; Wold, Saul; Zhang, Jessica; 'deVries, Alex'; 'Polk, Jeffrey'; 'Hatle, Mark'; Purdie, Richard; Li, Susie; Lock, Joshua; 'Bruce A

Re: [yocto] rpm dependency errors

2011-11-15 Thread Mark Hatle
On 11/14/11 10:16 PM, Michael E Brown wrote: > I've now run across this same error in two different contexts, and am > having difficulty trying to figure out what is going on > > First, while building meta-toolchain-sdk, I ran into > http://pastebin.com/BT02UYk1 > ... cut ... > Processing task-co

[yocto] Minutes: Yocto Technical Team Meeting - Tuesday, November 15, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada)

2011-11-15 Thread Liu, Song
Attendees: Matthew, Saul, Paul, Richard, Dave, Darren, Joshua, Tom, Jeff, Mark, Jessica, Sean, Scott, Bruce, Lianhao, Beth, Song   * Opens collection - 5 min (Song) * Yocto 1.0.2 and 1.1.1 point release update - 5 min (Josh) - Had some issues last week with autobuilder. Appeared to be resolved.

Re: [yocto] changing kernel config on a project built by Hob

2011-11-15 Thread Joshua Lock
Hi Jitendra, On 11/11/11 11:37, Jitendra Shekhawat wrote: > Newbie here. I think I've looked at the relevant documents and couldn't > find how to do this. > > What is the procedure for doing a kernel 'make menuconfig' on hob > assisted projects? > > I created a simple project using following ste

[yocto] [PATCH][linux-yocto] mount_root: clarify error messages for when no rootfs found (V2)

2011-11-15 Thread Darren Hart
The following is a modified version the patch at: meta/cfg/kernel-cache/patches/boot/mount_root-clarify-error-messages-for-when-no-rootfs.patch in the linux-yocto-3.0 git repository. This version adds KERN_EMERG so that even using loglevel=1 at boot, the end user will see: [0.217462] VFS: Un

Re: [yocto] [PATCH][linux-yocto] mount_root: clarify error messages for when no rootfs found (V2)

2011-11-15 Thread Paul Gortmaker
On 11-11-15 03:19 PM, Darren Hart wrote: > The following is a modified version the patch at: > > meta/cfg/kernel-cache/patches/boot/mount_root-clarify-error-messages-for-when-no-rootfs.patch > > in the linux-yocto-3.0 git repository. This version adds KERN_EMERG > so that even using loglevel=1 at

Re: [yocto] [PATCH][linux-yocto] mount_root: clarify error messages for when no rootfs found (V2)

2011-11-15 Thread Darren Hart
On 11/15/2011 12:56 PM, Paul Gortmaker wrote: > On 11-11-15 03:19 PM, Darren Hart wrote: >> The following is a modified version the patch at: >> >> meta/cfg/kernel-cache/patches/boot/mount_root-clarify-error-messages-for-when-no-rootfs.patch >> >> in the linux-yocto-3.0 git repository. This versi

Re: [yocto] Yocto reference manual: error in given example

2011-11-15 Thread Rifenbark, Scott M
Hi, I am looking at the YP Reference manual and the example in this section uses meta/recipes-sato/tasks/task-poky.bb, which doesn’t seem to exist in the Poky tree. Since the example in the section 3.2.2 is created just for instructional purposes I am going to get rid of the reference to the

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-15 Thread Rifenbark, Scott M
I haven't heard more on this. Should I adjust the documents to suggest 2x for both these variables? Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Thursday, November 03, 2011 10:42 AM To: Darren

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-15 Thread Darren Hart
On 11/15/2011 03:08 PM, Rifenbark, Scott M wrote: > I haven't heard more on this. Should I adjust the documents to > suggest 2x for both these variables? I think that's a reasonable thing to do, yes. -- Darren > > Scott > > -Original Message- From: yocto-boun...@yoctoproject.org > [

Re: [yocto] rpm dependency errors

2011-11-15 Thread Michael E Brown
On Mon, 2011-11-14 at 22:16 -0600, Michael E Brown wrote: > I've now run across this same error in two different contexts, and am > having difficulty trying to figure out what is going on > > First, while building meta-toolchain-sdk, I ran into > http://pastebin.com/BT02UYk1 > ... cut ... > Proce

[yocto] /usr/bin/env dependencies

2011-11-15 Thread Mike Tsukerman
Hello, I'm trying to build my own image for my own machine configuration ( based on beagleboard ) and get some errors. Please tell me what package is missing? error: Failed dependencies: | /usr/bin/env is needed by automake-1.11.1-r4.armv7ahf | /usr/bin/env is needed by slang-2.2.4-r6.armv7ahf |

Re: [yocto] [PATCH][linux-yocto] mount_root: clarify error messages for when no rootfs found (V2)

2011-11-15 Thread Bruce Ashfield
On 11-11-15 3:19 PM, Darren Hart wrote: The following is a modified version the patch at: Works for me as well, I'll update the variant in the yocto kernel trees, while we wait to see if anyone upstream has any interest. Bruce meta/cfg/kernel-cache/patches/boot/mount_root-clarify-error-mess