Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
@ 2012-04-09 10:22 Robert Yang
  2012-04-09 10:22 ` [PATCH 1/1] " Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Robert Yang @ 2012-04-09 10:22 UTC (permalink / raw)
  To: openembedded-core

Test info:
* Have tested on:
  * Fedora 16 x86_64
  * Opensuse 12.1 x86_64
  * Ubuntu 10.04

* The testing commands are:
  $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk

  And untar the sdk, then runqemu from the sdk to start the target.

// Robert

The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:

  runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib robert/tc
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/tc

Robert Yang (1):
  meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-09 10:22 [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64 Robert Yang
@ 2012-04-09 10:22 ` Robert Yang
  2012-04-09 10:36 ` [PATCH 0/1] " Lu, Lianhao
  2012-04-10 15:35 ` Saul Wold
  2 siblings, 0 replies; 8+ messages in thread
From: Robert Yang @ 2012-04-09 10:22 UTC (permalink / raw)
  To: openembedded-core

runqemu can't launch a target image on Fedora 16 64bit or Opensuse 12.1
64bit, this is because runqemu needs the host's libGL.so, which requires
GLIBC_2.14 which is defined in libc.so.6, but our default libc.so.6 is
version 2.13, here is the message from Richard:

The easiest solution would be to change the nativesdk libc to 2.15. I don't
think we plan to do this for the target libc for 1.2 but we could change
nativesdk's version if its well tested

