555231fa2d
vboot-utils needs uuid.h and libuuid for the cgpt tool, so we need to depend on host-util-linux. Fixes: http://autobuild.buildroot.org/results/ee1/ee18202cb6d7751178617e6a3d0bc97e65318aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
config BR2_PACKAGE_HOST_VBOOT_UTILS
|
|
bool "host vboot utils"
|
|
select BR2_PACKAGE_HOST_UTIL_LINUX
|
|
help
|
|
Chromium OS verified boot utilities: futility and cgpt.
|
|
|
|
https://www.chromium.org/chromium-os/chromiumos-design-docs/verified-boot
|