Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Elvis Dowson
Hi Khem, I also just tried gcc-4.6.3 and eglibc-2.13, and I get a segmentation fault while running /bin/getty, and a kernel panic when running init=/bin/bash, building off poky/master branch recipes. zImage starting: loaded at 0x0080 (sp: 0x0185dfa0) Allocating 0x548f0c by

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Elvis Dowson
Hi, On Aug 14, 2012, at 7:52 AM, Khem Raj wrote: > On Mon, Aug 13, 2012 at 8:24 PM, Elvis Dowson wrote: >> >> I tried eglibc-2.13 with the current gcc-4.7 recipe, and that combination >> doesn't work. >> >> I do know that the Denx ELDK used eglibc-2.13 and the gcc-4.6 recipe. The >> ELDK >>

Re: [yocto] [PATCH poky-extras] layer.conf: clarify comments

2012-08-13 Thread Bruce Ashfield
On 12-08-13 9:50 PM, Trevor Woerner wrote: From: Trevor Woerner The recipes are no longer stored in a "packages" directory but in directories under recipes-*. I grabbed this and pushed it to the poky-extras repo. Thanks! Bruce Signed-off-by: Trevor Woerner --- meta-kernel-dev/conf/layer

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Khem Raj
On Mon, Aug 13, 2012 at 8:24 PM, Elvis Dowson wrote: > > I tried eglibc-2.13 with the current gcc-4.7 recipe, and that combination > doesn't work. > > I do know that the Denx ELDK used eglibc-2.13 and the gcc-4.6 recipe. The ELDK > is based off poky/denzil branch. Only the poky/master branch cont

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Elvis Dowson
On Aug 14, 2012, at 12:16 AM, Elvis Dowson wrote: > I get no login prompt. Therefore, both eglibc-2.15 and 2.16 are broken for > PowerPC. > > At the moment, only eglibc-2.13 works. I tried eglibc-2.13 with the current gcc-4.7 recipe, and that combination doesn't work. I do know that the De

[yocto] [PATCH meta-intel] layer.conf: clarify comments

2012-08-13 Thread Trevor Woerner
From: Trevor Woerner The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner --- conf/layer.conf |2 +- meta-emenlow/conf/layer.conf |2 +- meta-n450/conf/layer.conf|2 +- meta-tlk/conf/layer.conf

[yocto] [PATCH poky-extras] layer.conf: clarify comments

2012-08-13 Thread Trevor Woerner
From: Trevor Woerner The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner --- meta-kernel-dev/conf/layer.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-kernel-dev/conf/layer.conf b/meta-ke

[yocto] [PATCH poky] layer.conf: clarify comments

2012-08-13 Thread Trevor Woerner
From: Trevor Woerner The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner --- documentation/dev-manual/dev-manual-common-tasks.xml |2 +- meta-hob/conf/layer.conf |2 +- meta-skeleton/co

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

2012-08-13 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.3 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status * SWAT team rotation: Paul -> Jessica * Opens - 10 min * Team sharing - 20 min -Original Appointment- We encourage people attending the mee

Re: [yocto] [meta-fsl-ppc][PATCH] u-boot: correct path to config files

2012-08-13 Thread McClintock Matthew-B29882
On Fri, Aug 10, 2012 at 5:48 PM, Vladimir Zapolskiy wrote: > The trivial change fixes u-boot compilation task, boot_format utility installs > board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. Applied to meta-fsl-ppc edison, denzil, and master branch. Thanks, -M > > Signed

Re: [yocto] [PATCH] Fixed bug 2922 (yocto-bsp creation fails on due to unknown error)

2012-08-13 Thread Zhang, Jessica
Hi Ioana, Please see my comments below with [JZ] tags... Also, overall, there's the coding style comments, we don't need to change using tab for assignment, otherwise, we need to change across the program to be consistent. Thanks, Jessica -Original Message- From: yocto-boun...@yoctopro

Re: [yocto] [meta-fsl-ppc][PATCH] u-boot: correct path to config files

2012-08-13 Thread McClintock Matthew-B29882
On Mon, Aug 13, 2012 at 4:28 PM, Vladimir Zapolskiy wrote: > On 13.08.2012 23:52, McClintock Matthew-B29882 wrote: >> >> On Fri, Aug 10, 2012 at 5:48 PM, Vladimir Zapolskiy >> wrote: >>> >>> The trivial change fixes u-boot compilation task, boot_format utility >>> installs >>> board configuratio

Re: [yocto] [meta-fsl-ppc][PATCH] u-boot: correct path to config files

2012-08-13 Thread Vladimir Zapolskiy
On 13.08.2012 23:52, McClintock Matthew-B29882 wrote: On Fri, Aug 10, 2012 at 5:48 PM, Vladimir Zapolskiy wrote: The trivial change fixes u-boot compilation task, boot_format utility installs board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. Signed-off-by: Vladimir Zapo

Re: [yocto] [meta-fsl-ppc][PATCH] u-boot: correct path to config files

2012-08-13 Thread McClintock Matthew-B29882
On Fri, Aug 10, 2012 at 5:48 PM, Vladimir Zapolskiy wrote: > The trivial change fixes u-boot compilation task, boot_format utility installs > board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. > > Signed-off-by: Vladimir Zapolskiy > Cc: Matthew McClintock > --- > recipes-k

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Elvis Dowson
Hi Khem, On Aug 13, 2012, at 9:01 PM, Khem Raj wrote: >> Success, at last!! :-) I switch to eglib 2.13, and everything works fine!! >> The problem was with eglibc 2.16. It is broken for powerpc 440 soft float, >> not sure if the same situation manifests for other target architectures as >> well.

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp wrote: > On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > > > On 13/08/12 14:51, Andrei Gherzan wrote: > >> > >> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > >> m...@communistcode.co.uk>> wrote: > >> > >>Good afternoon everyone, > >> > >>I

