[OE-core] [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build.

Pete Kolcsar peter.kolcsar at windriver.com
Tue Feb 12 16:31:30 UTC 2013


--- a/squashfs_fs.h	2011-02-11 17:49:24.000000000 +0200
+++ b/squashfs_fs.h	2013-02-12 15:53:04.360256607 +0200
@@ -36,9 +36,9 @@
 
 /* default size of data blocks */
 #define SQUASHFS_FILE_SIZE		131072
-#define SQUASHFS_FILE_LOG		17
 
 #define SQUASHFS_FILE_MAX_SIZE		1048576
+#define SQUASHFS_FILE_MAX_LOG		20
 
 /* Max number of uids and gids */
 #define SQUASHFS_IDS			65536






More information about the Openembedded-core mailing list