[YOCTO #1968]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/conf/distro/include/tcmode-default.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index b481163..3dc0932 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -44,9 +44,9 @@ PREFERRED_VERSION_linux-libc-headers ?= "${LINUXLIBCVERSION}"
 PREFERRED_VERSION_linux-libc-headers-nativesdk ?= "${LINUXLIBCVERSION}"
 PREFERRED_VERSION_eglibc                   ?= "${EGLIBCVERSION}"
 PREFERRED_VERSION_eglibc-locale            ?= "${EGLIBCVERSION}"
-PREFERRED_VERSION_eglibc-nativesdk         ?= "${EGLIBCVERSION}"
+PREFERRED_VERSION_eglibc-nativesdk         ?= "2.15"
 PREFERRED_VERSION_eglibc-initial           ?= "${EGLIBCVERSION}"
-PREFERRED_VERSION_eglibc-initial-nativesdk ?= "${EGLIBCVERSION}"
+PREFERRED_VERSION_eglibc-initial-nativesdk ?= "2.15"
 PREFERRED_VERSION_cross-localedef-native   ?= "${EGLIBCVERSION}"
 PREFERRED_VERSION_uclibc                   ?= "${UCLIBCVERSION}"
 PREFERRED_VERSION_uclibc-initial           ?= "${UCLIBCVERSION}"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-09 10:22 [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64 Robert Yang
  2012-04-09 10:22 ` [PATCH 1/1] " Robert Yang
@ 2012-04-09 10:36 ` Lu, Lianhao
  2012-04-09 12:21   ` Robert Yang
  2012-04-10 15:35 ` Saul Wold
  2 siblings, 1 reply; 8+ messages in thread
From: Lu, Lianhao @ 2012-04-09 10:36 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Robert Yang wrote on 2012-04-09:
> Test info:
> * Have tested on:
>   * Fedora 16 x86_64
>   * Opensuse 12.1 x86_64

Robert, 
Hongna just found a qemu launch error on openSuse x86_64 using the 2.15 eglibc-nativesdk, something about the SDL initialization error. Did your platform work well?

>   * Ubuntu 10.04
> * The testing commands are:
>   $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>   
>   And untar the sdk, then runqemu from the sdk to start the target.
> // Robert
> 
> The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
> 
>   runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib robert/tc
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/tc
> Robert Yang (1):
>   meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
>  meta/conf/distro/include/tcmode-default.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> _______________________________________________ Openembedded-core
> mailing list Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Best Regards,
Lianhao





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-09 10:36 ` [PATCH 0/1] " Lu, Lianhao
@ 2012-04-09 12:21   ` Robert Yang
  2012-04-10  2:10     ` Robert Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Yang @ 2012-04-09 12:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer



On 04/09/2012 06:36 PM, Lu, Lianhao wrote:
>
> Robert Yang wrote on 2012-04-09:
>> Test info:
>> * Have tested on:
>>    * Fedora 16 x86_64
>>    * Opensuse 12.1 x86_64
>
> Robert,
> Hongna just found a qemu launch error on openSuse x86_64 using the 2.15 eglibc-nativesdk, something about the SDL initialization error. Did your platform work well?
>

Maybe he just used "ssh" without "-X" or "-Y" ? There would be an SDL 
initialization error when ssh without "-X" or "-Y". It worked well for me.

// Robert

>>    * Ubuntu 10.04
>> * The testing commands are:
>>    $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>>
>>    And untar the sdk, then runqemu from the sdk to start the target.
>> // Robert
>>
>> The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
>>
>>    runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)
>> are available in the git repository at:
>>    git://git.pokylinux.org/poky-contrib robert/tc
>>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/tc
>> Robert Yang (1):
>>    meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
>>   meta/conf/distro/include/tcmode-default.inc |    4 ++--
>>   1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> _______________________________________________ Openembedded-core
>> mailing list Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> Best Regards,
> Lianhao
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-09 12:21   ` Robert Yang
@ 2012-04-10  2:10     ` Robert Yang
  2012-04-10  4:06       ` Lu, Lianhao
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Yang @ 2012-04-10  2:10 UTC (permalink / raw)
  To: openembedded-core



On 04/09/2012 08:21 PM, Robert Yang wrote:
>
>
> On 04/09/2012 06:36 PM, Lu, Lianhao wrote:
>>
>> Robert Yang wrote on 2012-04-09:
>>> Test info:
>>> * Have tested on:
>>> * Fedora 16 x86_64
>>> * Opensuse 12.1 x86_64
>>
>> Robert,
>> Hongna just found a qemu launch error on openSuse x86_64 using the 2.15
>> eglibc-nativesdk, something about the SDL initialization error. Did your
>> platform work well?
>>
>

Here is the update information from Hongna:

I have finished the test on opensuse x86-64, both qemuarm and qemux86 do
cross debug pass using 2.15 toolchain.

// Robert

> Maybe he just used "ssh" without "-X" or "-Y" ? There would be an SDL
> initialization error when ssh without "-X" or "-Y". It worked well for me.
>
> // Robert
>
>>> * Ubuntu 10.04
>>> * The testing commands are:
>>> $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>>>
>>> And untar the sdk, then runqemu from the sdk to start the target.
>>> // Robert
>>>
>>> The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
>>>
>>> runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15
>>> +0100)
>>> are available in the git repository at:
>>> git://git.pokylinux.org/poky-contrib robert/tc
>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/tc
>>> Robert Yang (1):
>>> meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
>>> meta/conf/distro/include/tcmode-default.inc | 4 ++--
>>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>>
>>> _______________________________________________ Openembedded-core
>>> mailing list Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> Best Regards,
>> Lianhao
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-10  2:10     ` Robert Yang
@ 2012-04-10  4:06       ` Lu, Lianhao
  2012-04-10  4:47         ` Robert Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Lu, Lianhao @ 2012-04-10  4:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Robert Yang wrote on 2012-04-10:
> 
> 
> On 04/09/2012 08:21 PM, Robert Yang wrote:
>> 
>> 
>> On 04/09/2012 06:36 PM, Lu, Lianhao wrote:
>>> 
>>> Robert Yang wrote on 2012-04-09:
>>>> Test info:
>>>> * Have tested on:
>>>> * Fedora 16 x86_64
>>>> * Opensuse 12.1 x86_64
>>> 
>>> Robert,
>>> Hongna just found a qemu launch error on openSuse x86_64 using the 2.15
>>> eglibc-nativesdk, something about the SDL initialization error. Did your
>>> platform work well?
>>> 
>> 
> 
> Here is the update information from Hongna:
> 
> I have finished the test on opensuse x86-64, both qemuarm and qemux86 do
> cross debug pass using 2.15 toolchain.
> 
> // Robert
> 
>> Maybe he just used "ssh" without "-X" or "-Y" ? There would be an SDL
>> initialization error when ssh without "-X" or "-Y". It worked well for me.
>> 
>> // Robert

It just popped into my mind that when ssh with X forwarding, does the SDL initialization happen on the Xserver, which is NOT openSuse x86-64, while the xclient(qemu) is running on openSue? Could you try launching the qemu directly on the openSuse? Thanks!

-Lianhao

>> 
>>>> * Ubuntu 10.04
>>>> * The testing commands are:
>>>> $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>>>> 
>>>> And untar the sdk, then runqemu from the sdk to start the target.
>>>> // Robert
>>>> 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-10  4:06       ` Lu, Lianhao
@ 2012-04-10  4:47         ` Robert Yang
  0 siblings, 0 replies; 8+ messages in thread
From: Robert Yang @ 2012-04-10  4:47 UTC (permalink / raw)
  To: openembedded-core



On 04/10/2012 12:06 PM, Lu, Lianhao wrote:
>
> Robert Yang wrote on 2012-04-10:
>>
>>
>> On 04/09/2012 08:21 PM, Robert Yang wrote:
>>>
>>>
>>> On 04/09/2012 06:36 PM, Lu, Lianhao wrote:
>>>>
>>>> Robert Yang wrote on 2012-04-09:
>>>>> Test info:
>>>>> * Have tested on:
>>>>> * Fedora 16 x86_64
>>>>> * Opensuse 12.1 x86_64
>>>>
>>>> Robert,
>>>> Hongna just found a qemu launch error on openSuse x86_64 using the 2.15
>>>> eglibc-nativesdk, something about the SDL initialization error. Did your
>>>> platform work well?
>>>>
>>>
>>
>> Here is the update information from Hongna:
>>
>> I have finished the test on opensuse x86-64, both qemuarm and qemux86 do
>> cross debug pass using 2.15 toolchain.
>>
>> // Robert
>>
>>> Maybe he just used "ssh" without "-X" or "-Y" ? There would be an SDL
>>> initialization error when ssh without "-X" or "-Y". It worked well for me.
>>>
>>> // Robert
>
> It just popped into my mind that when ssh with X forwarding, does the SDL initialization happen on the Xserver, which is NOT openSuse x86-64, while the xclient(qemu) is running on openSue? Could you try launching the qemu directly on the openSuse? Thanks!
>

Launching the qemu directly on the openSuse worked well, the ssh client is only
for displaying the result from the server(opensuse 12.1 x86-64).

I usually use ssh -X or -Y to launch runqemu.

// Robert

> -Lianhao
>
>>>
>>>>> * Ubuntu 10.04
>>>>> * The testing commands are:
>>>>> $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>>>>>
>>>>> And untar the sdk, then runqemu from the sdk to start the target.
>>>>> // Robert
>>>>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
  2012-04-09 10:22 [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64 Robert Yang
  2012-04-09 10:22 ` [PATCH 1/1] " Robert Yang
  2012-04-09 10:36 ` [PATCH 0/1] " Lu, Lianhao
@ 2012-04-10 15:35 ` Saul Wold
  2 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2012-04-10 15:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/09/2012 03:22 AM, Robert Yang wrote:
> Test info:
> * Have tested on:
>    * Fedora 16 x86_64
>    * Opensuse 12.1 x86_64
>    * Ubuntu 10.04
>
> * The testing commands are:
>    $ bitbake core-image-sato meta-toolchain meta-toolchain-sdk
>
>    And untar the sdk, then runqemu from the sdk to start the target.
>
> // Robert
>
> The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
>
>    runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib robert/tc
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/tc
>
> Robert Yang (1):
>    meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64
>
>   meta/conf/distro/include/tcmode-default.inc |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>


Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-10 15:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 10:22 [PATCH 0/1] meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64 Robert Yang
2012-04-09 10:22 ` [PATCH 1/1] " Robert Yang
2012-04-09 10:36 ` [PATCH 0/1] " Lu, Lianhao
2012-04-09 12:21   ` Robert Yang
2012-04-10  2:10     ` Robert Yang
2012-04-10  4:06       ` Lu, Lianhao
2012-04-10  4:47         ` Robert Yang
2012-04-10 15:35 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox