tools: add util-linux
authorWeijie Gao <hackpascal@gmail.com>
Tue, 9 Jan 2024 15:20:18 +0000 (23:20 +0800)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 Mar 2024 19:17:25 +0000 (20:17 +0100)
commit53e3851646f872a08010709c6503d4bc838b5a0b
treebbaa451b39c3865b0bad4386b955a9f3284b144c
parentecc9d0195b2411bd38c5deae38f255026c20c970
tools: add util-linux

since kernel 6.4, commit bca2f3a9406b ("efi/zboot: Add BSS padding
before compression") introduces the use of hexdump to padding the
EFI kernel binary before compression.

util-linux which containing hexdump should then be compiled as a host
tool to guarantee not breaking the kernel build process.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
tools/Makefile
tools/util-linux/Makefile [new file with mode: 0644]