]> Git Repo - buildroot-mgba.git/commit
configs/zynqmp_kria_*_defconfig: add missing U-Boot build dependency
authorBrandon Maier <[email protected]>
Fri, 16 Aug 2024 16:37:30 +0000 (16:37 +0000)
committerThomas Petazzoni <[email protected]>
Mon, 19 Aug 2024 11:17:55 +0000 (13:17 +0200)
commit5bdac82ee057131e4c7747296f8423fd96ac4981
tree107208bf214b6358422bbbe30168a6a8e48b485b
parent2c00d0f2342d4de6cca108bcc347bd6f6fef94c6
configs/zynqmp_kria_*_defconfig: add missing U-Boot build dependency

When building these boards with BR2_PER_PACKAGE_DIRECTORIES enabled,
the following error occurs from U-Boot.

  tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or directory
     18 | #include <uuid/uuid.h>
        |          ^~~~~~~~~~~~~

The U-Boot defconfig these boards use 'xilinx_zynqmp_kria' enables
CONFIG_EFI_CAPSULE_ON_DISK, which requires util-linux.

This doesn't fail when BR2_PER_PACKAGE_DIRECTORIES is disabled. This
is because host-e2fsprogs requires host-util-linux, and
host-util-linux always builds before host-uboot when single-threaded.

Signed-off-by: Brandon Maier <[email protected]>
Reviewed-by: Neal Frager <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/zynqmp_kria_kd240_defconfig
configs/zynqmp_kria_kr260_defconfig
configs/zynqmp_kria_kv260_defconfig
This page took 0.027984 seconds and 4 git commands to generate.