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

2013-10-18 Thread Peter Seebach
On Fri, 18 Oct 2013 16:04:30 +0100 Richard Purdie wrote: > > -populate_script = "%s/usr/bin/populate-extfs.sh" % native_sysroot > > +populate_script = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot > > +populate_script += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % > >

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

2013-10-18 Thread Mark Hatle
On 10/18/13 10:04 AM, Richard Purdie wrote: On Wed, 2013-10-16 at 15:25 -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 | 9 - 1 file changed,

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

2013-10-18 Thread Richard Purdie
On Wed, 2013-10-16 at 15:25 -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 | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) >

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

2013-10-16 Thread Darren Hart
On Wed, 2013-10-16 at 15:25 -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 | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) >

[OE-core] [PATCH 1/1] wic: add pseudo to the populate-extfs step

2013-10-16 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 | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/lib/mic/kickstart/custom_commands/partition.py b