[OE-core] [PATCH 1/6] runqemu: Use OE_TMPDIR

Marko Lindqvist cazfi74 at gmail.com
Mon May 14 22:51:54 UTC 2012


On 8 May 2012 02:56, Scott Garman <scott.a.garman at intel.com> wrote:
>
> I can understand why we're trying to ensure our build system doesn't require
> /bin/sh to be bash, but I think support scripts like runqemu might be a
> special case.
>
> What do other people in the community think of this? The runqemu script
> isn't trivial, and it has to run in a lot of different contexts. Should we
> put the time in to make it shell-agnostic, or allow it to require bash?

 1) Do not require /bin/sh to be bash
 2) It's ok, and for "right tool for the job" -reasons often prefered,
to require that development machine has also bash installed.

 So I'm happy with how runqemu currently has #!/bin/bash shebang. It
requires bash to be present, but not necessarily as /bin/sh


 - ML




More information about the Openembedded-core mailing list