mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
cli: uboot: Remove HOME workaround for old tinkerboard/xt-q8l-v10 U-Boot
This temporary workaround was only needed for tinkerboard and xt-q8l-v10 version 2022.04 U-Boot. The version has since bumped to 2024.07 and builds fine without this.
This commit is contained in:
@@ -216,7 +216,6 @@ function compile_uboot_target() {
|
||||
"CCACHE_BASEDIR=$(pwd)"
|
||||
"PATH=${toolchain}:${toolchain2}:${PATH}"
|
||||
"PYTHONPATH=\"${PYTHON3_INFO[MODULES_PATH]}:${PYTHONPATH}\"" # Insert the pip modules downloaded by Armbian into PYTHONPATH (needed e.g. for pyelftools)
|
||||
"HOME=${WORKDIR}" # give it a temporary-dir HOME; some Python stuff in old u-boots wants HOME env to be set
|
||||
)
|
||||
|
||||
# workaround when two compilers are needed
|
||||
|
||||
Reference in New Issue
Block a user