<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/docs/manual, branch 2017.08.1</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.08.1</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.08.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-10-17T08:53:06+00:00</updated>
<entry>
<title>docs/manual: fix BR2_EXTERNAL path typo</title>
<updated>2017-10-17T08:53:06+00:00</updated>
<author>
<name>Cam Hutchison</name>
<email>camh@xdna.net</email>
</author>
<published>2017-10-15T00:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a729e4d99d7155b44a8f15caa5b491fb60906e2c'/>
<id>urn:sha1:a729e4d99d7155b44a8f15caa5b491fb60906e2c</id>
<content type='text'>
Signed-off-by: Cam Hutchison &lt;camh@xdna.net&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
(cherry picked from commit 0c76d89e54705a477cedad5dc39b668af771be7d)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs: clarify &lt;packagename&gt;_PATCH behaviour</title>
<updated>2017-10-16T21:34:24+00:00</updated>
<author>
<name>Alexander Mukhin</name>
<email>alexander.i.mukhin@gmail.com</email>
</author>
<published>2017-09-14T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=79ef34072eb38dceee425a764271beaccdd2d9d4'/>
<id>urn:sha1:79ef34072eb38dceee425a764271beaccdd2d9d4</id>
<content type='text'>
Reiterate once more that &lt;packagename&gt;_PATCH variable can point
to an arbitrary URL, not just to a path relative to &lt;packagename&gt;_SITE.

While we're at it, also explain that the patch should be added to the
.hash file.

Signed-off-by: Alexander Mukhin &lt;alexander.i.mukhin@gmail.com&gt;
[Arnout: add sentence about .hash file.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;

(cherry picked from commit 48934ed0a97b7baee7ad8fbfb19e449024cdda9d)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: fix typo</title>
<updated>2017-10-16T21:19:16+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2017-09-18T09:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ee7a128086ffdb06c95e9114c59c74bf3fc67a12'/>
<id>urn:sha1:ee7a128086ffdb06c95e9114c59c74bf3fc67a12</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
(cherry picked from commit e10e4d19e3c02a9d251499172a65c77c59e15a67)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>core/legal-info: use hash file from version sub-dir</title>
<updated>2017-07-29T20:34:41+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2017-07-16T17:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=63eeb9a383991b9ac92b524b63ac87f7b4657699'/>
<id>urn:sha1:63eeb9a383991b9ac92b524b63ac87f7b4657699</id>
<content type='text'>
When we have multiple versions for a package, and the licensing terms
depend on the version actually selected (e.g. like Qt5), storing the
hashes for those license files in the .hash file is broken: the infra
will ensure that all hashes for a file do match, which would not be the
case here.

We fix that by first looking for a hash file in the version sub-dir
first, and if that does not exist, then we use the main hash file.

Drop the useless intermediate variable 'ret'.

Update the documentation accordingly.

Reported-by: Joshua Henderson &lt;joshua.henderson@microchip.com&gt;
Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Joshua Henderson &lt;joshua.henderson@microchip.com&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/linux-tools: change method for including linux-tool sub-makefiles</title>
<updated>2017-07-19T19:16:38+00:00</updated>
<author>
<name>Markus Mayer</name>
<email>mmayer@broadcom.com</email>
</author>
<published>2017-07-18T18:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b2c043b29a9de15a3f0c4be1275653adc42400c2'/>
<id>urn:sha1:b2c043b29a9de15a3f0c4be1275653adc42400c2</id>
<content type='text'>
Make inclusion ordering of all linux-tool-*.mk sub-makefiles explicit
instead of relying on alphabetical sort order. This is done by
renaming the Linux tools sub-makefiles to the format linux-tool-*.mk.in.
This causes the top-level Makefile to ignore the Linux tools
sub-makefiles.

Until now, the main Makefile included all linux-tool-*.mk files, as
well as linux-tools.mk, and it relied on alphabetical sorting to
include them in the proper order (linux-tool-*.mk before
linux-tools.mk).

Signed-off-by: Markus Mayer &lt;mmayer@broadcom.com&gt;
Acked-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
[Thomas: improve comment in the code as suggested by Yann.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>manual: patches are not applied for SITE_METHOD = local</title>
<updated>2017-07-09T15:25:48+00:00</updated>
<author>
<name>Arnout Vandecappelle</name>
<email>arnout@mind.be</email>
</author>
<published>2017-07-08T20:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0611045c42373f0049a5f95bcbea91bbb22b0e27'/>
<id>urn:sha1:0611045c42373f0049a5f95bcbea91bbb22b0e27</id>
<content type='text'>
We had several remarks on the mailing list of users that were surprised
that patches were not applied for packages whose SITE_METHOD is local.
So document this.

Note that for OVERRIDE_SRCDIR itself it is already documented:

  When Buildroot finds that for a given package, an
  &lt;pkg&gt;_OVERRIDE_SRCDIR has been defined, it will no longer attempt to
  download, extract and patch the package. Instead, it will directly use
  the source code available in in the specified directory.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>manual: remove references to host/usr paths</title>
<updated>2017-07-05T14:06:28+00:00</updated>
<author>
<name>Arnout Vandecappelle</name>
<email>arnout@mind.be</email>
</author>
<published>2017-07-05T11:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7cf4b79c82f9b13d4a4863c2c58399f778f31513'/>
<id>urn:sha1:7cf4b79c82f9b13d4a4863c2c58399f778f31513</id>
<content type='text'>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: update gettext details</title>
<updated>2017-07-04T23:37:38+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-07-04T09:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=610908e1dbea6f709a82c64c929c1fa53f08899f'/>
<id>urn:sha1:610908e1dbea6f709a82c64c929c1fa53f08899f</id>
<content type='text'>
The way gettext is handled in Buildroot has significantly changed,
with changes visible to packages. This commit updates the relevant
section of the manual to document how packages should now interact
with the gettext support.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>manual: add documentation about DL_DIR</title>
<updated>2017-07-04T15:19:08+00:00</updated>
<author>
<name>Maxime Hadjinlian</name>
<email>maxime.hadjinlian@gmail.com</email>
</author>
<published>2017-07-04T09:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cc2cadd0826636952b2a903da07e7f5e2d599b42'/>
<id>urn:sha1:cc2cadd0826636952b2a903da07e7f5e2d599b42</id>
<content type='text'>
And at the same time don't encourage use of BR2_DL_DIR

Signed-off-by: Maxime Hadjinlian &lt;maxime.hadjinlian@gmail.com&gt;
Acked-by: Yann E. MORIN &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/manual: document hashes for license files</title>
<updated>2017-07-03T16:03:51+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2017-06-25T22:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4bd21d3e95f5de08858c957731c1715f11a6080d'/>
<id>urn:sha1:4bd21d3e95f5de08858c957731c1715f11a6080d</id>
<content type='text'>
[Peter: use sha256 in example]
Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Cc: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Cc: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Cc: Thomas De Schampheleire &lt;patrickdepinguin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
