<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/docs, branch 2018.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2018.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2018.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-03-04T21:28:34+00:00</updated>
<entry>
<title>Update for 2018.02</title>
<updated>2018-03-04T21:28:34+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-03-04T21:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8a94ff12d232ada68cff5957089a78a1f0b8f192'/>
<id>urn:sha1:8a94ff12d232ada68cff5957089a78a1f0b8f192</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Update for 2018.02-rc3</title>
<updated>2018-02-27T21:58:57+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-02-27T21:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d5a63f48d71c519736e6378cadedd4f639de16fe'/>
<id>urn:sha1:d5a63f48d71c519736e6378cadedd4f639de16fe</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: add documentation for the "make sdk" target</title>
<updated>2018-02-25T22:26:28+00:00</updated>
<author>
<name>Daniel Serpell</name>
<email>daniel.serpell@gmail.com</email>
</author>
<published>2018-02-18T14:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d61e4ad9ef0a1db7cc6d5356ba6d9f08b54c964d'/>
<id>urn:sha1:d61e4ad9ef0a1db7cc6d5356ba6d9f08b54c964d</id>
<content type='text'>
Signed-off-by: Daniel Serpell &lt;daniel.serpell@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>website: update package number text</title>
<updated>2018-02-25T20:54:57+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-02-22T22:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c9c2ed71a0872e00c7e0043e74e28a37efc73cd6'/>
<id>urn:sha1:c9c2ed71a0872e00c7e0043e74e28a37efc73cd6</id>
<content type='text'>
We have quite a bit more than "hundreds of packages" nowadays:

find package -name \*.mk | wc -l
2285

So adjust the text to say 'several thousand' instead.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>Update for 2018.02-rc2</title>
<updated>2018-02-15T22:03:43+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-02-15T22:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=44cec6431c97da810f92d1590292799a17ea9cdc'/>
<id>urn:sha1:44cec6431c97da810f92d1590292799a17ea9cdc</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/website: Free Electrons is now Bootlin</title>
<updated>2018-02-14T20:30:26+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@bootlin.com</email>
</author>
<published>2018-02-13T13:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=98b5f5e71da3196e833578c7bf81eadfac81a49d'/>
<id>urn:sha1:98b5f5e71da3196e833578c7bf81eadfac81a49d</id>
<content type='text'>
Free Electrons has been renamed to Bootlin, so update the
Documentation section of our website describing the Buildroot training
course to use the new company name and domain name.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>rustc: use RUSTC_{HOST,TARGET}_NAME</title>
<updated>2018-02-13T22:09:47+00:00</updated>
<author>
<name>Eric Le Bihan</name>
<email>eric.le.bihan.dev@free.fr</email>
</author>
<published>2018-02-13T07:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f69c5192679de30e8af99885c6cd487e12ff0a25'/>
<id>urn:sha1:f69c5192679de30e8af99885c6cd487e12ff0a25</id>
<content type='text'>
utils/check-package complains as follows:

  package/rustc/rustc.mk:10: possible typo: RUST_TARGET_NAME -&gt; *RUSTC*
  package/rustc/rustc.mk:18: possible typo: RUST_HOST_NAME -&gt; *RUSTC*

As RUST_{HOST,TARGET}_NAME are related to the Rust compiler, it
sounds sensible to rename them to RUSTC_{HOST,TARGET}_NAME.

So update all rust related packages to use the new variables.

Signed-off-by: Eric Le Bihan &lt;eric.le.bihan.dev@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>docs/website/news.html: update for 2018.02-rc1</title>
<updated>2018-02-05T16:24:11+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-02-05T16:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f367a2f16504624ccc87f29374044be474b13170'/>
<id>urn:sha1:f367a2f16504624ccc87f29374044be474b13170</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Update for 2018.02-rc1</title>
<updated>2018-02-05T15:34:00+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2018-02-05T15:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=30bffce8d58da8087a2fce87eba37f416f7139cb'/>
<id>urn:sha1:30bffce8d58da8087a2fce87eba37f416f7139cb</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: document cargo-based packages</title>
<updated>2018-02-05T13:57:48+00:00</updated>
<author>
<name>Eric Le Bihan</name>
<email>eric.le.bihan.dev@free.fr</email>
</author>
<published>2018-02-04T18:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d0ac3c9b2119a45784494221b3a29f85eed826c5'/>
<id>urn:sha1:d0ac3c9b2119a45784494221b3a29f85eed826c5</id>
<content type='text'>
Add instructions for adding a package which uses Cargo as build system.

[Peter: fix indentation]
Signed-off-by: Eric Le Bihan &lt;eric.le.bihan.dev@free.fr&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
