<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/config, 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-23T12:27:30Z</updated>
<entry>
<title>kconfig: implement KCONFIG_PROBABILITY for rand{,package}config</title>
<updated>2010-07-23T12:27:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-23T12:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3435c1afb58307240be8e4607b5bb7d239fac4e9'/>
<id>urn:sha1:3435c1afb58307240be8e4607b5bb7d239fac4e9</id>
<content type='text'>
rand{,package}config enables configuration options with 50% probability,
which isn't always what we want in BR (because the "big" configs take a
long time to build and limits the chance of a randconfig detecting a
missing dependency), so introduce a KCONFIG_PROBABILITY environment
variable to tweak the probability between 0 (all options off) and 100
(all options on).

To use, simply set the environment variable before running make or pass
it on the make command line - E.G.

make randpackageconfig KCONFIG_PROBABILITY=10

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kconfig: make rand{,package}config fair</title>
<updated>2010-07-22T12:17:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-22T12:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7705e6e4150a5271f574c52c5a76b75116dc0875'/>
<id>urn:sha1:7705e6e4150a5271f574c52c5a76b75116dc0875</id>
<content type='text'>
Give each boolean symbol a 50% chance of getting enabled, rather than 67%.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<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>make gconfig: fix build on Fedora-13</title>
<updated>2010-06-24T15:01:15Z</updated>
<author>
<name>Slava Zanko</name>
<email>slavazanko@gmail.com</email>
</author>
<published>2010-06-24T09:00:59Z</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>check-lxdialog.sh: use mktemp for temporary file</title>
<updated>2010-06-21T21:02:24Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-21T20:31:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b50fedbcd3f7badd8f33f163162ed4ae6224982e'/>
<id>urn:sha1:b50fedbcd3f7badd8f33f163162ed4ae6224982e</id>
<content type='text'>
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>cleanup/simplify kconfig changes for O= builds</title>
<updated>2010-06-21T20:11:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-20T11:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b8cca06b5089821ee8fb7087d1f88e5e2c74edf8'/>
<id>urn:sha1:b8cca06b5089821ee8fb7087d1f88e5e2c74edf8</id>
<content type='text'>
No functional change.

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>package/config: also add gconfig change to patch</title>
<updated>2010-06-05T19:41:32Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-05T19:41:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fa11d8d8306646714b81f56a04ecde07f3aec623'/>
<id>urn:sha1:fa11d8d8306646714b81f56a04ecde07f3aec623</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
