<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/docs, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-11-08T09:24:59Z</updated>
<entry>
<title>Update for 2010.11-rc1</title>
<updated>2010-11-08T09:24:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-08T09:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ea252b0e040453223858a0eda385e895e4d65b93'/>
<id>urn:sha1:ea252b0e040453223858a0eda385e895e4d65b93</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove support for shared configuration cache</title>
<updated>2010-11-05T09:21:17Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-11-04T19:31:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5f71fc1f19c21676f029b63499e0341a89cf2049'/>
<id>urn:sha1:5f71fc1f19c21676f029b63499e0341a89cf2049</id>
<content type='text'>
The configuration cache shared between packages, while being in
principle a nice idea to speed-up the configuration of packages by
avoiding repetitive identical checks, turned out to be unreliable due
to the subtle differences between similar but not identical checks in
different packages. After spending some time trying to fix those, we
concluded that supporting the shared configuration cache is definitely
too hard and too unreliable, and that we'd better get rid of it
altogether.

This patch therefore removes the shared configuration cache
infrastructure and usage.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: move autoreconfigure step to pre configure hook</title>
<updated>2010-11-05T09:03:29Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-11-04T02:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=89d1ad91fe4b1b65f0e902f94aba99a6cefbf631'/>
<id>urn:sha1:89d1ad91fe4b1b65f0e902f94aba99a6cefbf631</id>
<content type='text'>
[Peter: update documentation to match]
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@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>docs/buildroot: remove trailing spaces</title>
<updated>2010-10-23T12:44:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-10-23T12:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=019952d4bc6df642cb4aa26ac0bed026da3f3aa6'/>
<id>urn:sha1:019952d4bc6df642cb4aa26ac0bed026da3f3aa6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot.html: Fix grammer and punctuation</title>
<updated>2010-10-23T12:43:23Z</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-10-12T22:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cc98404a318dd8e1f102eec8a6ec493299008359'/>
<id>urn:sha1:cc98404a318dd8e1f102eec8a6ec493299008359</id>
<content type='text'>
Also, clarified some of the information given.

Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot.html: html code clean-up and other issues - Part2</title>
<updated>2010-10-23T12:43:20Z</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-10-12T22:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=2b504fe1f6f67bd2d12107c4c00248cb63a35e27'/>
<id>urn:sha1:2b504fe1f6f67bd2d12107c4c00248cb63a35e27</id>
<content type='text'>
The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.

Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).

Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot.html: html code clean-up and other issues - Part1</title>
<updated>2010-10-23T12:43:12Z</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-10-12T22:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8113c8162bb78cc5a7081ee1cfa46ffe28ec6368'/>
<id>urn:sha1:8113c8162bb78cc5a7081ee1cfa46ffe28ec6368</id>
<content type='text'>
The current DocType declaration was incorrect. It is neither xhtml strict nor
xhtml transitional. So, instead of dealing with that issue, converted it to
validated Html5.

Fixed white-space errors.
Removed validator html4.01 code.
Color corrected the code sections.
Removed redundant or useless html code.
Changed foo to libfoo, for consistency.
Changed page bookmarking to use header id's.
Re-flowed paragraphs to line break at 80 characters.
Re-formatted the code sections for consistency and correctness.
Kept all list items, headings, and href's on a single line (where possible).

Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>stylesheet.css: cleaned up css code</title>
<updated>2010-10-23T12:43:10Z</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-10-12T22:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a454cb61c075f19bc34ca98fd4ec692593af0d9e'/>
<id>urn:sha1:a454cb61c075f19bc34ca98fd4ec692593af0d9e</id>
<content type='text'>
Fixed indents, and removed redundent specifers and trailing spaces.

Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fix buildroot.html typos</title>
<updated>2010-09-28T12:46:55Z</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegor_sub1@visionsystems.de</email>
</author>
<published>2010-09-28T12:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3f1d79d379aaf1a0d1e6431575539043a777d160'/>
<id>urn:sha1:3f1d79d379aaf1a0d1e6431575539043a777d160</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>docs/news.html: typo, fix Thomas' family name</title>
<updated>2010-09-28T12:03:51Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-28T12:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a70d443483b360a0cc0ca1759e9a410b7855dbe8'/>
<id>urn:sha1:a70d443483b360a0cc0ca1759e9a410b7855dbe8</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
