<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/blackbox, branch 2009.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2008-10-20T11:53:16+00:00</updated>
<entry>
<title>package/: remove redundant install-strip in *_TARGET_INSTALL_OPT</title>
<updated>2008-10-20T11:53:16+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-20T11:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e337d002fe4f258897f9d7ac5292e243b88b4cfd'/>
<id>urn:sha1:e337d002fe4f258897f9d7ac5292e243b88b4cfd</id>
<content type='text'>
It's default now.
</content>
</entry>
<entry>
<title>blackbox: fix long help text lines</title>
<updated>2008-08-27T20:19:30+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T20:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3f5bbc6926ff582c6520c24e33bf28e9c1dae672'/>
<id>urn:sha1:3f5bbc6926ff582c6520c24e33bf28e9c1dae672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blackbox: use := assignments</title>
<updated>2008-08-26T20:47:05+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5fb25de717e743eefb390dc7e2223204e10a8e69'/>
<id>urn:sha1:5fb25de717e743eefb390dc7e2223204e10a8e69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blackbox: don't show comment if no xserver is selected</title>
<updated>2008-08-26T20:47:01+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9a850cd2da1f9a002cd972c3ac39cb825ecf92a8'/>
<id>urn:sha1:9a850cd2da1f9a002cd972c3ac39cb825ecf92a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blackbox: cleanup redundant configure args</title>
<updated>2008-08-26T20:46:58+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dda768810066481d62be173ea5320fd1c1aa7818'/>
<id>urn:sha1:dda768810066481d62be173ea5320fd1c1aa7818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blackbox: use install-strip for target install</title>
<updated>2008-08-26T20:46:55+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ecb94d810c8ef04ededcc9e1c9fc151e5ce2db63'/>
<id>urn:sha1:ecb94d810c8ef04ededcc9e1c9fc151e5ce2db63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blackbox: use BR2_SOURCEFORGE_MIRROR</title>
<updated>2008-08-26T20:46:51+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-26T20:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=91fca34777a55e056d3d3905d6b9801d1ce54d81'/>
<id>urn:sha1:91fca34777a55e056d3d3905d6b9801d1ce54d81</id>
<content type='text'>
Don't hardcode specific sourceforge mirrors.
</content>
</entry>
<entry>
<title>buildroot: remove trailing spaces</title>
<updated>2008-08-04T19:07:05+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-04T19:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=02a623ddf96aa97c341a287bbb4ec5370a069444'/>
<id>urn:sha1:02a623ddf96aa97c341a287bbb4ec5370a069444</id>
<content type='text'>
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>buildroot: s/depends/depends on/</title>
<updated>2008-06-19T19:06:25+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-19T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a5ac61715b70ef628e1239e92ffd7aae859e8294'/>
<id>urn:sha1:a5ac61715b70ef628e1239e92ffd7aae859e8294</id>
<content type='text'>
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
</content>
</entry>
</feed>
