1 ################################################################################
3 # tar to archive target filesystem
5 ################################################################################
7 TAR_OPTS
:= $(call qstrip
,$(BR2_TARGET_ROOTFS_TAR_OPTIONS
))
10 tar -c
$(TAR_OPTS
)f
$@
--numeric-owner
-C
$(TARGET_DIR
) .
13 $(eval
$(call ROOTFS_TARGET
,tar))