Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 09:05 -0700, Darren Hart wrote: > On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: > > On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: > > > On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: > > > > Without this, files in the generated filesystem pick up the

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: > On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: > > On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: > > > Without this, files in the generated filesystem pick up the wrong > > > ownership. > > > > > > Signed-off-by: Tom Zanussi

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 08:10 -0700, Darren Hart wrote: > On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: > > On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: > > > Without this, files in the generated filesystem pick up the wrong > > > ownership. > > > > > > Signed-off-by: Tom Zanussi

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 13:09 +0100, Richard Purdie wrote: > On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: > > Without this, files in the generated filesystem pick up the wrong > > ownership. > > > > Signed-off-by: Tom Zanussi > > --- > > scripts/lib/mic/kickstart/custom_commands/partition

Re: [OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-16 Thread Richard Purdie
On Wed, 2013-10-16 at 00:14 -0500, Tom Zanussi wrote: > Without this, files in the generated filesystem pick up the wrong > ownership. > > Signed-off-by: Tom Zanussi > --- > scripts/lib/mic/kickstart/custom_commands/partition.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[OE-core] [PATCH 3/3] wic: add fakeroot to the populate-extfs step

2013-10-15 Thread Tom Zanussi
Without this, files in the generated filesystem pick up the wrong ownership. Signed-off-by: Tom Zanussi --- scripts/lib/mic/kickstart/custom_commands/partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/mic/kickstart/custom_commands/partition.py b/scripts