Re: [OE-core] [PATCH 3/5] kernel-yocto.bbclass: Clean up getstatusoutput usage

2018-08-23 Thread Bruce Ashfield
ignore this patch. I already have a more complete version that was sent previously and is in my queue I'll send later today. Bruce On Thu, Aug 23, 2018 at 4:07 AM, Robert Yang wrote: > Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. > > Signed-off-by: Robert Yang >

[OE-core] [PATCH 3/5] kernel-yocto.bbclass: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. Signed-off-by: Robert Yang --- meta/classes/kernel-yocto.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index