Date   

[PATCH 0/2] linux-yocto: consolidated pull request

Bruce Ashfield <bruce.ashfield@...>
 

Saul/Richard,

I'm batching two changes that I've been testing together.

The first is explained by the patch itself, but basically it
allows us to map multiple BSPs onto a single branch for building.
There's no impact to existing BSPs, but as we go forward it means
that if boards only differ by configuration we can avoid branch
explosion in the kernel repo and pickup their different
configurations. If at any point we need to break them out from
using a common branch, that is an easy switch to do. I've been
testing this with a test enablement of the atom-pc using the
yocto/standar/base branch .. and it works nicely.

The second is an update to pickup Tom's patches for the emenlow.
Tom will follow up with changes to have the emenlow use the
2.6.37 kernel as well as the 2.6.34 kernel.

These are based on top of the beagleboard commits I sent on
Friday, which I've heard are working their way through the
queue.

Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: zedd/kernel
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Thanks,
Bruce Ashfield <bruce.ashfield@...>
---


Bruce Ashfield (2):
linux-yocto: allow multiple BSPs per branch
linux-yocto: update SRCREVs for emenlow

meta/classes/kernel-yocto.bbclass | 4 ++--
.../conf/distro/include/poky-default-revisions.inc | 6 +++---
.../kern-tools/kern-tools-native_git.bb | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)


Yocto weekly bug trend charts -- WW04

Xu, Jiajun <jiajun.xu@...>
 

Hi all,
This is latest Yocto bug trend chart. The open bug number increased a lot from 163 to 172 now. 3 new HIGH priority bugs are reported last week.

Best Regards,
Jiajun


Re: *** NOTICE: bugzilla.yoctoproject.org scheduled maintenance ***

Saul Wold <sgw@...>
 

On 01/21/2011 10:42 AM, Saul Wold wrote:
All,

The site/application http://bugzilla.yoctoproject.org will be offline,
temporarily, for maintenance on 01/21/2011 at 4:00PM PST.
Please do not attempt to use the site during this time period as the
application and its data will be completely offline.
Seems like the DNS change did not take correctly over the weekend, we will be working to resolve this on Monday.

Sau!

The purpose of this outage is to provide improved functionality to site
users and service will be restored as soon as possible.

Thank you,

The Yocto Team


Re: Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

It worked. :-D

Thanks Jessica and Scott.

Now I'm going to try to put arm920t support on qemu.


Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Fri, Jan 21, 2011 at 4:22 PM, Scott Garman <scott.a.garman@...> wrote:
On 01/21/2011 01:48 AM, Diego Sueiro wrote:
Jessica,

Here is the first output messages from poky-extract-sdk command:

   Creating directory qemuarm
   Extracting rootfs tarball using pseudo...
   /home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/bin/pseudo -P
   /home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr tar -C
   "qemuarm" -xjf
   "poky-4.0-build/tmp/deploy/images/poky-image-sato-qemuarm.tar.bz2"
   pseudo: Couldn't open qemuarm/var/pseudo/pseudo.pid: No such file or
   directory

Thanks Diego for this information. You've uncovered a bug which I've just filed:

http://bugzilla.pokylinux.org/show_bug.cgi?id=670

...and hope to have fixed by the end of today in Poky master (and queued for inclusion in the Laverne point-release coming up).

As a workaround, you should be able to use a full pathname when specifying the installation directory to the poky-extract-sdk script. Relative paths are broken.

Scott

--
Scott Garman
Embedded Linux Distro Engineer - Yocto Project
_______________________________________________
yocto mailing list
yocto@...
https://lists.yoctoproject.org/listinfo/yocto


[PATCH 1/1] linux-yocto/stable: update beagleboard SRCREV

Bruce Ashfield <bruce.ashfield@...>
 

Updating beagleboard SRCREV to pickup:

commit 8e15b884ecf768fd9f898da5acf24938dfe81a83
Author: Koen Kooi <koen@...>
Date: Tue Jan 11 17:13:35 2011 +0000

omap3: beaglexm: fix EHCI power up GPIO dir

commit a5624323866c06156ca548b8515d9347fdd5188e angstrom-linux

EHCI enable power pin is inverted (active high) in comparison
to vanilla beagle which is active low. Handle this case conditionally.

Without this fix, Beagle XM 4 port EHCI will not function and no
networking will be available

