On Thu, Jul 12, 2012 at 5:46 PM, Paul Eggleton
<[email protected]> wrote:
> On Thursday 12 July 2012 11:08:40 Dennis.Yxun wrote:
>> On Wed, Jul 11, 2012 at 3:05 PM, Dennis Lan <[email protected]> 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

re-sent with patch v2

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to