]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
u-boot-tools: drop the hardlink workaround in do_compile
authorJoao Marcos Costa <joaomarcos.costa@bootlin.com>
Wed, 6 May 2026 11:52:19 +0000 (13:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2026 09:52:52 +0000 (10:52 +0100)
commitc9df140bf5b3dfe2c69bc550e7d998aa5e4e56c0
tree1958dd794995da146522912e65623ea5f5f49528
parenta3f38d68bd58f2028f8097d2cb11486d8a8f75ad
u-boot-tools: drop the hardlink workaround in do_compile

This workaround initially considered a host running git < v2.14, which
does not look realistic if we consider the fairly recent distros in
SANITY_TESTED_DISTROS.

Even in older build machines/distros, one can use buildtools to provide git:

$ ./x86_64-buildtools-extended-nativesdk-standalone-5.0.sh
(...)
$ which git
(...)/buildtools/sysroots/x86_64-pokysdk-linux/usr/bin/git
$ git --version
git version 2.44.0

It is harmless, but still a bit outdated, so remove it.

[RP: the earliest git version on our test builders is ~2.33 so no distros
we currently support would run into this]

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-tools.inc