Re: [yocto] core-image-minimal: no valid shadow password

2012-08-13 Thread r10kindsofpeople
On Mon, Aug 13, 2012 at 9:59 AM, r10kindsofpeople wrote: > I've found that if I take core-image-minimal and add a single package > (iproute2), I can no longer log in as root, getting the message > "login: no valid shadow password". Adding the shadow packages didn't > seem to help. Sounds like so

Re: [yocto] poky: core-image-minimal cannot login

2012-08-13 Thread Elvis Dowson
Hi, On Aug 13, 2012, at 9:12 PM, Elvis Dowson wrote: > I've created a ramdisk with core-image-minimal for powerpc 440 soft-float, > and find that I cannot login > > Yocto (Built by Poky 7.0) 1.2+snapshot-20120812 (none) ttyS0 > > > (none) lo

[yocto] poky: core-image-minimal cannot login

2012-08-13 Thread Elvis Dowson
Hi, I've created a ramdisk with core-image-minimal for powerpc 440 soft-float, and find that I cannot login Yocto (Built by Poky 7.0) 1.2+snapshot-20120812 (none) ttyS0

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Khem Raj
On Mon, Aug 13, 2012 at 9:48 AM, Elvis Dowson wrote: > > OK. You might want to downgrade the eglibc version to 2.15 and then to > 2.13 if thats around. > > > Success, at last!! :-) I switch to eglib 2.13, and everything works fine!! > The problem was with eglibc 2.16. It is broken for powerpc 440

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-13 Thread Elvis Dowson
Hi Khem, On Aug 12, 2012, at 9:27 AM, Khem Raj wrote: > On Sat, Aug 11, 2012 at 8:34 PM, Elvis Dowson wrote: >> >> I added support for gcc-4.5.1 inside meta-openembedded/toolchain-layer, and >> got it building against the latest yocto/master branch. >> >> However, switching to gcc-4.5.1 did n

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Chris Tapp
On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > On 13/08/12 14:51, Andrei Gherzan wrote: >> >> On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > > wrote: >> >>Good afternoon everyone, >> >>I am trying (yet again) to get yocto to build for the Raspberry P

Re: [yocto] layer.conf: "packages" directory

2012-08-13 Thread Rifenbark, Scott M
Yes - of course. Thanks. See http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-your-own-layer for the updated text. ScottR -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, August 13, 2012 7:47 AM To: Rifenbark, Sco

Re: [yocto] plans to update yocto dev manual to reflect SSH status in qemu images?

2012-08-13 Thread Rifenbark, Scott M
See http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#using-pre-built-binaries-and-qemu for some updates that talk about what images use Dropbear. I need to get some more information from Scott Garman before fixing the bit about NFS referenced in your archived email discussion

[yocto] Question about dependency graphs of building busybox

2012-08-13 Thread ????????
Hi all, Recently I am learning to see how the poky build busybox.Because there exists too many recipes and files related,I want to find out the detail process or dependency graphs of building busybox.And now I use "bitbake -g -u depexp busybox" to see the process,but it failed when I execu

Re: [yocto] layer.conf: "packages" directory

2012-08-13 Thread Paul Eggleton
On Monday 13 August 2012 14:13:50 Rifenbark, Scott M wrote: > Paul, > > I can fix the manual to say something like this... > > "# We have recipe-* directories, add to BBFILES" Yes, "recipes-*" rather than "recipe-*" though. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre __

Re: [yocto] layer.conf: "packages" directory

2012-08-13 Thread Rifenbark, Scott M
Paul, I can fix the manual to say something like this... "# We have recipe-* directories, add to BBFILES" Will that work? -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Paul Eggleton Sent: Sunday, August 12, 2012 6:14 AM To

[yocto] core-image-minimal: no valid shadow password

2012-08-13 Thread r10kindsofpeople
I've found that if I take core-image-minimal and add a single package (iproute2), I can no longer log in as root, getting the message "login: no valid shadow password". Adding the shadow packages didn't seem to help. Sounds like someone else encountered this back in May, but there was no publishe

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell > wrote: Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Andrei Gherzan
On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell wrote: > Good afternoon everyone, > > I am trying (yet again) to get yocto to build for the Raspberry Pi and I > am falling at the do_fetch hurdle on the RasPi kernel. > >ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; >export

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

2012-08-13 Thread David Nyström
On 07/23/2012 09:59 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 17, 2012 at 4:19 PM, William Mills wrote: On 07/17/2012 04:43 PM, McClintock Matthew-B29882 wrote: On Tue, Jul 17, 2012 at 3:18 PM, Stewart, David C wrote: Hey Matthew - From: yocto-boun...@yoctoproject.org [mailto:yoct

[yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel. ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; export SSH_AGENT_PID="1350"; export SSH_AUTH_SOCK="/home/jack/.cache

[yocto] [PATCH] Fixed bug 2922 (yocto-bsp creation fails on due to unknown error)

2012-08-13 Thread Ioana Grigoropol
- the main page did not check whether in the build location there is an conf directory with bblayers.conf and local.conf -> added checks on main page (if directory does not exist it will be created) - the main page had the field for meta-data location disabled and could only be populated by browsin