[OE-core] [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build.
Saul Wold
sgw at linux.intel.com
Tue Feb 12 20:10:45 UTC 2013
This seems to be an incomplete patch and will not patch anything in
OE-Core directly, maybe you really mean to patch the Squashfs-tools recipe.
Sau!
On 02/12/2013 08:31 AM, Pete Kolcsar wrote:
> --- 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
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
More information about the Openembedded-core
mailing list