<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/docs, branch master</title>
<subtitle>Buildroot</subtitle>
<id>https://git.etezian.org/cgit.cgi/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/'/>
<updated>2017-02-13T20:01:33+00:00</updated>
<entry>
<title>docs/website/news.html: fix link to 2017.02-rc1 tarball</title>
<updated>2017-02-13T20:01:33+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-02-13T20:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=de0985455e1991095f98bf149522bab4393cf8f1'/>
<id>urn:sha1:de0985455e1991095f98bf149522bab4393cf8f1</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: update release announcement with mailing list link</title>
<updated>2017-02-11T15:31:46+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-02-11T15:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=c75f55870520348e09b5536f2f63918849d94aaf'/>
<id>urn:sha1:c75f55870520348e09b5536f2f63918849d94aaf</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 2017.02-rc1</title>
<updated>2017-02-11T14:47:27+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-02-11T14:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=7320758cad162cfe153cbe1ac00ef3e0e2c70dbe'/>
<id>urn:sha1:7320758cad162cfe153cbe1ac00ef3e0e2c70dbe</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: centralize recommendations about BR2_DL_DIR</title>
<updated>2017-02-07T13:55:02+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2017-02-06T21:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=60a94a39d95602f945f976609712da6be9092280'/>
<id>urn:sha1:60a94a39d95602f945f976609712da6be9092280</id>
<content type='text'>
We currently have two places where we recommend where BR2_DL_DIR
should be set: "Environment variables" and "Location of downloaded
packages". The former recommends setting BR2_DL_DIR in the .config,
the latter kind of endorses using ~/.bashrc.

We prefer suggesting the ~/.bashrc way since it avoids downloading the
same file multiple times, and anyway it's wise to have all the details
in a unique place. So remove the .config suggestion from "Environment
variables" and let it just point to "Location of downloaded packages".

Cc: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: suggest 'YES' as the value for LIBFOO_GIT_SUBMODULES</title>
<updated>2017-02-07T13:47:04+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2017-02-07T11:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=428145838b55aeed06e01d899ffe85d0ed4731d2'/>
<id>urn:sha1:428145838b55aeed06e01d899ffe85d0ed4731d2</id>
<content type='text'>
The manual mentions LIBFOO_GIT_SUBMODULES but does not tell what value
it should have. The implementation only checks whether the variable is
non-empty, but we should suggest a specific value to avoid people
wondering what they have to set, and to try setting weird values.

Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Cc: Baruch Siach &lt;baruch@tkos.co.il&gt;
Cc: Ricardo Herrero &lt;ricardo.herrero@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/website: switching from gmane to nabble</title>
<updated>2017-02-05T21:47:29+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-05T16:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=18426200e629166595d7f35f3cd7647698f5b7e9'/>
<id>urn:sha1:18426200e629166595d7f35f3cd7647698f5b7e9</id>
<content type='text'>
Gmane mailing list infrastructure is broken from some time,
switching to nabble both for rss and search services.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: fix google feed API</title>
<updated>2017-02-05T21:47:21+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-05T16:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=aa32078ed8cb1cd61daf6c08c0f1e320db32b4df'/>
<id>urn:sha1:aa32078ed8cb1cd61daf6c08c0f1e320db32b4df</id>
<content type='text'>
Google deprecated feed api to cenvert rss to json, switching
to yahoo yql. This patch also reorganize the javascript code
to accomodate the fixings.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: bump jquery and bootstrap</title>
<updated>2017-02-05T21:47:01+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-05T16:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=ad2f351a1d981978df74823ebb78cc6a3323f2fa'/>
<id>urn:sha1:ad2f351a1d981978df74823ebb78cc6a3323f2fa</id>
<content type='text'>
This patch bumps jquery and bootstrap to the latest versions.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website/sponsors.html: Google and Mind sponsors of FOSDEM 2017 meeting</title>
<updated>2017-02-01T20:52:10+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-02-01T20:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=21d3f1228968c998c50adb0aa068a8ae640a51c9'/>
<id>urn:sha1:21d3f1228968c998c50adb0aa068a8ae640a51c9</id>
<content type='text'>
This commit updates the sponsors page on our web site to indicate that
Google and Mind are sponsoring the Buildroot Developers Meeting at
FOSDEM 2017 in Brussels.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>pkg-perl: add PREFER_INSTALLER variable</title>
<updated>2017-01-29T13:54:08+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2017-01-24T08:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=7f102d8284acf6619a1e8119dc76dc48957a4bef'/>
<id>urn:sha1:7f102d8284acf6619a1e8119dc76dc48957a4bef</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
[Thomas: tweak documentation.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
