Re: [OE-core] [PATCH 4/4] runqemu: get NATIVE dirs from env when in source OE build dir

2016-09-05 Thread Joshua Lock
On 5 September 2016 at 15:47, Robert Yang wrote: > Hi Josh, > > Thanks for fixing this, I got errors when test this patch: > > $ runqemu tmp/deploy/images/qemux86/ > runqemu - INFO - Running bitbake -e... > Traceback (most recent call last): > File

Re: [OE-core] [PATCH 4/4] runqemu: get NATIVE dirs from env when in source OE build dir

2016-09-05 Thread Robert Yang
Hi Josh, Thanks for fixing this, I got errors when test this patch: $ runqemu tmp/deploy/images/qemux86/ runqemu - INFO - Running bitbake -e... Traceback (most recent call last): File "/buildarea/lyang1/poky/scripts/runqemu", line 864, in ret = main() File

[OE-core] [PATCH 4/4] runqemu: get NATIVE dirs from env when in source OE build dir

2016-09-05 Thread Joshua Lock
When we're running from a sourced OE build directory parse the STAGING_* directories from the bitbake environment, rather than using those hard-coded in the conf file. Signed-off-by: Joshua Lock --- scripts/runqemu | 22 ++ 1 file changed, 22