<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/config/Makefile, branch 2010.08_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-07-01T07:03:36Z</updated>
<entry>
<title>Makefile: fixup make distclean after kconfig build in BUILD_DIR</title>
<updated>2010-07-01T07:03:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-01T07:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8e29430410f37fe152c374d1c103a32f1906740e'/>
<id>urn:sha1:8e29430410f37fe152c374d1c103a32f1906740e</id>
<content type='text'>
We don't actually need to explicitly clean the kconfig stuff, as distclean
already removes the entire BUILD_DIR, but fix up the packag/config makefile
to do the right thing if make clean/distclean is called manually for
completeness.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/config: create .depend in object directory</title>
<updated>2010-06-21T21:02:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-21T20:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a4c99e8fb068686e8d81fa0b33bf088651f3805f'/>
<id>urn:sha1:a4c99e8fb068686e8d81fa0b33bf088651f3805f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kconfig: build in BUILD_DIR/buildroot-config</title>
<updated>2010-06-21T20:16:34Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-20T21:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2cc210c92fec4dd2977dd6022ddc1e0b77f4c269'/>
<id>urn:sha1:2cc210c92fec4dd2977dd6022ddc1e0b77f4c269</id>
<content type='text'>
This way the main buildroot dir can be completely read-only for
out-of-tree builds

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Move config files into output directory for out-of-tree build</title>
<updated>2010-06-21T20:06:00Z</updated>
<author>
<name>Will Wagner</name>
<email>willw@carallon.com</email>
</author>
<published>2010-01-11T12:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=39ca6d50d8d52a9c8cb252cffb23a9d6f0c2942d'/>
<id>urn:sha1:39ca6d50d8d52a9c8cb252cffb23a9d6f0c2942d</id>
<content type='text'>
Closes #1213

Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Makefile: support gconfig (GTK-based configurator) similar to xconfig</title>
<updated>2010-06-05T19:15:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-05T19:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2b42aae78421127a37b7a5e9ae972276dc5c3779'/>
<id>urn:sha1:2b42aae78421127a37b7a5e9ae972276dc5c3779</id>
<content type='text'>
Support the GTK variant of the graphical kconfig configurator as an
alternative to the Qt3-based one.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kconfig: fix qconf (make xconfig) linking</title>
<updated>2010-06-05T18:46:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-05T18:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e0197d64b5c598534b8f805174ef312398a0c48b'/>
<id>urn:sha1:e0197d64b5c598534b8f805174ef312398a0c48b</id>
<content type='text'>
qconf is written in C++, so use HOSTCXX instead of HOSTCC, and pass the
correct flags.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>config: Add support for xconfig</title>
<updated>2009-07-27T14:07:00Z</updated>
<author>
<name>Alper Yildirim</name>
<email>ayildirim@aselsan.com</email>
</author>
<published>2009-07-20T17:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b0df9df39ad76bdf89d1f58996cd4a1c2632b47c'/>
<id>urn:sha1:b0df9df39ad76bdf89d1f58996cd4a1c2632b47c</id>
<content type='text'>
It involved:

 * Modifying the top-level Makefile to create the xconfig target, and
   the $(CONFIG)/qconf target to compile the qconf utility

 * Modifying the package/config/Makefile magic so that C++ files and
   binaries gets linked properly, re-using the
   package/config/Makefile.kconfig logic inherited from the kernel

 * Hacking a little bit package/config/Makefile.kconfig in a way
   similar to the modifications done for the mconf (menuconfig
   interface)

Signed-off-by: Alper Yildirim &lt;ayildirim@aselsan.com&gt;
</content>
</entry>
<entry>
<title>package/config: cygwin fix</title>
<updated>2008-06-19T08:11:35Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-19T08:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2c2796719afce7b7a64fa1dd0bec736b10e371da'/>
<id>urn:sha1:2c2796719afce7b7a64fa1dd0bec736b10e371da</id>
<content type='text'>
- pass HOST_LOADLIBES down to make mconf for cygwin
- fix link-order WRT HOST_LOADLIBES

From Bernhards tree (91018d95)
</content>
</entry>
<entry>
<title>- global whitespace trimming</title>
<updated>2007-08-22T12:35:41Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-08-22T12:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6547bced933fface8e0f0dde08f0e0fe1777ddf9'/>
<id>urn:sha1:6547bced933fface8e0f0dde08f0e0fe1777ddf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- fix building mconf with curses flags</title>
<updated>2007-07-27T12:37:30Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-07-27T12:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=153b1beaeb02e1d4780428c0387b7003644e402b'/>
<id>urn:sha1:153b1beaeb02e1d4780428c0387b7003644e402b</id>
<content type='text'>
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
</content>
</entry>
</feed>
