<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/tools/mkimage, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T22:36:53Z</updated>
<entry>
<title>tools: mkimage: sync include/linux/compiler*.h with u-boot master</title>
<updated>2016-05-10T22:36:53Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0252eb3ee4b44ff7a4ee6e149ad578c271428c7f'/>
<id>urn:sha1:0252eb3ee4b44ff7a4ee6e149ad578c271428c7f</id>
<content type='text'>
Fixes build with GCC 6.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49343
</content>
</entry>
<entry>
<title>tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds</title>
<updated>2016-01-28T22:42:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-28T22:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3f93139130367ba2cede5a879f1e9bfda1b796de'/>
<id>urn:sha1:3f93139130367ba2cede5a879f1e9bfda1b796de</id>
<content type='text'>
This pulls in Paul Kocialkowski's SOURCE_DATE_EPOCH support patch for u-boot,
which landed upstream circa July 2015. Note that this "host" u-boot repo is
only used to compile the 'mkimage' utility, and isn't used to actually compile
a bootloader for any target.

This patch could be removed if/when the host u-boot package is updated to a
contemporary version (but there doesn't seem to be any motivation/need to do
so).

Signed-off-by: bryan newbold &lt;bnewbold@robocracy.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt; [fix portability error, refresh patches]

SVN-Revision: 48542
</content>
</entry>
<entry>
<title>mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile</title>
<updated>2015-07-19T14:59:26Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-07-19T14:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=32165afac92476183f124f889a56669eeffaa9b1'/>
<id>urn:sha1:32165afac92476183f124f889a56669eeffaa9b1</id>
<content type='text'>
The HOST_*FLAGS are for compiling programs which will run on the machine that is
running the build.  Setting these flags is frequently required for unusual
cross-compiles.

Signed-off-by: Lawrence D'Anna &lt;larry@elder-gods.org&gt;

SVN-Revision: 46424
</content>
</entry>
<entry>
<title>tools/mkimage: backport gcc5 compatibility, patch</title>
<updated>2015-05-19T22:17:16Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2015-05-19T22:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=555f61134c44d40a5228661b229b39b5e95b44c3'/>
<id>urn:sha1:555f61134c44d40a5228661b229b39b5e95b44c3</id>
<content type='text'>
Fedora 22 includes gcc5 by default
build leads to error:
include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc5.h: No such file or directory

backport upstream patch: "Add linux/compiler-gcc5.h to fix builds with gcc5"
id: 478b02f1a7043b673565075ea5016376f3293b23

Issue was reported at
https://forum.openwrt.org/viewtopic.php?id=56853
&amp; replicated in a VM

created, flashed and tested ar71xx image successfully
as test

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;


SVN-Revision: 45703
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6a6afbe88917b281b667e970bf442c05312715c5'/>
<id>urn:sha1:6a6afbe88917b281b667e970bf442c05312715c5</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>tools: Fix mkimage build on FreeBSD 10.1</title>
<updated>2015-02-05T16:58:16Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-05T16:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9c81b45292b25578f4b2802ea3630ae736306edc'/>
<id>urn:sha1:9c81b45292b25578f4b2802ea3630ae736306edc</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44280
</content>
</entry>
<entry>
<title>mkimage: remove check for miscompiled __weak</title>
<updated>2014-12-01T11:07:30Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-12-01T11:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=80a580d56340995cd832e076e8261932809c69bd'/>
<id>urn:sha1:80a580d56340995cd832e076e8261932809c69bd</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43458
</content>
</entry>
<entry>
<title>tools/mkimage: fix build errors (#18445)</title>
<updated>2014-11-30T20:29:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-11-30T20:29:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=00fd04fc79510ffa5cc71097c00786eb45870100'/>
<id>urn:sha1:00fd04fc79510ffa5cc71097c00786eb45870100</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43441
</content>
</entry>
<entry>
<title>[tools] mkimage: update to 2014.10</title>
<updated>2014-11-29T22:43:59Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-11-29T22:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d655b063cffccad56dcf5e609e5c8ad37ac026a6'/>
<id>urn:sha1:d655b063cffccad56dcf5e609e5c8ad37ac026a6</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 43428
</content>
</entry>
<entry>
<title>[tools] mkimage: update to 2014.07</title>
<updated>2014-08-08T21:03:14Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-08-08T21:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7fff3a0d7ca6eb1adc60402c4e091944f11bd3ed'/>
<id>urn:sha1:7fff3a0d7ca6eb1adc60402c4e091944f11bd3ed</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 42082
</content>
</entry>
</feed>
