kumquat-buildroot/support/testing/tests
Yann E. MORIN d0edfec1e2 boot/uboot: add missing dependency to host-pkgconf
Commit 2eaa6d0f36 (boot/uboot: fix uboot building host tools on x86
architecture) added use of $(PKG_CONFIG_HOST_BINARY), but forgot to add
the corresponding build-ordr dependency.

Add this missing depenency now.

Additionally, the associated test had an explicit host pkgconf enbled in
its configuration. This is superfluous now that uboot properly depends
on host-pkgconf, so drop that from the test.

Note: it hapenned to work, because host-pkgconf, when explicitly enabled
in the configuration, and without per-package directories, would build
before uboot and thus be available. This would fail with PPD, though,
and thus would break for TLPB.

Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-07-17 13:18:04 +02:00
..
boot support/testing/tests/boot/test_atf: update U-Boot in TestATFAllwinner 2021-06-26 17:10:42 +02:00
core support/testing/tests: fix tests to use infra.img_round_power2() 2021-06-26 22:16:40 +02:00
download support/download: change format of archives generated from git 2021-01-10 22:06:58 +01:00
fs support/tests: fix squashfs test 2021-06-27 11:50:01 +02:00
init support/testing/tests: fix tests to use infra.img_round_power2() 2021-06-26 22:16:40 +02:00
package boot/uboot: add missing dependency to host-pkgconf 2021-07-17 13:18:04 +02:00
toolchain support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies 2021-03-02 23:52:49 +01:00
utils support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
__init__.py