Felix Fietkau
0fc6755f66
mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile
...
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 <larry@elder-gods.org>
SVN-Revision: 46424
2015-07-19 14:59:26 +00:00
Hauke Mehrtens
2ef739d258
tools/mkimage: backport gcc5 compatibility, patch
...
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
& replicated in a VM
created, flashed and tested ar71xx image successfully
as test
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45703
2015-05-19 22:17:16 +00:00
Jo-Philipp Wich
f7e56763e1
tools: remove static linking support
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44285
2015-02-06 00:00:43 +00:00
Jo-Philipp Wich
d91e0a4df6
tools: Fix mkimage build on FreeBSD 10.1
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44280
2015-02-05 16:58:16 +00:00
Felix Fietkau
c3a7057e43
mkimage: remove check for miscompiled __weak
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43458
2014-12-01 11:07:30 +00:00
Felix Fietkau
eb41cee9e8
tools/mkimage: fix build errors ( #18445 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43441
2014-11-30 20:29:10 +00:00
Luka Perkov
25d8cb275e
mkimage: update to 2014.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43428
2014-11-29 22:43:59 +00:00
Luka Perkov
f170eacc88
mkimage: update to 2014.07
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42082
2014-08-08 21:03:14 +00:00
Luka Perkov
5342a1a2ea
mkimage: update to 2014.04
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40807
2014-05-21 09:42:33 +00:00
Felix Fietkau
ccdd6e8215
tools/mkimage: avoid a linux specific return code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37368
2013-07-16 09:43:31 +00:00
Luka Perkov
9823099718
mkimage: fix md5sum after r37361
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37366
2013-07-16 07:56:42 +00:00
Luka Perkov
620739e0be
mkimage: update to 2013.07-rc1
...
also remove 100-dtc-binary.patch which was not accepted upstream
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37361
2013-07-15 23:18:36 +00:00
Felix Fietkau
bfab82392a
tools/mkimage: add back a fixed version of 040-include_order.patch to fix build errors on some systems ( #12232 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36967
2013-06-18 21:53:46 +00:00
Felix Fietkau
4053e50591
tools/mkimage: unbreak non-linux build again
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36556
2013-05-06 10:30:29 +00:00
Luka Perkov
b693bfc710
mkimage: update to 2013.04
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36550
2013-05-05 20:11:04 +00:00
Felix Fietkau
a23b6acbf5
mkimage: unbreak build on non-linux systems
...
SVN-Revision: 35909
2013-03-09 19:00:39 +00:00
Luka Perkov
9c8ee9c264
mkimage: upgrade to version 2013.01.01
...
SVN-Revision: 35905
2013-03-08 20:16:11 +00:00
Felix Fietkau
1f77bfff96
build: BSD compile fixes
...
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
Mostly small pieces of code changes to get things right on the
specific platform.
Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
SVN-Revision: 35900
2013-03-07 17:32:29 +00:00
Felix Fietkau
dcd3a74da0
tools/mkimage: avoid picking up unrelated /usr/include headers with the same name as internal header files (e.g. image.h), fixes #12232
...
SVN-Revision: 33519
2012-09-23 08:49:34 +00:00
Jo-Philipp Wich
7304953292
convert remaining tools to $(HOST_STATIC_LINKING) ( #12012 )
...
SVN-Revision: 33148
2012-08-12 13:27:49 +00:00
Jo-Philipp Wich
299762f190
mkimage: link statically
...
SVN-Revision: 33096
2012-08-10 19:26:34 +00:00
Luka Perkov
605c741c79
mkimage: update to 2012.04.01
...
SVN-Revision: 32143
2012-06-09 18:06:13 +00:00
Florian Fainelli
6d4358aed0
mkimage: update to 2011.12
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31171
2012-04-02 16:25:23 +00:00
Gabor Juhos
f3d2056b81
tools/mkimage: allow to use different magic in uImages
...
SVN-Revision: 29442
2011-12-05 14:52:22 +00:00
Lars-Peter Clausen
b043b26b54
mkimage/getline.h - Mac OS X 10.7 (Lion) fix
...
This mends mkimage for getline() in Mac OS X 10.7.
Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
SVN-Revision: 27917
2011-08-05 16:53:43 +00:00
Imre Kaloz
3d95ace099
use u-boot 2011.06 as source
...
SVN-Revision: 27336
2011-07-01 13:36:23 +00:00
Alexandros C. Couloumbis
d6b2ce5df5
tools/mkimage: fix r24887
...
SVN-Revision: 24890
2011-01-03 14:27:53 +00:00
Alexandros C. Couloumbis
4e83015c51
tools/mkimage: fix compilation on FreeBSD
...
SVN-Revision: 24887
2011-01-03 12:30:19 +00:00
Felix Fietkau
32510b4494
tools/mkimage: remove the broken portability patch, it is no longer necessary with the new version
...
SVN-Revision: 24857
2010-12-30 15:48:32 +00:00
Imre Kaloz
3d501f9403
use u-boot v2010.12
...
SVN-Revision: 24809
2010-12-23 00:07:58 +00:00
Michael Büsch
676520cf65
ensure an empty BUILD_DIR variable is passed down u-boot's makefile
...
SVN-Revision: 23832
2010-11-03 18:26:26 +00:00
Jo-Philipp Wich
4ad8aa543d
mkimage: fix compilation on FreeBSD
...
SVN-Revision: 22344
2010-07-22 02:43:44 +00:00
Felix Fietkau
fe05a0887b
mkimage: fix spurious build errors caused by its braindead build system
...
SVN-Revision: 20065
2010-03-08 17:17:46 +00:00
Felix Fietkau
43d56d9b56
mkimage: fix compile errors on non-glibc systems
...
SVN-Revision: 19095
2010-01-10 18:42:12 +00:00
Imre Kaloz
f8a49928e5
upgrade and build from the u-boot source
...
SVN-Revision: 19091
2010-01-10 15:57:43 +00:00
Felix Fietkau
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
...
SVN-Revision: 14610
2009-02-22 04:37:20 +00:00
Felix Fietkau
3a4d04f6ec
tools/mkimage: Include sys/types.h on Darwin/BSD.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9658
2007-12-05 18:45:11 +00:00
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Felix Fietkau
07c8a6dab5
add lzma compression format to mkimage (will be used on infineon amazon)
...
SVN-Revision: 7718
2007-06-24 04:59:27 +00:00
Florian Fainelli
b8b5d01cbb
Fix ar7 image generation with MacOSX
...
SVN-Revision: 7592
2007-06-12 16:46:52 +00:00
Imre Kaloz
014af49855
fix mkimage compile
...
SVN-Revision: 7307
2007-05-23 12:28:46 +00:00
Imre Kaloz
89897bd2ab
upgrade mkimage the current git version
...
SVN-Revision: 7306
2007-05-23 09:42:45 +00:00
Mike Baker
324c12d220
host-build.mk used incorrectly
...
SVN-Revision: 7156
2007-05-10 07:02:04 +00:00
Felix Fietkau
a1e6799797
fix missing PKG_NAME
...
SVN-Revision: 5703
2006-12-06 23:42:37 +00:00
Felix Fietkau
60c1f0f64d
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00