<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/tools/mkimage, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/'/>
<updated>2020-04-26T19:20:47Z</updated>
<entry>
<title>tools/mkimage: update to 2020.04</title>
<updated>2020-04-26T19:20:47Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2020-04-19T13:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=042917f1c4e8e68ed6c6948dcaf57d35d0b3c366'/>
<id>urn:sha1:042917f1c4e8e68ed6c6948dcaf57d35d0b3c366</id>
<content type='text'>
also change the download source to https and add a mirror
drop merged patches

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: Update U-Boot to version 2019.07</title>
<updated>2019-09-04T20:35:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-05-11T14:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=169152c8d118408ba62788a1e6b9eae368dc8b79'/>
<id>urn:sha1:169152c8d118408ba62788a1e6b9eae368dc8b79</id>
<content type='text'>
This updates the U-Boot which provides the host tools like mkimage to
version 2019.07.
The patches were cleaned up and it was checked if this still compiles
on Linux and FreeBSD.

CONFIG_FIT_SIGNATURE_MAX_SIZE is set to the default value.

The patch for libressl was merged upstream.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: use http download server (fixes FS#2052)</title>
<updated>2019-03-07T12:28:30Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-03-05T12:18:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=fd8705e635a9392c51f7a644ae4211cb14cbe298'/>
<id>urn:sha1:fd8705e635a9392c51f7a644ae4211cb14cbe298</id>
<content type='text'>
Fixes timeouts with trying to access the FTP site.
Also remove mirror2.openwrt.org, which does not keep current tarballs

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: provide dtc path during build</title>
<updated>2018-04-19T06:34:34Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-04-19T06:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=a656ea0bdb5d3d4a4948457942e84faa5a4f5cfe'/>
<id>urn:sha1:a656ea0bdb5d3d4a4948457942e84faa5a4f5cfe</id>
<content type='text'>
The new mkimage version requires a CONFIG_MKIMAGE_DTC_PATH variable to be
provided during build, in order to hardcode a path to a suitable DT
compiler executable.

Failure to do so will result in stray "sh: 1: -I: not found" errors when
invoking mkimage for FIT image generation.

Fix the issue by supplying "dtc" as CONFIG_MKIMAGE_DTC_PATH value during
build. As we intend our host utilities to be relocatable and since we're
already overriding PATH when invoking mkimage, an absolute path is not
required.

Fixes: b13e981d72 ("tools/mkimage: update to version 2018.03")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to version 2018.03</title>
<updated>2018-04-18T21:59:32Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-04-14T21:00:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4'/>
<id>urn:sha1:b13e981d72c14ba4c39f85f0d24a8f7947a1b2c4</id>
<content type='text'>
This activates support for fit images and some other new mkimage
features. Some of the patches were applied upstream and could be
removed.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: copy mkenvimage to bin directory</title>
<updated>2018-02-13T09:01:52Z</updated>
<author>
<name>Evgeniy Didin</name>
</author>
<published>2018-02-12T16:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=063fa4cfa28a6bdf502cebed3f984fc738bfad25'/>
<id>urn:sha1:063fa4cfa28a6bdf502cebed3f984fc738bfad25</id>
<content type='text'>
For some boards u-boot binary environment file is required,
which is generated by mkenvimage utility. But in OpenWrt there
is no separate support for mkenvimage, which is a part of u-boot tools.
mkenvimage gets built in u-boot/tools as well as mkimage anyways.

So lets just copy mkenvimage to the $(STAGING_DIR_HOST)/bin/ directory.

Signed-off-by: Evgeniy Didin &lt;Evgeniy.Didin@synopsys.com&gt;
CC: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
CC: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
CC: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: fix musl build</title>
<updated>2017-08-23T13:12:15Z</updated>
<author>
<name>Marty Plummer</name>
</author>
<published>2017-08-11T07:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=9ebb23cf51c78802dc01cdbf37f65440c5325dab'/>
<id>urn:sha1:9ebb23cf51c78802dc01cdbf37f65440c5325dab</id>
<content type='text'>
Taken from: http://git.denx.de/?p=u-boot.git;a=commit;h=26e355d131a6b56ea78a156c1cee4f6ba0500b37

Signed-off-by: Marty Plummer &lt;ntzrmtthihu777@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: pass crypto libraries through HOST_LOADLIBES (FS#381)</title>
<updated>2017-01-11T02:48:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-11T01:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=69be65b594c4fafbc4e58dd3cd235547f02a33ca'/>
<id>urn:sha1:69be65b594c4fafbc4e58dd3cd235547f02a33ca</id>
<content type='text'>
Since linker argument order is significant on modern host compilers, pass
the required libcrypto libraries through the HOST_LOADLIBES variable in
order to ensure proper order of the final linker command line.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: use pkg-config to discover libcrypto linker flags</title>
<updated>2017-01-05T13:21:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-05T13:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=0c03650160d388f5dd83ba3e30da5d8223acf283'/>
<id>urn:sha1:0c03650160d388f5dd83ba3e30da5d8223acf283</id>
<content type='text'>
LibreSSL's libcrypto.so has an indirect dependency to librt for clock_gettime()
on Linux.

Use pkg-config to portably discover the required linker flags.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
