This reverts commit
91e3419a33f3f0baa2fb25680f5c9a7b2240102b.
Now that squashfs3-lzma generates reproducible output we can drop the
empty binary. Having a binary file in the tree is not nice and we actually
also use squashfs3-lzma for devices which expect the kernel to be loaded
from a squashfs3...
Signed-off-by: Daniel Golle <[email protected]>
dd if=$(IMAGE_ROOTFS) >> $@
endef
+define Build/append-squashfs-fakeroot-be
+ $(STAGING_DIR_HOST)/bin/mksquashfs3-lzma \
+ -noappend -root-owned -be -nopad -b 65536 \
+ $(if $(SOURCE_DATE_EPOCH),-fixed-time $(SOURCE_DATE_EPOCH))
+endef
+
define Build/append-squashfs4-fakeroot
endef
-define Build/append-squashfs-fakeroot-be
- cat ./empty-squashfs-lzma >> $@
-endef
define Device/Default
DEVICE_DTS_DIR := ../dts