瀏覽代碼

Change rkbin source and cleanup

baiywt 1 月之前
父節點
當前提交
36a2f27f9b
共有 2 個文件被更改,包括 1 次插入7 次删除
  1. 1 1
      external/extensions/rkbin-tools.sh
  2. 0 6
      scripts/main.sh

+ 1 - 1
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() {

+ 0 - 6
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