Re: [yocto] [yocto-autobuilder][PATCH] add force bash option on build and preamble

2017-07-11 Thread Joshua Lock
On Mon, 2017-07-10 at 14:04 -0700, Stephano Cetola wrote: > Certain distros (Ubuntu) use a less desirable shell for /bin/sh > (dash). In some edge cases, if we source oe-init-build-env from > outside the OEROOT folder, the script will fail (as stated in the > oe-init-build-env script). By adding a

[yocto] [yocto-autobuilder][PATCH] add force bash option on build and preamble

2017-07-10 Thread Stephano Cetola
Certain distros (Ubuntu) use a less desirable shell for /bin/sh (dash). In some edge cases, if we source oe-init-build-env from outside the OEROOT folder, the script will fail (as stated in the oe-init-build-env script). By adding a variable to force bash as the shell, we can call "bash -c" to