<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/squashfs-tools, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>squashfs-tools: allow setting of SRC_URI before loading .inc</title>
<updated>2009-11-21T21:52:48+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2009-11-21T21:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2f15c139108411520a235708e3a3b697eb12b497'/>
<id>2f15c139108411520a235708e3a3b697eb12b497</id>
<content type='text'>
Without this change bitbake due a fetcher failure because SRC_URI is
then cached and later changed.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change bitbake due a fetcher failure because SRC_URI is
then cached and later changed.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: add .inc usage again to avoid duplicated logic</title>
<updated>2009-11-19T19:04:41+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2009-11-19T18:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e0663b38790816d40d8d168d836d2a5c1232e6ea'/>
<id>e0663b38790816d40d8d168d836d2a5c1232e6ea</id>
<content type='text'>
In the effort to avoid duplicated code we've added back the .inc usage
otherwise most of code and compilation logic is duplicated between 3.3
and 4.0 recipes.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the effort to avoid duplicated code we've added back the .inc usage
otherwise most of code and compilation logic is duplicated between 3.3
and 4.0 recipes.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.</title>
<updated>2009-11-18T18:22:12+00:00</updated>
<author>
<name>Leon Woestenberg</name>
<email>leon@sidebranch.com</email>
</author>
<published>2009-11-18T00:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1481ac48dd9d47cc6ac2749e1d68147553e76c7e'/>
<id>1481ac48dd9d47cc6ac2749e1d68147553e76c7e</id>
<content type='text'>
In OpenEmbedded we used squashfs 4.0 with external patch for LZMA
compression support. In the meantime, squashfs has mainlined LZMA
support in its CVS version.

This patches switches to the upstream squashfs-tools and modifies
bitbake.conf to match the slightly different arguments to mksquashfs.

Signed-off-by: Leon Woestenberg &lt;leon@sidebranch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In OpenEmbedded we used squashfs 4.0 with external patch for LZMA
compression support. In the meantime, squashfs has mainlined LZMA
support in its CVS version.

This patches switches to the upstream squashfs-tools and modifies
bitbake.conf to match the slightly different arguments to mksquashfs.

Signed-off-by: Leon Woestenberg &lt;leon@sidebranch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: fix up native version</title>
<updated>2009-11-05T09:59:34+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-11-05T09:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ac8425fce9249cb483e6a206334ce23e95be0250'/>
<id>ac8425fce9249cb483e6a206334ce23e95be0250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: add lzma support in 4.0 version</title>
<updated>2009-10-29T22:43:50+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2009-09-28T00:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0456b5ee381e55383249782a2e7ac6e4de60e746'/>
<id>0456b5ee381e55383249782a2e7ac6e4de60e746</id>
<content type='text'>
This added lzma by default since squashfs-tools is not common to be
installed into a image and it doesn't increase the compilation time a
lot.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This added lzma by default since squashfs-tools is not common to be
installed into a image and it doesn't increase the compilation time a
lot.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: refactor 3.3 and 4.0 recipes and use INC_PR</title>
<updated>2009-10-08T00:42:21+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2009-09-26T19:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2b7891e0ffb5be605a87f581c1f58930db9654c7'/>
<id>2b7891e0ffb5be605a87f581c1f58930db9654c7</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: drop 2.0, 2.2r2 and 3.1r2 versions</title>
<updated>2009-10-08T00:42:21+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2009-09-26T18:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=df9d3c175db889fca38947e741bfc8aab946fae7'/>
<id>df9d3c175db889fca38947e741bfc8aab946fae7</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.</title>
<updated>2009-05-30T17:33:24+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-05-25T20:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fd94b63f7036a6b2bedc1055c5fef510b27704b1'/>
<id>fd94b63f7036a6b2bedc1055c5fef510b27704b1</id>
<content type='text'>
Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to base_set_filespath() from recipes that don't need it.</title>
<updated>2009-05-30T17:33:24+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-05-25T20:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b78152acaf5ae9a45f7c749291bf276f60707832'/>
<id>b78152acaf5ae9a45f7c749291bf276f60707832</id>
<content type='text'>
These recipes are covered by the default FILESPATHPKG setting.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These recipes are covered by the default FILESPATHPKG setting.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29).</title>
<updated>2009-04-19T00:24:54+00:00</updated>
<author>
<name>Leon Woestenberg</name>
<email>leon@sidebranch.com</email>
</author>
<published>2009-04-19T00:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=90deb9f866f17181f3cc4296e0b8d5de5187609e'/>
<id>90deb9f866f17181f3cc4296e0b8d5de5187609e</id>
<content type='text'>
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release
4.0 is now upstream in Linux 2.6.29. The filesystem layout has
changed from the 3.x releases.

Distro's need to carefully select the (cross and native) version
depending on the kernel release, which again might be different for
the machines supported.

Signed-off-by: Leon Woestenberg &lt;leon@sidebranch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release
4.0 is now upstream in Linux 2.6.29. The filesystem layout has
changed from the 3.x releases.

Distro's need to carefully select the (cross and native) version
depending on the kernel release, which again might be different for
the machines supported.

Signed-off-by: Leon Woestenberg &lt;leon@sidebranch.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
