build: provide xxd -i with scripts/xxdi.pl
authorPetr Štetiar <ynezz@true.cz>
Tue, 30 Aug 2022 06:45:39 +0000 (08:45 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 16 Sep 2022 16:50:46 +0000 (18:50 +0200)
commitb531611f57342cbfa8075a38f1ade51fe56c1e9f
treeb24f92b02b08d2c22b0d800c3f08b52c57952c64
parent542447b93e4263ee717caf5881a6b3f542b2176b
build: provide xxd -i with scripts/xxdi.pl

Dependency on xxd was added in commit c4dd2441e787 ("tools: add xxd
(from vim)") as U-Boot requires xxd to create the default environment
from an external file.

Later in commit 2b94aac7a128 ("tools: xxd: use more convenient source
tarball"), xxd from another source was used instead, but that source is
currently unavailable, so let's fix it by using simple xxdi.pl Perl
script instead.

Fixes: #10555
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit eae2fb8027cb892e42181e471ba344aa5d26bf7e)
include/prereq-build.mk