<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/config/Makefile.kconfig, branch debian</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=debian</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=debian'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-09-01T10:26:41+00:00</updated>
<entry>
<title>Clean up our patches against kconfig</title>
<updated>2010-09-01T10:26:41+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-08-21T13:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7c524dd0b683e1e8fac4e4084ac7678576bfbe07'/>
<id>urn:sha1:7c524dd0b683e1e8fac4e4084ac7678576bfbe07</id>
<content type='text'>
Our kconfig-to-buildroot2.patch hasn't been kept up to date with all
the changes made into package/config, and a single patch wasn't very
practical to maintain all our changes. Therefore, this commit adds a
package/config/patches directory, which contains a Quilt series of
patches that correspond to our modifications to the kconfig mechanism.

The huge kconfig-to-buildroot2.patch has been split into 16 smaller
patches. The purpose of some of the modifications has been clearly
identified, while some others were not identified.

The 16 patches together do match exactly the old
kconfig-to-buildroot2.patch. We have been very careful in making sure
that we wouldn't loose any of our modifications.

The only modifications made are :

 * Instead of renaming the kernel Makefile to Makefile.kconfig and
   naming the Buildroot Makefile just 'Makefile', we instead keep the
   original package/config/Makefile from the kernel
   scripts/kconfig/Makefile and name the Buildroot Makefile
   package/config/Makefile.br. The main Buildroot Makefile is modified
   accordingly.

 * The documentation README.buildroot2 is updated to explain how to
   upgrade to a newer version of scripts/kconfig.

 * The kconfig-language.txt documentation is removed, as anybody can
   easily find it in the kernel sources so there's no need to
   duplicate it here.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>make gconfig: fix build on Fedora-13</title>
<updated>2010-06-24T15:01:15+00:00</updated>
<author>
<name>Slava Zanko</name>
<email>slavazanko@gmail.com</email>
</author>
<published>2010-06-24T09:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1b10ce7156036684126fac70cbbbf2db783f3b47'/>
<id>urn:sha1:1b10ce7156036684126fac70cbbbf2db783f3b47</id>
<content type='text'>
Closes #2095

Avoids error like:
/usr/bin/ld: /dot-dot-dot/buildroot/output/build/buildroot-config/kconfig_load.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'

Need to add -ldl to list of GTK2 development libraries.

Signed-off-by: Slava Zanko &lt;slavazanko@gmail.com&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.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:10+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-05T19:09:05+00:00</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>package/config: really clean</title>
<updated>2010-05-22T20:11:19+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@anciens.enib.fr</email>
</author>
<published>2010-05-09T13:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6bd9ca56d9f2eba062e09b4650c1d2b66375b199'/>
<id>urn:sha1:6bd9ca56d9f2eba062e09b4650c1d2b66375b199</id>
<content type='text'>
Signed-off-by: Yann E. MORIN &lt;yann.morin.1998@anciens.enib.fr&gt;
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:00+00:00</updated>
<author>
<name>Alper Yildirim</name>
<email>ayildirim@aselsan.com</email>
</author>
<published>2009-07-20T17:17:10+00:00</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>config: Update package/config to Kconfig 2.6.30</title>
<updated>2009-07-27T14:06:50+00:00</updated>
<author>
<name>Alper Yildirim</name>
<email>ayildirim@aselsan.com</email>
</author>
<published>2009-07-20T16:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4b3e11b3e7d00881878f45cddbfe8f4bf07d1ebe'/>
<id>urn:sha1:4b3e11b3e7d00881878f45cddbfe8f4bf07d1ebe</id>
<content type='text'>
Update the package/config stuff with the code available in the Linux
kernel 2.6.30.

Signed-off-by: Alper Yildirim &lt;ayildirim@aselsan.com&gt;
</content>
</entry>
<entry>
<title>package/config: rebase from upstream (2.6.24.4)</title>
<updated>2008-06-19T08:11:51+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-19T08:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e2c32ba54b2fcf27a766e9c3cb427180a03ea056'/>
<id>urn:sha1:e2c32ba54b2fcf27a766e9c3cb427180a03ea056</id>
<content type='text'>
From Bernhards tree (1af211ea)
</content>
</entry>
<entry>
<title>package/config: rebase from upstream (2.6.23.14)</title>
<updated>2008-06-19T08:11:43+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-19T08:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1b6f2e0f4c8445100f1ea6bea5b89db15dba0175'/>
<id>urn:sha1:1b6f2e0f4c8445100f1ea6bea5b89db15dba0175</id>
<content type='text'>
From Bernhards tree (2737cfdd)
</content>
</entry>
<entry>
<title>- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al</title>
<updated>2007-09-23T14:06:59+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-09-23T14:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0d888e3677d9cd501c6b87f634d9bb8f13de581f'/>
<id>urn:sha1:0d888e3677d9cd501c6b87f634d9bb8f13de581f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- fix building mconf with curses flags</title>
<updated>2007-07-27T12:37:30+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-07-27T12:37:30+00:00</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>
