Merge pull request #126 from kinvolk/t-lo/update-to-glibc-2.33-simple

catalyst_toolchains: don't touch the SDK
This commit is contained in:
Thilo Fromm 2021-06-29 14:20:23 +02:00 committed by GitHub
commit 0ec82836ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}"