<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/fs/squashfs, branch master</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-06-07T08:54:54Z</updated>
<entry>
<title>Normalize separator size to 80</title>
<updated>2013-06-07T08:54:54Z</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-06-06T21:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=086f333f39cdbc0762917272e4c9bb87344fb51a'/>
<id>urn:sha1:086f333f39cdbc0762917272e4c9bb87344fb51a</id>
<content type='text'>
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fs/common.mk: delay evaluation of variables</title>
<updated>2013-01-20T19:53:29Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2013-01-20T14:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=847895d29524d81b64afb059b8649a77802a469b'/>
<id>urn:sha1:847895d29524d81b64afb059b8649a77802a469b</id>
<content type='text'>
This makes things easier to understand and more consistent with the pkg-infra.
For example, it removes the need for '$$@' in the CMD variables of fs/*/*.mk.

It also makes it possible to update the variables later, e.g. in the package
override file.

It also makes sure that the date will be recorded correctly in Yann E. Morin's
patch that logs the MESSAGE macros to a file.

The fs/*/*.mk must be updated as well because the '$@' shouldn't be quoted
anymore in the CMD variables or the hooks.

The $(eval ...) for the dependencies is redundant, because the $(ROOTFS_TARGET)
variable is already eval'd. Note that it is only redundant if the evaluation of
the uses of the variable is also delayed.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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>
</feed>
