Skip to content
Commit 2eaa6d0f authored by Kory Maincent's avatar Kory Maincent Committed by Yann E. MORIN
Browse files

boot/uboot: fix uboot building host tools on x86 architecture



The make all command run the tools/makefile on the process.
This makefile use "pkg-config" command to support static link.
The issue is the use of pkg-config configured for crosscompiling
to build binaries tools for host architecture.
To fix it, I add pkg-config environment variable to configure it for host.

Add a test to avoid future regress on the build of U-boot.

Signed-off-by: default avatarKory Maincent <kory.maincent@bootlin.com>
[yann.morin.1998@free.fr:
  - fix mixed space-TAB indentation
  - fix check-package
]
Signed-off-by: default avatarYann E. MORIN <yann.morin.1998@free.fr>
parent 4047e10e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment