From 6778eeda8332a692d91e2b2bf677436bfaa2a815 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 23 Oct 2013 12:53:15 -0700 Subject: [PATCH] fix(bootstrap_sdk): Remove toolchain build step, replaced by build_toolchains --- bootstrap_sdk | 2 +- build_container | 2 +- ...t_stage4.sh => catalyst_default_stage4.sh} | 0 build_library/catalyst_sdk_stage4.sh | 36 ------------------- 4 files changed, 2 insertions(+), 38 deletions(-) rename build_library/{catalyst_buildbot_stage4.sh => catalyst_default_stage4.sh} (100%) delete mode 100644 build_library/catalyst_sdk_stage4.sh diff --git a/bootstrap_sdk b/bootstrap_sdk index 59a1634109..747ddeb1c3 100755 --- a/bootstrap_sdk +++ b/bootstrap_sdk @@ -48,7 +48,7 @@ cat </dev/null - then - run_merge -u "${cross_pkgs[@]}" - else - crossdev --ov-output "/usr/local/portage/crossdev" \ - --portage "${clst_myemergeopts}" \ - --env 'FEATURES=splitdebug' \ - --stable --ex-gdb --stage4 \ - --target "${cross_chost}" || exit 1 - fi - - # There is no point to including the built packages in the final tarball - # because the packages will have to be downloaded anyway due to how the - # cross toolchains are managed in board sysroots. - crossdev --force -C "${cross_chost}" -done - -echo "Double checking everything is fresh and happy." -run_merge -uDN --with-bdeps=y world