]> git.ipfire.org Git - thirdparty/openwrt.git/commit
uboot-tools: fix libyaml linker error 22927/head
authorShiji Yang <yangshiji66@outlook.com>
Tue, 14 Apr 2026 13:52:50 +0000 (21:52 +0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 14 Apr 2026 17:17:47 +0000 (19:17 +0200)
commite77670e763bad435e5a6b0dce2e63396aa2f3af9
treef4fa64cf32cd6b56375275169bffa16aadeca0a5
parent9dfc0c3eea96b431a94a374fa3492d91da83d15c
uboot-tools: fix libyaml linker error

When we cross build uboot-tools, the dtc tool is still compiled for
the host. Therefore, we should not attempt to link the OpenWrt system
libraries. CPU architecture mismatch can lead to build errors.

Fixes: https://github.com/openwrt/openwrt/issues/22924
Fixes: 55925650aabb ("uboot-tools: update to v2026.04")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22927
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-tools/Makefile