* Eclipse Plugin Yocto Project Settings
@ 2011-01-20 23:15 Diego Sueiro
2011-01-20 23:24 ` Zhang, Jessica
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2011-01-20 23:15 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
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*/
[-- Attachment #2: Type: text/html, Size: 469 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-20 23:15 Eclipse Plugin Yocto Project Settings Diego Sueiro
@ 2011-01-20 23:24 ` Zhang, Jessica
2011-01-20 23:32 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Zhang, Jessica @ 2011-01-20 23:24 UTC (permalink / raw)
To: Diego Sueiro, yocto@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 814 bytes --]
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@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Diego Sueiro
Sent: Thursday, January 20, 2011 3:16 PM
To: yocto@yoctoproject.org
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*/
[-- Attachment #1.2: Type: text/html, Size: 1822 bytes --]
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-20 23:24 ` Zhang, Jessica
@ 2011-01-20 23:32 ` Diego Sueiro
2011-01-21 0:15 ` Zhang, Jessica
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2011-01-20 23:32 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
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@intel.com>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@yoctoproject.org [mailto:
> yocto-bounces@yoctoproject.org] *On Behalf Of *Diego Sueiro
> *Sent:* Thursday, January 20, 2011 3:16 PM
> *To:* yocto@yoctoproject.org
> *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*/
>
[-- Attachment #2: Type: text/html, Size: 2491 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-20 23:32 ` Diego Sueiro
@ 2011-01-21 0:15 ` Zhang, Jessica
2011-01-21 0:41 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Zhang, Jessica @ 2011-01-21 0:15 UTC (permalink / raw)
To: Diego Sueiro; +Cc: yocto@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 3005 bytes --]
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@gmail.com]
Sent: Thursday, January 20, 2011 3:32 PM
To: Zhang, Jessica
Cc: yocto@yoctoproject.org
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@intel.com>
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@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Diego Sueiro
Sent: Thursday, January 20, 2011 3:16 PM
To: yocto@yoctoproject.org
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*/
[-- Attachment #1.2: Type: text/html, Size: 5966 bytes --]
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-21 0:15 ` Zhang, Jessica
@ 2011-01-21 0:41 ` Diego Sueiro
2011-01-21 1:36 ` Zhang, Jessica
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2011-01-21 0:41 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 742 bytes --]
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@intel.com>wrote:
> environment-setup-targetarch-poky-linux
[-- Attachment #2: Type: text/html, Size: 1483 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-21 0:41 ` Diego Sueiro
@ 2011-01-21 1:36 ` Zhang, Jessica
2011-01-21 9:04 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Zhang, Jessica @ 2011-01-21 1:36 UTC (permalink / raw)
To: Diego Sueiro; +Cc: yocto@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 1410 bytes --]
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@gmail.com]
Sent: Thursday, January 20, 2011 4:42 PM
To: Zhang, Jessica
Cc: yocto@yoctoproject.org
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@intel.com>
wrote:
environment-setup-targetarch-poky-linux
[-- Attachment #1.2: Type: text/html, Size: 4001 bytes --]
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-21 1:36 ` Zhang, Jessica
@ 2011-01-21 9:04 ` Diego Sueiro
2011-01-21 9:48 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2011-01-21 9:04 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]
Jessica,
On Thu, Jan 20, 2011 at 11:36 PM, Zhang, Jessica <jessica.zhang@intel.com>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?
>
I'm using the poky build tree from
http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2
> 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@gmail.com]
> *Sent:* Thursday, January 20, 2011 4:42 PM
>
> *To:* Zhang, Jessica
> *Cc:* yocto@yoctoproject.org
> *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@intel.com>wrote:
>
>> environment-setup-targetarch-poky-linux
>
>
> --
*dS
Diego Sueiro
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 5212 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-21 9:04 ` Diego Sueiro
@ 2011-01-21 9:48 ` Diego Sueiro
2011-01-21 18:22 ` Scott Garman
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2011-01-21 9:48 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4764 bytes --]
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@gmail.com>wrote:
> Jessica,
>
>
> On Thu, Jan 20, 2011 at 11:36 PM, Zhang, Jessica <jessica.zhang@intel.com>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?
>>
>
> I'm using the poky build tree from
> http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2
>
>
>> 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@gmail.com]
>> *Sent:* Thursday, January 20, 2011 4:42 PM
>>
>> *To:* Zhang, Jessica
>> *Cc:* yocto@yoctoproject.org
>> *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@intel.com
>> > wrote:
>>
>>> environment-setup-targetarch-poky-linux
>>
>>
>> --
> *dS
> Diego Sueiro
>
> /*long live rock 'n roll*/
>
[-- Attachment #2: Type: text/html, Size: 9199 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [yocto] Eclipse Plugin Yocto Project Settings
2011-01-21 9:48 ` Diego Sueiro
@ 2011-01-21 18:22 ` Scott Garman
0 siblings, 0 replies; 11+ messages in thread
From: Scott Garman @ 2011-01-21 18:22 UTC (permalink / raw)
To: yocto; +Cc: poky@yoctoproject.org
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
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
@ 2011-01-21 18:22 ` Scott Garman
0 siblings, 0 replies; 11+ messages in thread
From: Scott Garman @ 2011-01-21 18:22 UTC (permalink / raw)
To: yocto; +Cc: poky@yoctoproject.org
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
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Eclipse Plugin Yocto Project Settings
2011-01-21 18:22 ` Scott Garman
(?)
@ 2011-01-22 10:09 ` Diego Sueiro
-1 siblings, 0 replies; 11+ messages in thread
From: Diego Sueiro @ 2011-01-22 10:09 UTC (permalink / raw)
To: Scott Garman; +Cc: yocto, poky@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]
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@intel.com>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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 2345 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2011-01-22 10:09 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 23:15 Eclipse Plugin Yocto Project Settings Diego Sueiro
2011-01-20 23:24 ` Zhang, Jessica
2011-01-20 23:32 ` Diego Sueiro
2011-01-21 0:15 ` Zhang, Jessica
2011-01-21 0:41 ` Diego Sueiro
2011-01-21 1:36 ` Zhang, Jessica
2011-01-21 9:04 ` Diego Sueiro
2011-01-21 9:48 ` Diego Sueiro
2011-01-21 18:22 ` [yocto] " Scott Garman
2011-01-21 18:22 ` Scott Garman
2011-01-22 10:09 ` Diego Sueiro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.