From 50d7dd1a8412cd4baaf93118924b0945432cbb63 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 16 Apr 2025 12:11:57 +0100 Subject: [PATCH] Drop all references to a toolchain-specific binpkg host This evidently hasn't been used in a very long time, if ever, and it's just adding confusion. Signed-off-by: James Le Cuirot --- build_library/dev_container_util.sh | 3 +-- build_library/toolchain_util.sh | 23 +++-------------------- build_packages | 7 ------- setup_board | 6 +----- 4 files changed, 5 insertions(+), 34 deletions(-) diff --git a/build_library/dev_container_util.sh b/build_library/dev_container_util.sh index f87bd1235a..1643a61f00 100755 --- a/build_library/dev_container_util.sh +++ b/build_library/dev_container_util.sh @@ -38,8 +38,7 @@ CHOST=$(get_board_chost $BOARD) DISTDIR="/var/lib/portage/distfiles" PKGDIR="/var/lib/portage/pkgs" PORT_LOGDIR="/var/log/portage" -PORTAGE_BINHOST="$(get_binhost_url "${binhost}" "${update_group}" 'pkgs') -$(get_binhost_url "${binhost}" "${update_group}" 'toolchain')" +PORTAGE_BINHOST="$(get_binhost_url "${binhost}" "${update_group}" 'pkgs')" EOF sudo_clobber "${root_fs_dir}/etc/portage/repos.conf/portage-stable.conf" <