* [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build. @ 2013-02-12 16:31 Pete Kolcsar 2013-02-12 20:10 ` Saul Wold 0 siblings, 1 reply; 2+ messages in thread From: Pete Kolcsar @ 2013-02-12 16:31 UTC (permalink / raw) To: openembedded-core --- 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build. 2013-02-12 16:31 [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build Pete Kolcsar @ 2013-02-12 20:10 ` Saul Wold 0 siblings, 0 replies; 2+ messages in thread From: Saul Wold @ 2013-02-12 20:10 UTC (permalink / raw) To: Pete Kolcsar; +Cc: openembedded-core 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@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-12 20:27 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-02-12 16:31 [PATCH] - squashfs add missing SQUASHFS_FILE_MAX_LOG define in squashfs_fs.h file to fix unsquashfs build Pete Kolcsar 2013-02-12 20:10 ` Saul Wold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox