]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: allow replacing tar command
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 14 Aug 2015 14:59:04 +0000 (16:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:48 +0000 (17:57 +0100)
commitd8db122114f4d0600b662f79b3673108b4b6c0b7
tree12ec5b019bc6feeedba1f279216fd459d01c7bb0
parente6fee3ddb5600fc564243a96d6232b4ae097df32
image_types.bbclass: allow replacing tar command

Usually, the host's tar command is sufficient. However, special cases
like archiving xattrs depend on a modern GNU tar version. The new
IMAGE_CMD_TAR makes that possible, with xattrs given as example.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image_types.bbclass