|
@@ -103,6 +103,16 @@ define Build/append-rootfs
|
|
|
dd if=$(IMAGE_ROOTFS) >> $@
|
|
|
endef
|
|
|
|
|
|
+define Build/append-squashfs-fakeroot-be
|
|
|
+ rm -rf [email protected] [email protected]
|
|
|
+ mkdir [email protected]
|
|
|
+ $(STAGING_DIR_HOST)/bin/mksquashfs3-lzma \
|
|
|
+ [email protected] [email protected] \
|
|
|
+ -noappend -root-owned -be -nopad -b 65536 \
|
|
|
+ $(if $(SOURCE_DATE_EPOCH),-fixed-time $(SOURCE_DATE_EPOCH))
|
|
|
+ cat [email protected] >> $@
|
|
|
+endef
|
|
|
+
|
|
|
define Build/append-squashfs4-fakeroot
|
|
|
rm -rf [email protected] [email protected]
|
|
|
mkdir [email protected]
|