Added more output to JFFS2 image generation. It simply helps to see,
what options get passed.
Signed-off-by: Carsten Schlote <[email protected]>
--
Carsten Schlote <[email protected]>
konzeptpark.de
commit fcc66280c4e6d204a40cd7e418fffe49a8e7920f
Author: Carsten Schlote <[email protected]>
Date: Tue Jan 6 16:48:55 2009 +0100
[ptxdist] Output options passed to mkfs.jffs2
Added more output to JFFS2 image generation. It simply
helps to see, what options get passed.
Signed-off-by: Carsten Schlote <[email protected]>
diff --git a/rules/post/images.make b/rules/post/images.make
index cbbf934..dbb869b 100644
--- a/rules/post/images.make
+++ b/rules/post/images.make
@@ -104,7 +104,7 @@ $(IMAGEDIR)/root.tgz: $(STATEDIR)/image_working_dir
# create the JFFS2 image
#
$(IMAGEDIR)/root.jffs2: $(STATEDIR)/image_working_dir
- @echo -n "Creating root.jffs2 from working dir..."
+ @echo -n "Creating root.jffs2 from working dir...
(--eraseblock=$(PTXCONF_IMAGE_JFFS2_BLOCKSIZE)
$(PTXCONF_IMAGE_JFFS2_EXTRA_ARGS))"
@cd $(WORKDIR); \
(awk -F: $(DOPERMISSIONS) $(IMAGEDIR)/permissions && \
( \
--
ptxdist mailing list
[email protected]