Re: [OE-core] [PATCH] check bitbake server-only port is a number

2016-10-08 Thread Richard Purdie
On Fri, 2016-10-07 at 16:46 -0500, Benjamin Esquivel wrote: > either using the memres script or the bitbake call with --server-only > if the port is a string instead of a number then the process hangs > indefinitely causing a loop that never ends. > > adding a check at the beginning for the port b

[OE-core] [PATCH] check bitbake server-only port is a number

2016-10-07 Thread Benjamin Esquivel
either using the memres script or the bitbake call with --server-only if the port is a string instead of a number then the process hangs indefinitely causing a loop that never ends. adding a check at the beginning for the port being a number otherwise end prematurely. [YOCTO#10397] Signed-off-by