Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
u-boot: add HOME env for make invocations to avoid binman/Python prob…
…lems with older u-boot versions - this avoids trouble building certain older versions with binman - as it tries to `os.path.join(os.getenv('HOME'), 'bin')` and gets a `None` and dies - naming names: `tinkerboard` & `xt-q8l-v10` (BOARDFAMILY=rockchip), which _actually use_ binman & 22.04 combo
- Loading branch information