<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/squashfs, branch 2011.02</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-02-25T20:27:40Z</updated>
<entry>
<title>squashfs: use kconfig to ensure atleast one compressor is selected</title>
<updated>2011-02-25T20:27:40Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-25T20:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=eaf18b8b788c5651b67fb90c12907217f009cc80'/>
<id>urn:sha1:eaf18b8b788c5651b67fb90c12907217f009cc80</id>
<content type='text'>
Similar to how we do it for mpd now. This way, the selection is clearly
visible to the user, instead of the hidden selection we used to do in
the makefile.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: fix zlib dependency</title>
<updated>2011-02-19T19:46:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-19T19:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cbd5099271121f544a23a07c974f33d366591247'/>
<id>urn:sha1:cbd5099271121f544a23a07c974f33d366591247</id>
<content type='text'>
The 'gzip' compression supports just needs zlib, and not the gzip package.

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>squashfs: fix build with uClibc</title>
<updated>2010-06-17T20:45:22Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-17T20:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dfa2a513e1aa7f6ec47f630c5d31d98cd098f408'/>
<id>urn:sha1:dfa2a513e1aa7f6ec47f630c5d31d98cd098f408</id>
<content type='text'>
squashfs used the get_nprocs() GNU extension, instead of directly
calling sysconf(), breaking the build on uClibc.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs,squashfs3: needs LARGEFILE support in toolchain</title>
<updated>2010-05-26T20:17:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-26T20:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ec1bd9900a5f6eeb0646b79b310395c740dbf0c9'/>
<id>urn:sha1:ec1bd9900a5f6eeb0646b79b310395c740dbf0c9</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>squashfs: fix build when zlib isn't available on the host</title>
<updated>2010-05-07T19:32:02Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-07T19:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d5a1757565c0c5539e2728c23d9cb955fba02615'/>
<id>urn:sha1:d5a1757565c0c5539e2728c23d9cb955fba02615</id>
<content type='text'>
Pass CFLAGS and LDFLAGS so that when building squashfs, it finds the
zlib installed in $(HOST_DIR).

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>squashfs: new package</title>
<updated>2010-04-09T09:03:54Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-01T23:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c040b2c0105120bcd71046e346842f9917b4445a'/>
<id>urn:sha1:c040b2c0105120bcd71046e346842f9917b4445a</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