[nm@...: split up, added descriptive changelogs]
Signed-off-by: Nishanth Menon <nm@...>
Signed-off-by: Koen Kooi <koen@...>
Signed-off-by: Tony Lindgren <tony@...>

Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c53874e..e73c971 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -92,7 +92,7 @@ SRCREV_machine_pn-linux-yocto-stable_qemux86-64 ?= "35521a5a70316785a67aca1de1d3
SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
-SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "ebbca8936c143b35b820d16cd7907d9a95178211"
+SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "8e15b884ecf768fd9f898da5acf24938dfe81a83"
SRCREV_meta_pn-linux-yocto-stable ?= "e1f85a470934a0cf6abde5d95533e74501822c6b"
# development SRCREVs
SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
--
1.7.0.4


[PATCH 0/1] linux-yocto/stable: update beagleboard part 2

Bruce Ashfield <bruce.ashfield@...>
 

Richard/Saul,

Just another quick update to pickup a change that gets beagleboard xm
networking functional.

Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: zedd/kernel
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Thanks,
Bruce Ashfield <bruce.ashfield@...>
---


Bruce Ashfield (1):
linux-yocto/stable: update beagleboard SRCREV

.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


*** NOTICE: bugzilla.yoctoproject.org scheduled maintenance ***

Saul Wold <sgw@...>
 

All,

The site/application http://bugzilla.yoctoproject.org will be offline,
temporarily, for maintenance on 01/21/2011 at 4:00PM PST.
Please do not attempt to use the site during this time period as the
application and its data will be completely offline.

The purpose of this outage is to provide improved functionality to site
users and service will be restored as soon as possible.

Thank you,

The Yocto Team


--
Sau!

Saul Wold
Yocto Component Wrangler @ Intel
Yocto Project / Poky Build System


[PATCH 2/2] linux-yocto/stable: update crownbay kernel configuration

Bruce Ashfield <bruce.ashfield@...>
 

Updating the meta branch to contain the latest crownbay
configuration tweaks.

e1f85a4 wrs_meta: turn on OHCI USB config option
8be8e45 wrs_meta (crownbay): turn on AHCI SATA option

Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index ed49765..c53874e 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -93,7 +93,7 @@ SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "ebbca8936c143b35b820d16cd7907d9a95178211"
-SRCREV_meta_pn-linux-yocto-stable ?= "b0615811ce38836d1ade230e3bdb1efaaa68471f"
+SRCREV_meta_pn-linux-yocto-stable ?= "e1f85a470934a0cf6abde5d95533e74501822c6b"
# development SRCREVs
SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
SRCREV_machine_pn-linux-yocto_qemumips ?= "2b43d84250a582b61397ad5f59a6445ce1258615"
--
1.7.0.4


[PATCH 1/2] linux-yocto/stable: update beagleboard SRCREV

Bruce Ashfield <bruce.ashfield@...>
 

Bumping the SRCREV to pickup some missing functionality:

ebbca89 omap: Beagle: no gpio_wp pin connection on xM
671fd89 omap: Beagle: only Cx boards use pin 23 for write protect
dccdf8a omap: Beagle: revision detection

Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c40d860..ed49765 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -92,7 +92,7 @@ SRCREV_machine_pn-linux-yocto-stable_qemux86-64 ?= "35521a5a70316785a67aca1de1d3
SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
-SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
+SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "ebbca8936c143b35b820d16cd7907d9a95178211"
SRCREV_meta_pn-linux-yocto-stable ?= "b0615811ce38836d1ade230e3bdb1efaaa68471f"
# development SRCREVs
SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
--
1.7.0.4


[PATCH 0/2] linux-yocto/stable: beagle and crownbay updates

Bruce Ashfield <bruce.ashfield@...>
 

Richard/Saul,

Just a couple of SRCREV updates to bring in new kernel configs
for the crownbay and some functionality (cherry picked from
mainline) for the Beagle.

Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: zedd/kernel
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Thanks,
Bruce Ashfield <bruce.ashfield@...>
---


Bruce Ashfield (2):
linux-yocto/stable: update beagleboard SRCREV
linux-yocto/stable: update crownbay kernel configuration

.../conf/distro/include/poky-default-revisions.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


Re: Eclipse Plugin Yocto Project Settings

Scott Garman <scott.a.garman@...>
 

On 01/21/2011 01:48 AM, Diego Sueiro wrote:
Jessica,

