| Submitter | Robert Yang |
|---|---|
| Date | April 9, 2012, 10:22 a.m. |
| Message ID | <cover.1333966697.git.liezhi.yang@windriver.com> |
| Download | mbox |
| Permalink | /patch/25377/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib robert/tcComments
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
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 >
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 >
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 >>>>
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 >
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!