From 36a2f27f9b2d064331e4e22ccd384e0d269dbd31 Mon Sep 17 00:00:00 2001 From: baiywt Date: Thu, 20 Mar 2025 00:11:06 +0800 Subject: [PATCH] Change rkbin source and cleanup --- external/extensions/rkbin-tools.sh | 2 +- scripts/main.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/external/extensions/rkbin-tools.sh b/external/extensions/rkbin-tools.sh index 09cac406d199..6fbc3ce39d5a 100755 --- a/external/extensions/rkbin-tools.sh +++ b/external/extensions/rkbin-tools.sh @@ -1,5 +1,5 @@ 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() { diff --git a/scripts/main.sh b/scripts/main.sh index 60fbe345205b..e0d55e23abce 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -510,12 +510,6 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then *build needed tools for the build, host-side* After sources are fetched, build host-side tools needed for the build. 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 for option in $(tr ',' ' ' <<< "$CLEAN_LEVEL"); do