Re: (How) did you script bitbake/set up nightly builds?
Alan
It seems the call doesn't work correctly with dash (ls -la /bin/sh): subprocess.call(". oe/oe-init-build-env; ls", shell = True) /bin/sh: 51: .: Can't open root_dir/scripts/oe-buildenv-internal Specifying bash explicitly works ok: subprocess.call(". oe/oe-init-build-env; ls", shell = True, executable="/bin/bash") ### Shell environment set up for builds. ### ... ...
On Fri, Aug 31, 2018 at 1:47 PM, Burton, Ross <ross.burton@...> wrote: On 31 August 2018 at 12:45, Alan Martinovic <alan.martinovic@...> wrote:
|
|