u-boot.mk: override default PATH to avoid pick hostpkg python
authorTianling Shen <cnsztl@immortalwrt.org>
Sun, 25 Feb 2024 12:33:08 +0000 (20:33 +0800)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 2 Mar 2024 13:17:31 +0000 (14:17 +0100)
commit4f668091bfd608b73f4b98b206358d8f1a7ffade
tree402bc4fb52a5b014cb7b5b619484448e95c9a597
parent8256d06933e7542ecdd427b6a0ef4e87bb37d3f4
u-boot.mk: override default PATH to avoid pick hostpkg python

hostpkg python from packages feed can be picked when do a incremental
build because hostpkg has higher priority in PATH. It may lead build
faliure as it's heavily trimmed (e.g. lacks necessary modules).

For uboot which uses binman and intree dtc, this is forced as hostpkg
python will never provide those modules by default.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
include/u-boot.mk
package/boot/uboot-rockchip/Makefile