]> code.ossystems Code Review - openembedded-core.git/commit
image_types: tar with --numeric-owner
authorMax Krummenacher <max.oss.09@gmail.com>
Sat, 27 Jan 2018 13:54:08 +0000 (14:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:34 +0000 (10:54 +0000)
commit061e04cb6335a10f560e57255b7335b8c9891207
tree847b8c1225c337b83681435bdf45bcb41082c33f
parented41167521ccae14952e500d7432cb776636f4e9
image_types: tar with --numeric-owner

If --numeric-owner is neither used when creating or extracting the archive
containing the rootfs then tar tries to change the numeric uid/gid of the
files based on user/group names of the host used to extract the archive.

Create the archive with --numeric-owner to remove the burden of having to
use --numeric-owner when extracting.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image_types.bbclass