<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/mtd/mtd-utils, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-09-23T07:15:27Z</updated>
<entry>
<title>rename TOOL_BUILD_DIR to TOOLCHAIN_DIR</title>
<updated>2009-09-23T07:15:27Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-09-22T23:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cb5710c538fce01f4875a64e6de4b37a7718005b'/>
<id>urn:sha1:cb5710c538fce01f4875a64e6de4b37a7718005b</id>
<content type='text'>
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>jffs2root: build host version of lzo and use for host mkfs.jffs2</title>
<updated>2009-04-08T22:45:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-08T22:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b8767865eb0b4943dccbdd8caa671603aa626f31'/>
<id>urn:sha1:b8767865eb0b4943dccbdd8caa671603aa626f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)</title>
<updated>2009-02-17T14:04:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-17T14:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1aae99bc3426414e64751303e121946ad4f1f01a'/>
<id>urn:sha1:1aae99bc3426414e64751303e121946ad4f1f01a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mtd/mtd-utils: mkfs.jffs2: fix device_table handling</title>
<updated>2009-01-20T20:06:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-20T20:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=31647bd0c61851177b54771e0f14e19a15c7cc15'/>
<id>urn:sha1:31647bd0c61851177b54771e0f14e19a15c7cc15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well</title>
<updated>2009-01-20T14:17:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-20T14:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=dc8ff28549b1fb383ab45735a0510a6b87605f54'/>
<id>urn:sha1:dc8ff28549b1fb383ab45735a0510a6b87605f54</id>
<content type='text'>
The host stuff seems pretty broken though as we don't build a host version
of liblzo.
</content>
</entry>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the mtd package with regard to external toolchain use.</title>
<updated>2008-11-11T19:00:32Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2008-11-11T19:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b741302a0117aac90199f6e1adf8515ff0de163d'/>
<id>urn:sha1:b741302a0117aac90199f6e1adf8515ff0de163d</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;

</content>
</entry>
<entry>
<title>Remove lzo patches which aren't required with latest liblzo package updates</title>
<updated>2008-09-04T01:39:40Z</updated>
<author>
<name>Hamish Moffatt</name>
<email>hamish@cloud.net.au</email>
</author>
<published>2008-09-04T01:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d74a92e00cc8d52b3de04444d8b687352a64bcb2'/>
<id>urn:sha1:d74a92e00cc8d52b3de04444d8b687352a64bcb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for summarising JFFS2 images. With support in the kernel this improves mount time significantly.</title>
<updated>2008-02-12T05:39:32Z</updated>
<author>
<name>Hamish Moffatt</name>
<email>hamish@cloud.net.au</email>
</author>
<published>2008-02-12T05:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=536e98effda4d9fe856befd7f5ac8123ea6e86fd'/>
<id>urn:sha1:536e98effda4d9fe856befd7f5ac8123ea6e86fd</id>
<content type='text'>
</content>
</entry>
</feed>
