[OE-core] [PATCH 2/2] image_types.bbclass: add tar --numeric-owner support

2014-11-02 Thread Peter A. Bigot
tar format normally stores user and group as names, which is the right thing to use when target passwd and group files are available. When unpacking a rootfs archive onto a mounted SD card partition on a build host outside the pseudo environment the host passwd/group files will be used for

Re: [OE-core] [PATCH 2/2] image_types.bbclass: add tar --numeric-owner support

2014-11-02 Thread Richard Purdie
On Sun, 2014-11-02 at 04:48 -0600, Peter A. Bigot wrote: tar format normally stores user and group as names, which is the right thing to use when target passwd and group files are available. When unpacking a rootfs archive onto a mounted SD card partition on a build host outside the pseudo

Re: [OE-core] [PATCH 2/2] image_types.bbclass: add tar --numeric-owner support

2014-11-02 Thread Peter A. Bigot
On 11/02/2014 09:01 AM, Richard Purdie wrote: On Sun, 2014-11-02 at 04:48 -0600, Peter A. Bigot wrote: tar format normally stores user and group as names, which is the right thing to use when target passwd and group files are available. When unpacking a rootfs archive onto a mounted SD card