<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/fs/squashfs, branch master</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-03-05T14:04:03Z</updated>
<entry>
<title>squashfs: re-add legacy lzma support</title>
<updated>2011-03-05T14:04:03Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-03-04T14:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=194ac2d5496d7895980252059d9e133b218cf170'/>
<id>urn:sha1:194ac2d5496d7895980252059d9e133b218cf170</id>
<content type='text'>
Readd legacy LZMA support since older patched kernels might be using it.
Introduce an XZ target filesystem option for the new format.

[Peter: add a seperate xz target for squashfs-target as well]
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: bump version</title>
<updated>2011-03-03T10:50:24Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-03-03T10:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=313c3d0f39e19e08499a529c73875841d7ddff98'/>
<id>urn:sha1:313c3d0f39e19e08499a529c73875841d7ddff98</id>
<content type='text'>
The EXTRA_CFLAGS patch is now upstream, but we need a fix for !gzip builds
instead.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: add lzma support</title>
<updated>2010-09-20T20:05:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-20T20:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ed4ca35a1a5996569b1a1d769cb080c5f1fd62c6'/>
<id>urn:sha1:ed4ca35a1a5996569b1a1d769cb080c5f1fd62c6</id>
<content type='text'>
And try to select a sane default compression algorithm.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: bump 4.x, add lzo support</title>
<updated>2010-09-20T14:21:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-20T14:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=785fef108ebd940aeabe7e5c2d6d5f54f98e6146'/>
<id>urn:sha1:785fef108ebd940aeabe7e5c2d6d5f54f98e6146</id>
<content type='text'>
We'll need libattr/xz packages in BR to enable support for those.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/squashfs: fix image file permissions</title>
<updated>2010-08-31T19:53:40Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-08-31T19:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3975e30b991d42d4cc153b738742f962d8fda757'/>
<id>urn:sha1:3975e30b991d42d4cc153b738742f962d8fda757</id>
<content type='text'>
Set image file permissions to 0644 like it was before the fs rework,
instead of the rather unhelpful 0700 (E.G. when image is used for tftp).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/squashfs: fix endianness typo for squashfs3</title>
<updated>2010-08-27T15:00:39Z</updated>
<author>
<name>Stanislav Bogatyrev</name>
<email>bogatyrev_stanislav@gmail.com</email>
</author>
<published>2010-08-27T15:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=62b4c67b094131db9d1f715a5cef0fd042396338'/>
<id>urn:sha1:62b4c67b094131db9d1f715a5cef0fd042396338</id>
<content type='text'>
Signed-off-by: Stanislav Bogatyrev &lt;bogatyrev_stanislav@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/squashfs: squashfs3 needs to set big/little endian</title>
<updated>2010-05-26T20:47:32Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T20:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e74bcb6f9a69e55e57d8c677567c86fa76abc5a7'/>
<id>urn:sha1:e74bcb6f9a69e55e57d8c677567c86fa76abc5a7</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add version selection for the SquashFS root filesystem</title>
<updated>2010-04-09T10:21:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-09T10:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b8cee9fb4380a8d58a324d141dcab68a4c3aa29c'/>
<id>urn:sha1:b8cee9fb4380a8d58a324d141dcab68a4c3aa29c</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Coherent naming for .mk files in fs/</title>
<updated>2010-04-09T09:04:36Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-10T21:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3474716bff31a3d287d0d3813eb7e107cedfa3ef'/>
<id>urn:sha1:3474716bff31a3d287d0d3813eb7e107cedfa3ef</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Move all filesystem generation code to fs/</title>
<updated>2010-04-09T09:04:36Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-10T21:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0585241505cfaddc9db6ae92739bdfb5ce5f9794'/>
<id>urn:sha1:0585241505cfaddc9db6ae92739bdfb5ce5f9794</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
