<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/dmraid, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-10-04T09:41:20Z</updated>
<entry>
<title>package: get rid of ".. has no inherent support for AVR32" comments</title>
<updated>2010-10-04T09:41:20Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-10-04T09:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e7b6b32c5db122bced1466e5affea4ca53b6cbb9'/>
<id>urn:sha1:e7b6b32c5db122bced1466e5affea4ca53b6cbb9</id>
<content type='text'>
These are probaly out of date by now, and lack of special handling for
avr32 doesn't mean that a package won't work on avr32, so remove them.

Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}'

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dmraid: misc cleanup</title>
<updated>2010-09-16T13:35:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-16T13:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0a5ec788662b9b18aa65806a706904bf9860b837'/>
<id>urn:sha1:0a5ec788662b9b18aa65806a706904bf9860b837</id>
<content type='text'>
Fix install into staging (YES instead of yes), fix uninstall target,
use default target-install handling, install headers/lib/man pages into
target if requested.

A small patch is needed for 'make remove' to work.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dmraid: fix init script</title>
<updated>2010-09-16T13:14:35Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-16T13:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=78e7c0b642a0decf6dad37026b3f70bb480f645b'/>
<id>urn:sha1:78e7c0b642a0decf6dad37026b3f70bb480f645b</id>
<content type='text'>
Init scripts are only run if they are prefixed with S??, and dmraid gets
installed into /usr/sbin, not /sbin.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dmraid: remove useless strip and use correct step override method</title>
<updated>2010-09-12T17:26:50Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-09-01T21:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=020e028108d53c14ae257c8a643aa2d22ac00f4a'/>
<id>urn:sha1:020e028108d53c14ae257c8a643aa2d22ac00f4a</id>
<content type='text'>
For the target installation step, do not rely on the package being
installed in the staging directory, as it may not be true. So the
dmraid binary is directly taken from the build directory.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>dmraid must now require lvm2 and not dm</title>
<updated>2009-06-20T05:19:19Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2009-06-15T13:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9cf1786bf043b2e5dd7247a31786cd4efb0f982e'/>
<id>urn:sha1:9cf1786bf043b2e5dd7247a31786cd4efb0f982e</id>
<content type='text'>
As device-mapper has moved to lvm2, dmraid must now require lvm2.

Signed-off-by: Nigel Kukard &lt;nkukard@lbsd.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dmraid linking against host system fix</title>
<updated>2009-06-15T11:27:07Z</updated>
<author>
<name>Nigel Kukard</name>
<email>nkukard@lbsd.net</email>
</author>
<published>2009-06-01T11:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=220dca451ef4b2f680ca35caacb29f6a6138068a'/>
<id>urn:sha1:220dca451ef4b2f680ca35caacb29f6a6138068a</id>
<content type='text'>
dmraid is hard coded with -L$(DESTDIR)$(libdir)  which tries to link in
the host systems' libs

Signed-off-by: Nigel Kukard &lt;nkukard@lbsd.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>dmraid: broken with parallel make (lib + tools race)</title>
<updated>2009-05-07T07:35:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-05-07T07:33:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=30b9a6ae5b1d770d9b8eae9e9bafc316a4923762'/>
<id>urn:sha1:30b9a6ae5b1d770d9b8eae9e9bafc316a4923762</id>
<content type='text'>
Reported by Olaf Rempel.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: dm (and in turn dmraid) needs largefile support</title>
<updated>2009-03-04T13:22:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-04T13:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=45928393845c01117fd9ca8084e85bc31549abda'/>
<id>urn:sha1:45928393845c01117fd9ca8084e85bc31549abda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dmraid: fix build &amp; convert to Makefile.autotools.in</title>
<updated>2009-03-04T13:22:38Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-04T13:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=39fc31066982a9e8041992fb2cf7d03e2c748ad6'/>
<id>urn:sha1:39fc31066982a9e8041992fb2cf7d03e2c748ad6</id>
<content type='text'>
Patch by Olaf Rempel &lt;razzor@kopf-tisch.de&gt;

- was not building at all (x86 uclibc)
- adding devicemapper dependency
</content>
</entry>
<entry>
<title>Add help for packages without AVR32 support</title>
<updated>2009-01-26T00:34:02Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2009-01-26T00:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf'/>
<id>urn:sha1:8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf</id>
<content type='text'>
</content>
</entry>
</feed>
