build: add support for x86_64 host
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 30 Aug 2016 04:31:03 +0000 (13:31 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:44 +0000 (13:52 +0900)
commitdc004c01a71dacbb7c5a65c27f00dd0f6b1320ac
treea7a4a869c42f5bb41eca16649b6e023c53f4b672
parentadd7549f057b9147f5cd64f60917d47dc8eb209d
build: add support for x86_64 host

For x86_64 host local build, this patch adds prebuilt mkimage from
u-boot and local build script files uses the prebuilt mkimage as
host architecture. The mkimage requires dtc also, but it is already
in scripts/dtc and built as host tool during kernel build,so dtc is
not required prebuilt files.

Change-Id: Id3f734ee39cc1e639bcaff2a7e49ad6d6c66665a
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
build-kernel-exynos5433.sh
packaging/linux-exynos-tm2.spec
tools/dtc [deleted file]
tools/mkimage.i686 [moved from tools/mkimage with 84% similarity]
tools/mkimage.x86_64 [new file with mode: 0755]