Re: [OE-core] [wic][PATCH 3/4] wic: replaced __run_parted with exec_native_cmd

2015-06-08 Thread Ed Bartosh
On Fri, Jun 05, 2015 at 05:33:12PM +0100, Ross Burton wrote: > On 05/06/2015 07:13, Ed Bartosh wrote: > > There is no need for yet another wrapper around exec_native_cmd. > > This doesn't appear to apply to master, can you rebase? > > (or does it depend on your other series?) It depends on this

Re: [OE-core] [wic][PATCH 3/4] wic: replaced __run_parted with exec_native_cmd

2015-06-05 Thread Ross Burton
On 05/06/2015 07:13, Ed Bartosh wrote: > There is no need for yet another wrapper around exec_native_cmd. This doesn't appear to apply to master, can you rebase? (or does it depend on your other series?) Ross -- ___ Openembedded-core mailing list Open

[OE-core] [wic][PATCH 3/4] wic: replaced __run_parted with exec_native_cmd

2015-06-05 Thread Ed Bartosh
There is no need for yet another wrapper around exec_native_cmd. Signed-off-by: Ed Bartosh diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partitionedfs.py index 8fd44a6..dcb63e5 100644 --- a/scripts/lib/wic/utils/partitionedfs.py +++ b/scripts/lib/wic/utils/partitio