Commit graph

12 commits

Author SHA1 Message Date
Rudi Heitbaum
c7fe617cd2 u-boot-tools: use u-boot download and version 2022-10-04 10:53:58 +00:00
Rudi Heitbaum
591993b3e2 u-boot-tools: update to 2022.07 and https 2022-07-11 14:34:25 +00:00
Rudi Heitbaum
ef119cd35c u-boot-tools: update to 2022.04 2022-04-04 23:26:35 +00:00
heitbaum
5d23b7332a u-boot-tools: update to 2022.01 2022-01-15 09:50:57 +00:00
heitbaum
8e2a7bdf43 u-boot-tools: fix make_host
Without defining HOSTCC Makefile.host was defaulting to the operating
system cc. In the minimal docker image (focal) - cc is not available.

PROJECT=Amlogic ARCH=aarch64 DEVICE=AMLGX UBOOT_SYSTEM=odroid-n2 scripts/build u-boot-tools:host
BUILD      u-boot-tools (host)
    TOOLCHAIN      make (auto-detect)
PKG_NAME="u-boot-tools"
  HOSTCC  scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[1]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make: *** [Makefile:488: scripts_basic] Error 2
FAILURE: s/build u-boot-tools:host during make_host (package.mk)
*********** FAILED COMMAND ***********
make qemu-x86_64_defconfig
**************************************
2021-11-27 01:31:28 +00:00
Matthias Reichl
41b720b762 u-boot-tools: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCC, HOSTCFLAGS and HOSTLDFLAGS so the build
can pick up openssl from the LE toolchain

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:32 +02:00
heitbaum
26a226f9a8 u-boot-tools: update to 2021.10 2021-10-08 19:02:09 +11:00
heitbaum
788f6e2eb9 u-boot-tools: update to 2021.07 2021-09-12 16:33:37 +10:00
Ian Leonard
bd3b212848 tools: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:19 +00:00
Jernej Skrabec
04a6121972 u-boot-tools: Update to 2021.01 2021-01-12 21:32:07 +01:00
MilhouseVH
5e650298c0 u-boot-tools: fix missing dependencies 2019-09-05 15:35:06 +01:00
kszaq
934212b62f u-boot-tools: new package
Provides mkimage for host.
2019-05-03 15:14:56 +02:00