From 889b6423b78bcde8af81d68a3fabcdd019181de4 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 12 Dec 2018 16:10:42 +0100 Subject: tools: migrate from squashfs4 to squashfskit4 squashfskit is a fork of the squashfs-tools. squashfskit creates reproducible filesystems and includes many of the distro patches. Signed-off-by: Alexander Couzens Tested-by: Paul Spooren --- include/image.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/image.mk') diff --git a/include/image.mk b/include/image.mk index 8f31409025..5268f0bdb7 100644 --- a/include/image.mk +++ b/include/image.mk @@ -229,8 +229,7 @@ define Image/mkfs/squashfs $(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \ -nopad -noappend -root-owned \ -comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \ - -processors 1 \ - $(if $(SOURCE_DATE_EPOCH),-fixed-time $(SOURCE_DATE_EPOCH)) + -processors 1 endef # $(1): board name -- cgit v1.2.3