<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/cbootimage, branch 2017.08</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.08</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.08'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-04-06T20:40:07+00:00</updated>
<entry>
<title>package: remove empty line at end of file</title>
<updated>2017-04-06T20:40:07+00:00</updated>
<author>
<name>Ricardo Martincoski</name>
<email>ricardo.martincoski@gmail.com</email>
</author>
<published>2017-04-04T22:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9576defc4b84df475cbfbc8de62f290538d94fad'/>
<id>urn:sha1:9576defc4b84df475cbfbc8de62f290538d94fad</id>
<content type='text'>
Occurrences were searched using [1]:
check-package --include-only EmptyLastLine $(find * -type f)
and manually removed.

[1] http://patchwork.ozlabs.org/patch/729666/

Signed-off-by: Ricardo Martincoski &lt;ricardo.martincoski@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+</title>
<updated>2017-04-01T13:16:38+00:00</updated>
<author>
<name>Rahul Bedarkar</name>
<email>rahulbedarkar89@gmail.com</email>
</author>
<published>2017-03-30T13:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=af31c309e73ca88ee70c52e591f90e4b89ff5e55'/>
<id>urn:sha1:af31c309e73ca88ee70c52e591f90e4b89ff5e55</id>
<content type='text'>
We want to use SPDX identifier for license strings as much as possible.
SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+.

This change is done by using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\&lt;GPLv2\&gt;/GPL-2.0/g'

Signed-off-by: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>cbootimage: disable on musl</title>
<updated>2017-02-14T21:13:42+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-02-14T20:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2d262d90646de7841e5063e56fd95b4a3cfec5e6'/>
<id>urn:sha1:2d262d90646de7841e5063e56fd95b4a3cfec5e6</id>
<content type='text'>
cbootimage uses non-standard u_intXX_t types instead of the C99 types
uintXX_t types, which prevents it from building with the musl C library.

A patch to fix this has been submitted upstream, but since there are
many many occurences of such types, the patch is a bit large to carry in
Buildroot, especially compared to the fact that having this package
building against musl is probably not a top priority.

So for now, simply disable this package on musl, until upstream fixes
the issue and releases a new version.

Fixes:

  http://autobuild.buildroot.net/results/61bdfb7e0ff9628190d9eb86e40c4c90e768b8e2

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/cbootimage: enable target variant</title>
<updated>2017-01-28T10:21:30+00:00</updated>
<author>
<name>Misha Komarovskiy</name>
<email>zombah@gmail.com</email>
</author>
<published>2016-12-19T21:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f9edac7ec45958ebd22f156f7ca859e1dbf0673a'/>
<id>urn:sha1:f9edac7ec45958ebd22f156f7ca859e1dbf0673a</id>
<content type='text'>
This allow bootloader modification online on Tegra-targets

Signed-off-by: Misha Komarovskiy &lt;zombah@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/cbootimage: add patch to fix bct_dump crash</title>
<updated>2017-01-25T03:37:26+00:00</updated>
<author>
<name>Misha Komarovskiy</name>
<email>zombah@gmail.com</email>
</author>
<published>2017-01-04T00:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=24a4f8a5cd2a9ab348b21ac08c339545fa3608ef'/>
<id>urn:sha1:24a4f8a5cd2a9ab348b21ac08c339545fa3608ef</id>
<content type='text'>
Patch from upstream until version 1.8 release.

Signed-off-by: Misha Komarovskiy &lt;zombah@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>cbootimage: new package</title>
<updated>2016-04-19T20:33:08+00:00</updated>
<author>
<name>Julian Scheel</name>
<email>julian@jusst.de</email>
</author>
<published>2016-03-17T15:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0b467c6b952ba8088eedbc529e8d877301e61c93'/>
<id>urn:sha1:0b467c6b952ba8088eedbc529e8d877301e61c93</id>
<content type='text'>
Add package for cbootimage host utility that is able to compile bct
files and generate flashable images out of a bct and an image for
tegra processors.

Signed-off-by: Julian Scheel &lt;julian@jusst.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
