<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/makedevs, branch 2011.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-02-23T22:37:36Z</updated>
<entry>
<title>makedevs: fix cases where (start != 0)</title>
<updated>2011-02-23T22:37:36Z</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin+buildroot@gmail.com</email>
</author>
<published>2011-02-23T16:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a85971a68b6661327e21f44ce50925b220997dbb'/>
<id>urn:sha1:a85971a68b6661327e21f44ce50925b220997dbb</id>
<content type='text'>
The makedevs script did not always generate the requested set of device names / minor number series.
* If start != 0, then requesting (count) devices would generate only (count - start)
* If start != 0 &amp;&amp; increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1)))

This patch fixes the code and updates the usage text with extra examples.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>makedevs: Add support for 16-bit major/minor numbers</title>
<updated>2011-01-14T21:50:39Z</updated>
<author>
<name>Matt Fleming</name>
<email>matthew.fleming@imgtec.com</email>
</author>
<published>2010-09-24T13:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7879a4ba3fb9effbf2b89ed744abf200d1386e1c'/>
<id>urn:sha1:7879a4ba3fb9effbf2b89ed744abf200d1386e1c</id>
<content type='text'>
Closes #2647

[Peter: Adjust for the real 12bit majors/20bit minors supported by Linux]
Signed-off-by: Matt Fleming &lt;matthew.fleming@imgtec.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>makedevs: add source targets</title>
<updated>2010-11-19T13:55:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-19T13:54:40Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c7af389523ba4134ba88c2e4481a56dab84d3594'/>
<id>urn:sha1:c7af389523ba4134ba88c2e4481a56dab84d3594</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>makedevs: convert to a more normal way of building packages</title>
<updated>2010-04-19T20:46:39Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-24T22:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=81cd9d45ffa5cd2e8622ca2d11f4e62580bd2cbb'/>
<id>urn:sha1:81cd9d45ffa5cd2e8622ca2d11f4e62580bd2cbb</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>makedevs: move to package/</title>
<updated>2010-04-19T20:46:37Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-24T21:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5faae4869027d86cba895bf88b5b956c62310d30'/>
<id>urn:sha1:5faae4869027d86cba895bf88b5b956c62310d30</id>
<content type='text'>
Since target/ doesn't contain any .mk file in subdirectories, also
remove the include in target/Makefile.in.
</content>
</entry>
</feed>
