Change rkbin source and cleanup

This commit is contained in:
baiywt 2025-03-20 00:11:06 +08:00
parent f9817ec523
commit 36a2f27f9b
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
function fetch_sources_tools__rkbin_tools() { function fetch_sources_tools__rkbin_tools() {
fetch_from_repo "https://github.com/armbian/rkbin" "${EXTER}/cache/sources/rkbin-tools" "branch:master" fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build" "${EXTER}/cache/sources/rkbin-tools" "branch:rkbin"
} }
function build_host_tools__install_rkbin_tools() { function build_host_tools__install_rkbin_tools() {

View File

@ -510,12 +510,6 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then
*build needed tools for the build, host-side* *build needed tools for the build, host-side*
After sources are fetched, build host-side tools needed for the build. After sources are fetched, build host-side tools needed for the build.
BUILD_HOST_TOOLS BUILD_HOST_TOOLS
if [[ ${BOARDFAMILY} == "rockchip-rk3588" ]]; then
local rkbin_url="https://github.com/orangepi-xunlong/rk-rootfs-build/raw/rkbin/rk35"
wget -nc -P ${EXTER}/cache/sources/rkbin-tools/rk35/ ${rkbin_url}/rk3588_bl31_v1.45_20240422.elf
fi
fi fi
for option in $(tr ',' ' ' <<< "$CLEAN_LEVEL"); do for option in $(tr ',' ' ' <<< "$CLEAN_LEVEL"); do