[yocto] Completion Note

2011-09-07 Thread Brian Duffy
The final note for my core-image-minimal build ... NOTE: Tasks Summary: Attempted 1361 tasks of which 148 didn't need to be rerun and 0 failed. Does that sound normal? Why would so many tasks need to be re-run? -- Duff ___ yocto mailing list

[yocto] Login/Password?

2011-09-07 Thread Brian Duffy
My image runs in the emulator fine, but what is my login/password? The combination I use for my Fedora box does not work. Still, yay!! for a *working* image. -- Duff ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Login/Password?

2011-09-07 Thread Jack Mitchell
On 07/09/2011 11:27, Brian Duffy wrote: My image runs in the emulator fine, but what is my login/password? The combination I use for my Fedora box does not work. Still, yay!! for a *working* image. -- Duff ___ yocto mailing list

Re: [yocto] Login/Password?

2011-09-07 Thread Paul Eggleton
On Wednesday 07 September 2011 11:28:49 Jack Mitchell wrote: It should be: user: root with a blank password. Yes, that's correct. For reference, when it comes time to do release/production images you should remove debug-tweaks from IMAGE_FEATURES (and if you're not rebuilding everything

Re: [yocto] Login/Password?

2011-09-07 Thread Brian Duffy
Okay, I was able to login with root/no password. Its a nice start, thanks for all of your help. Off to work. On Wed, Sep 7, 2011 at 6:47 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 07 September 2011 11:28:49 Jack Mitchell wrote: It should be: user: root with a

[yocto] HOB failure

2011-09-07 Thread Brian Duffy
= qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto= unknown:unknown NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue

Re: [yocto] Completion Note

2011-09-07 Thread Osier-mixon, Jeffrey
Yes, that sounds just right for core-image-minimal. It takes a lot of tasks to build every single package in an entire Linux distribution and assemble it into an image! I believe core-image-sato takes over 1600. Glad to hear it completed for you. On Wed, Sep 7, 2011 at 3:08 AM, Brian Duffy

[yocto] Fwd: HOB failure

2011-09-07 Thread Brian Duffy
TARGET_ARCH = i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto= unknown:unknown

Re: [yocto] Fwd: HOB failure

2011-09-07 Thread Zhang, Jessica
cache. OE Build Configuration: BB_VERSION= 1.13.3 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto

Re: [yocto] Fwd: HOB failure

2011-09-07 Thread Brian Duffy
= i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto= unknown:unknown

Re: [yocto] Fwd: HOB failure

2011-09-07 Thread Brian Duffy
: BB_VERSION= 1.13.3 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta

Re: [yocto] Fwd: HOB failure

2011-09-07 Thread Zhang, Jessica
= 1.13.3 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.0+snapshot-20110907 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto= unknown:unknown NOTE: Resolving any missing task queue

Re: [yocto] trying to summarize all the top-level yocto-related docs

2011-09-07 Thread Richard Purdie
On Tue, 2011-09-06 at 06:27 -0400, Robert P. J. Day wrote: in trying to resolve a minor issue this weekend regarding PREMIRRORS, i tried to summarize the current set of yocto-related docs and wound up just a bit confused so i'm hoping someone can clarify the canonical set of documentation

[yocto] core-image-clutter

2011-09-07 Thread Brian Duffy
Hello Yocto, I'm getting my HOB on and I noticed core-image-clutter. My goal is to develop for a set top box using clutter. I noticed a lot of important packages included such as gstreamer and python. I did not notice pyclutter. I'm actually leaning towards using C (gobject) since pyclutter does

[yocto] build fails if poky-extras added to bblayers.conf

2011-09-07 Thread Bodke, Kishore K
Hi All, We get a strange build error all of sudden today. We did not change any files, just started a fresh build and it failed at the very beginning. If I remove poky-extras/meta-kernel-dev the build works fine though. Below is the error message. Could any one let me know what could be the

Re: [yocto] build fails if poky-extras added to bblayers.conf

2011-09-07 Thread Tom Zanussi
On Wed, 2011-09-07 at 16:19 -0700, Bodke, Kishore K wrote: Hi All, We get a strange build error all of sudden today. We did not change any files, just started a fresh build and it failed at the very beginning. If I remove poky-extras/meta-kernel-dev the build works fine