<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/config, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-08-03T08:07:54Z</updated>
<entry>
<title>kconfig: fix oldconfig to generate .config.cmd</title>
<updated>2009-08-03T08:07:54Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-03T08:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c0727fd3192dd3f126b9534174b4f529eeda2a33'/>
<id>urn:sha1:c0727fd3192dd3f126b9534174b4f529eeda2a33</id>
<content type='text'>
Since the recent update of Kconfig to the Kconfig infrastructure found
in 2.6.30 kernels, make oldconfig was broken because it didn't
generate the .config.cmd file. This is done by a call to the
conf_write_autoconf() function.

Moreover, this process was also broken because the
conf_get_autoconfig_name() function was reading the environment
variable BUILDROOT_AUTOCONF while the main Makefile is passing it as
KCONFIG_AUTOCONFIG. We also remove the fallback on
"$(BR2_DEPENDS_DIR)/config/auto.conf" since we are not able to expand
BR2_DEPENDS_DIR at this point. Therefore, the KCONFIG_AUTOCONFIG
envionment variable *must* be set.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>kconfig: tell git to ignore new generated files</title>
<updated>2009-07-30T15:39:47Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-30T15:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=33f13e393f55f12b3887cbf5c849fc14f8d7c666'/>
<id>urn:sha1:33f13e393f55f12b3887cbf5c849fc14f8d7c666</id>
<content type='text'>
The update of kconfig and the addition of xconfig support generates
more files in package/config/. Tell git to ignore them.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xconfig: Save the configuration properly in qconf</title>
<updated>2009-07-27T14:07:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-21T16:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6cd6353ff9c0ce93a63e43c4cb61188c6bc0b0f5'/>
<id>urn:sha1:6cd6353ff9c0ce93a63e43c4cb61188c6bc0b0f5</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xconfig: Change titlebar to Buildroot Configuration</title>
<updated>2009-07-27T14:07:04Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-20T21:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=69f982cdade4050c89ab8ebfd97d43288e625179'/>
<id>urn:sha1:69f982cdade4050c89ab8ebfd97d43288e625179</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&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.hiegel.fr/cgit/buildroot.git/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:50Z</updated>
<author>
<name>Alper Yildirim</name>
<email>ayildirim@aselsan.com</email>
</author>
<published>2009-07-20T16:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/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>Add .gitignore files</title>
<updated>2009-05-04T19:46:53Z</updated>
<author>
<name>angus salkeld</name>
<email>angus.salkeld@alliedtelesis.co.nz</email>
</author>
<published>2009-05-04T19:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9cdff46ba05f29cfd358123243f54cc5d45ac440'/>
<id>urn:sha1:9cdff46ba05f29cfd358123243f54cc5d45ac440</id>
<content type='text'>
[peter: add /.config]

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>menuconfig: don't prepend CONFIG_ to symbols in help text</title>
<updated>2008-12-13T11:52:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-13T11:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0dc552c13453e11ca7bb6b05694b31d32da67c6f'/>
<id>urn:sha1:0dc552c13453e11ca7bb6b05694b31d32da67c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kconfig: only warn about long help lines, not other types of lines</title>
<updated>2008-10-16T19:28:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-10-16T19:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=50548330b469addd6dff0e7c790e4c8491ce9b2d'/>
<id>urn:sha1:50548330b469addd6dff0e7c790e4c8491ce9b2d</id>
<content type='text'>
We have some pretty long depends / default y|n lines in BR, which it
shouldn't complain about.
</content>
</entry>
<entry>
<title>kconfig: warn about overlong lines in help-texts</title>
<updated>2008-08-27T20:18:33Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-08-27T20:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=af06d81be38f26c8f89d3a693f342b3835dd9e2c'/>
<id>urn:sha1:af06d81be38f26c8f89d3a693f342b3835dd9e2c</id>
<content type='text'>
From busybox r22852.
</content>
</entry>
</feed>
