On Thursday 12 July 2012 11:08:40 Dennis.Yxun wrote: > On Wed, Jul 11, 2012 at 3:05 PM, Dennis Lan <dennis.y...@gmail.com> wrote: > > -if [ "$MACHINE" = "qemumips" -o "$MACHINE" = "qemumips64" ]; then > > - if [ "$MACHINE" = "qemumips64" ]; then > > - QEMU=qemu-system-mips64 > > - else > > - QEMU=qemu-system-mips > > - fi > > +if [ "$MACHINE" = "qemumips" -o "$MACHINE" = "qemumipsel" -o "$MACHINE" = > > "qemumips64" ]; then > > + QEMU=${MACHINE/qemu/qemu-system-}
Unfortunately substitution like this is a bashism (i.e. does not work in purely POSIX-compliant shells such as dash). Can you rework this? Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core