Hi, Richard

I added nativesdk- qemuwrapper-cross into my meta-toolchain, and found the 
content of nativesdk-qemuwrapper script is like the following: 
------------------------------------------------------------------
# cat 
/opt/poky/4.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/crossscripts/nativesdk-qemuwrapper
#!/bin/sh
# Wrapper script to run binaries under qemu user-mode emulation
set -x

if [ True = False -a "nativesdk-qemuwrapper-cross" != 
"nativesdk-qemuwrapper-cross" ]; then
        echo "qemuwrapper: qemu usermode is not supported"
        exit 1
fi


qemu-x86_64 -r 3.2.0  -E 
LD_LIBRARY_PATH=$D/opt/poky/4.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib:$D/opt/poky/4.1+snapshot/sysroots/x86_64-pokysdk-linux/lib
 "$@"
------------------------------------------------------------------

Reference to qemuwrapper-cross, it seems that nativesdk qemuwrapper-cross is 
not correct.
Why the "qemu_binary " is " qemu-x86_64"? Shouldn't it be "qemu-aarch64 "?
Is it better to change nativesdk qemuwrapper-cross to 
qemuwrapper-cross-canadian-${MACHINE}?



Best regards
Lei
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#167686): 
https://lists.openembedded.org/g/openembedded-core/message/167686
Mute This Topic: https://lists.openembedded.org/mt/92200125/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to