catalyst_toolchains: don't touch the SDK

This change removes 8 years old code from the toolchains build which
tries to update SDK libraries for unknown reasons, breaking the
toolchains build in the glibc-2.33 update.

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
Thilo Fromm 2021-06-25 10:37:21 +02:00
parent 3cf5d83056
commit d1e2f6d1f2

View File

@ -39,15 +39,6 @@ build_target_toolchain() {
configure_crossdev_overlay / /tmp/crossdev
# TODO: this is building the SDK packages and shouldn't actually be needed
for cross_chost in $(get_chost_list); do
echo "Building cross toolchain for ${cross_chost}"
PKGDIR="$(portageq envvar PKGDIR)/crossdev" \
install_cross_toolchain "${cross_chost}" ${clst_myemergeopts}
PKGDIR="$(portageq envvar PKGDIR)/cross/${cross_chost}" \
install_cross_libs "${cross_chost}" ${clst_myemergeopts}
done
for board in $(get_board_list); do
echo "Building native toolchain for ${board}"
target_pkgdir="$(portageq envvar PKGDIR)/target/${board}"