| Submitter | Pete Kolcsar |
|---|---|
| Date | Feb. 12, 2013, 4:31 p.m. |
| Message ID | <1360686690.7843.5.camel@rockMachine> |
| Download | mbox | patch |
| Permalink | /patch/44543/ |
| State | New |
| Headers | show |
Comments
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 >
Patch
--- 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