Here is the first output messages from poky-extract-sdk command:

Creating directory qemuarm
Extracting rootfs tarball using pseudo...
/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/bin/pseudo -P
/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr tar -C
"qemuarm" -xjf
"poky-4.0-build/tmp/deploy/images/poky-image-sato-qemuarm.tar.bz2"
pseudo: Couldn't open qemuarm/var/pseudo/pseudo.pid: No such file or
directory
Thanks Diego for this information. You've uncovered a bug which I've just filed:

http://bugzilla.pokylinux.org/show_bug.cgi?id=670

...and hope to have fixed by the end of today in Poky master (and queued for inclusion in the Laverne point-release coming up).

As a workaround, you should be able to use a full pathname when specifying the installation directory to the poky-extract-sdk script. Relative paths are broken.

Scott

--
Scott Garman
Embedded Linux Distro Engineer - Yocto Project


Re: Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

Jessica,

Here is the first output messages from poky-extract-sdk command:

Creating directory qemuarm
Extracting rootfs tarball using pseudo...
/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/bin/pseudo -P /home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr tar -C "qemuarm" -xjf "poky-4.0-build/tmp/deploy/images/poky-image-sato-qemuarm.tar.bz2"
pseudo: Couldn't open qemuarm/var/pseudo/pseudo.pid: No such file or directory
...

And the environment-setup-armv5te-poky-linux-gnueabi file:

export PATH=/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/bin/armv5te-poky-linux-gnueabi:/home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi/usr/bin/crossscripts:/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/sbin:/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/usr/bin:/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux/sbin:/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux//bin:/home/dev/yocto/poky-laverne-4.0/scripts/..//bitbake//bin/:/home/dev/yocto/poky-laverne-4.0/scripts/..//scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/dev/yocto/poky-laverne-4.0/scripts
export PKG_CONFIG_SYSROOT_DIR=/home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi
export PKG_CONFIG_PATH=/home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi/usr/lib/pkgconfig:/home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi/usr/share/pkgconfig
export CONFIG_SITE="/home/dev/yocto/poky-laverne-4.0/meta/site/endian-little /home/dev/yocto/poky-laverne-4.0/meta/site/common-glibc /home/dev/yocto/poky-laverne-4.0/meta/site/arm-common /home/dev/yocto/poky-laverne-4.0/meta/site/arm-linux /home/dev/yocto/poky-laverne-4.0/meta/site/common /home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi/usr/share/arm-poky-linux-gnueabi_config_site.d/zlib_config /home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi/usr/share/arm-poky-linux-gnueabi_config_site.d/eglibc_config "
export CC=arm-poky-linux-gnueabi-gcc
export CXX=arm-poky-linux-gnueabi-g++
export GDB=arm-poky-linux-gnueabi-gdb
export TARGET_PREFIX=arm-poky-linux-gnueabi-
export CONFIGURE_FLAGS="--target=arm-poky-linux-gnueabi --host=arm-poky-linux-gnueabi --build=i686-linux"
export CFLAGS="-march=armv5te -mtune=arm926ej-s"
export CXXFLAGS="-march=armv5te -mtune=arm926ej-s"
export POKY_NATIVE_SYSROOT="/home/dev/yocto/poky-4.0-build/tmp/sysroots/i686-linux"
export POKY_TARGET_SYSROOT="/home/dev/yocto/poky-4.0-build/tmp/sysroots/armv5te-poky-linux-gnueabi"




--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Fri, Jan 21, 2011 at 7:04 AM, Diego Sueiro <diego.sueiro@...> wrote:
Jessica,


On Thu, Jan 20, 2011 at 11:36 PM, Zhang, Jessica <jessica.zhang@...> wrote:
Diego,
 
The errors that you ran into are not normal.  So can you tell me more about your setup:
1. how did you get your poky build tree, git clone from the latest master or else way, when did you get it?

 
2. I'm assuming you run "bitbake meta-ide-support" and source the generated environment-setup-armv5te-poky-linux-gnueabi file

That's right.
 
3. I'd expect you get these error messages from poky-extract-sdk, right?

Yes. I invoked the poky-extract-sdk inside my destination directory. 

 
Thanks,
Jessica


From: Diego Sueiro [mailto:diego.sueiro@...]
Sent: Thursday, January 20, 2011 4:42 PM

To: Zhang, Jessica
Cc: yocto@...
Subject: Re: [yocto] Eclipse Plugin Yocto Project Settings

Jessica,

Thanks for the explanations.

After sourcing environment-setup-armv5te-poky-linux-gnueabi file I get lots of this message printed on the terminal:
pseudo: Couldn't open .//var/pseudo/pseudo.pid: No such file or directory
pseudo: can't create socket: pseudo.socket (Too many open files)
And some messages like:
tar: ./usr/games/inertia: Cannot change ownership to uid 0, gid 0: Function not implemented
tar: ./usr/games/inertia: Cannot change mode to rwxr-xr-x: Function not implemented

Is it a normal behavior?



Rgds,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 10:15 PM, Zhang, Jessica <jessica.zhang@...> wrote:
environment-setup-targetarch-poky-linux

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


Re: Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

Jessica,


On Thu, Jan 20, 2011 at 11:36 PM, Zhang, Jessica <jessica.zhang@...> wrote:
Diego,
 
The errors that you ran into are not normal.  So can you tell me more about your setup:
1. how did you get your poky build tree, git clone from the latest master or else way, when did you get it?

 
2. I'm assuming you run "bitbake meta-ide-support" and source the generated environment-setup-armv5te-poky-linux-gnueabi file

That's right.
 
3. I'd expect you get these error messages from poky-extract-sdk, right?

Yes. I invoked the poky-extract-sdk inside my destination directory. 

 
Thanks,
Jessica


From: Diego Sueiro [mailto:diego.sueiro@...]
Sent: Thursday, January 20, 2011 4:42 PM

To: Zhang, Jessica
Cc: yocto@...
Subject: Re: [yocto] Eclipse Plugin Yocto Project Settings

Jessica,

Thanks for the explanations.

After sourcing environment-setup-armv5te-poky-linux-gnueabi file I get lots of this message printed on the terminal:
pseudo: Couldn't open .//var/pseudo/pseudo.pid: No such file or directory
pseudo: can't create socket: pseudo.socket (Too many open files)
And some messages like:
tar: ./usr/games/inertia: Cannot change ownership to uid 0, gid 0: Function not implemented
tar: ./usr/games/inertia: Cannot change mode to rwxr-xr-x: Function not implemented

Is it a normal behavior?



Rgds,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 10:15 PM, Zhang, Jessica <jessica.zhang@...> wrote:
environment-setup-targetarch-poky-linux

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


Status for lsb test (2011.1.16-2011.1.21)

Xiaofeng Yan <xiaofeng.yan@...>
 

Hi all,
The next table is for the latest lsb test result.(2011.1.16-2011.1.21)


LSB Test Suite Version Result Left work May/Days Start Date Finish Date Status Completed Percentage Defects filed Developer Risk/Issue
Cpp-T2C Tests 4.0.2-1 Passed submit 2 2010-12-20 2010-12-21 In Progress 90%
Jingdong Lu
Libstdc++ Tests 4.1.0-7 Passed submit 3 2010-12-22 2010-12-24 In Progress 90%
Jingdong Lu
Perl Tests 4.0.7-1 Passed None 2 2010-12-27 2010-12-28 Done 100%
Jingdong Lu
Python Runtime Tests 4.0.2-1 Passed submit 3 2010-12-29 2010-12-31 In Progress 90% Bug 614(Open) Jingdong Lu
Python Tests 2.4.5-2 Passed submit 0

In Progress 90%
Jingdong Lu
OLVER Core Tests
Passed submit 6 2011-1-4 2011-1-11 In Progress 90%
Jingdong Lu
Command Check 4.0.0-2 Passed Lsb 3 2011-1-12 2011-1-14 In Progress 90% BUG 520(Closed) Jingdong Lu
Tcl Tests 8.5.7-6 Passed None 5 2011-1-17 2011-1-21 Done 100%
Jingdong Lu
Library Check 4.0.2-1 Failures: 2 qt3 5 2011-1-12 2011-1-18 In Progress 80%
Jingdong Lu Query if we need to handle any QT3 issues












Desktop Tests
Passed submit 4 2010-12-20 2010-12-29 In Progress 90% BUG 567(Closed)
BUG 569(Closed)
BUG 570(Closed)
Xiaofeng Yan
Desktop-T2C Tests 4.0.2-1 Failures: 1 fix failures 4 2010-12-20 2010-12-29 Block 90% BUG 571(Accepted) Xiaofeng Yan Test suite led to these failed items.
http://bugs.linuxbase.org/show_bug.cgi?id=3153
Qt4-Azov Tests 4.0.2-1 Failures:3 fix failures 4 2010-12-30 2011-1-5 Block 90%
Xiaofeng Yan Test suite led to these failed items.
(Qlocale)
http://bugs.linuxbase.org/show_bug.cgi?id=3125
(QmenBar)
http://bugs.linuxbase.org/show_bug.cgi?id=3124
Http://bugs.linuxbase.org/show_bug.cgi?id=3067
Xts5 Tests 5.1.5-19 Passed submit 5 2011-1-6 2010-1-12 In Progress 90%
Xiaofeng Yan
Core Tests 4.0.5-1 Failures: 62 fix failures 5 2011-1-19 2011-1-25 In Progress 20%
Xiaofeng Yan
Qt3-Azov Tests 4


2011-1-26 N/A Not Start Yet

N/A
LSB Test Suite

creat-lsb-image
LSB_Setup.sh
0

Done 100%
Xiaofeng Yan












X86_32 LSB Finish Date 2011-2-11









Re-test on X86_64 & ppc Finish Date 2011-3-11





















Yocto M3 Stabilize Finish Date 2011-2-11





















Tested on: (self built LSB image)












Re: Eclipse Plugin Yocto Project Settings

Zhang, Jessica
 

Diego,
 
The errors that you ran into are not normal.  So can you tell me more about your setup:
1. how did you get your poky build tree, git clone from the latest master or else way, when did you get it?
2. I'm assuming you run "bitbake meta-ide-support" and source the generated environment-setup-armv5te-poky-linux-gnueabi file
3. I'd expect you get these error messages from poky-extract-sdk, right?
 
Thanks,
Jessica



From: Diego Sueiro [mailto:diego.sueiro@...]
Sent: Thursday, January 20, 2011 4:42 PM
To: Zhang, Jessica
Cc: yocto@...
Subject: Re: [yocto] Eclipse Plugin Yocto Project Settings

Jessica,

Thanks for the explanations.

After sourcing environment-setup-armv5te-poky-linux-gnueabi file I get lots of this message printed on the terminal:
pseudo: Couldn't open .//var/pseudo/pseudo.pid: No such file or directory
pseudo: can't create socket: pseudo.socket (Too many open files)
And some messages like:
tar: ./usr/games/inertia: Cannot change ownership to uid 0, gid 0: Function not implemented
tar: ./usr/games/inertia: Cannot change mode to rwxr-xr-x: Function not implemented

Is it a normal behavior?



Rgds,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 10:15 PM, Zhang, Jessica <jessica.zhang@...> wrote:
environment-setup-targetarch-poky-linux


Re: Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

Jessica,

Thanks for the explanations.

After sourcing environment-setup-armv5te-poky-linux-gnueabi file I get lots of this message printed on the terminal:
pseudo: Couldn't open .//var/pseudo/pseudo.pid: No such file or directory
pseudo: can't create socket: pseudo.socket (Too many open files)
And some messages like:
tar: ./usr/games/inertia: Cannot change ownership to uid 0, gid 0: Function not implemented
tar: ./usr/games/inertia: Cannot change mode to rwxr-xr-x: Function not implemented

Is it a normal behavior?



Rgds,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 10:15 PM, Zhang, Jessica <jessica.zhang@...> wrote:
environment-setup-targetarch-poky-linux


Re: Eclipse Plugin Yocto Project Settings

Zhang, Jessica
 

Hi Diego,
 
There's a qemu script bug in the 0.9 release that can't figure out the kernel file that we're passing in, so you have to explicitly add the targeted arch after qemu script, to fix this in eclipse, go to Run->Externel Tools Configuration, and select under program the configuration corresponding to your target arch, e.g. qemu_i586_poky_linux, on the arguement entry, add "qemuarch" between poky-qemu and your kernel file, e.g. for my qemu setup for i586 the created one is "..poky-qemu /home/jzhang/test_import/build/tmp/deploy/images/bzImage-qemux86.bin ..." and change it to" ..poky-qemu qemux86 /home/jzhang/test_import/build/tmp/deploy/images/bzImage-qemux86.bin ..." you should be able to figure out the qemuarch from the kernel file name...
 
Also, as I've mentioned when you build a qemu image, besides the kernel file, it also build ext3 file corresponding to rootfs and a tar file, for my case it's under /home/jzhang/build/tmp/deploy/images/poky-image-sdk-qemuarm.ext3 and poky-image-sdk-qemuarm.tar.bz2, you need to extract the poky-image-sdk-qemuarm.tar.bz2 to a directory using the poky-extract-sdk.  For my case, I extract it to /home/jzhang/qemu-arm, and the /home/jzhang/qemu-arm is the directory that you passed to the "Root Filesystem", not the built directory contains the rootfs...
 
To access the poky-extract-sdk, you need to do "bitbake meta-ide-support" under your poky tree which will generate an environment-setup-targetarch-poky-linux file, by sourcing that file, it'll setup the correct environment for you to access poky-extract-sdk...
 
Thanks,
Jessica



From: Diego Sueiro [mailto:diego.sueiro@...]
Sent: Thursday, January 20, 2011 3:32 PM
To: Zhang, Jessica
Cc: yocto@...
Subject: Re: [yocto] Eclipse Plugin Yocto Project Settings

Jessica,

Even if I'm using "Poky Tree Mode"?

When I tried to pass my rootfs directory built by poky I've gotten an error message related to a wrong ext3 filesystem type. 

Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 9:24 PM, Zhang, Jessica <jessica.zhang@...> wrote:
Within the Eclipse IDE, it's expected to run qemu in the unfs mode which means you have to extract the rootfs file to the dirctory with the poky-extract-sdk script, and setup the directory in the "Root Filesystem" entry.
 
Thanks,
Jessica


From: yocto-bounces@... [mailto:yocto-bounces@...] On Behalf Of Diego Sueiro
Sent: Thursday, January 20, 2011 3:16 PM
To: yocto@...
Subject: [yocto] Eclipse Plugin Yocto Project Settings

On "Target Settings" for "QEMU" "Root Filesystem" options there is no way to choose a individual file, just directories are allowed to be chosen.

When I tried to pass a poky-image-sato-qemuarm.ext3 file I had to put the filename manually.



Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


Re: Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

Jessica,

Even if I'm using "Poky Tree Mode"?

When I tried to pass my rootfs directory built by poky I've gotten an error message related to a wrong ext3 filesystem type. 

Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


On Thu, Jan 20, 2011 at 9:24 PM, Zhang, Jessica <jessica.zhang@...> wrote:
Within the Eclipse IDE, it's expected to run qemu in the unfs mode which means you have to extract the rootfs file to the dirctory with the poky-extract-sdk script, and setup the directory in the "Root Filesystem" entry.
 
Thanks,
Jessica


From: yocto-bounces@... [mailto:yocto-bounces@...] On Behalf Of Diego Sueiro
Sent: Thursday, January 20, 2011 3:16 PM
To: yocto@...
Subject: [yocto] Eclipse Plugin Yocto Project Settings

On "Target Settings" for "QEMU" "Root Filesystem" options there is no way to choose a individual file, just directories are allowed to be chosen.

When I tried to pass a poky-image-sato-qemuarm.ext3 file I had to put the filename manually.



Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


Re: Eclipse Plugin Yocto Project Settings

Zhang, Jessica
 

Within the Eclipse IDE, it's expected to run qemu in the unfs mode which means you have to extract the rootfs file to the dirctory with the poky-extract-sdk script, and setup the directory in the "Root Filesystem" entry.
 
Thanks,
Jessica



From: yocto-bounces@... [mailto:yocto-bounces@...] On Behalf Of Diego Sueiro
Sent: Thursday, January 20, 2011 3:16 PM
To: yocto@...
Subject: [yocto] Eclipse Plugin Yocto Project Settings

On "Target Settings" for "QEMU" "Root Filesystem" options there is no way to choose a individual file, just directories are allowed to be chosen.

When I tried to pass a poky-image-sato-qemuarm.ext3 file I had to put the filename manually.



Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/


Eclipse Plugin Yocto Project Settings

Diego Sueiro <diego.sueiro@...>
 

On "Target Settings" for "QEMU" "Root Filesystem" options there is no way to choose a individual file, just directories are allowed to be chosen.

When I tried to pass a poky-image-sato-qemuarm.ext3 file I had to put the filename manually.



Regards,

--
*dS
Diego Sueiro

/*long live rock 'n roll*/