mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
icecc-toolchain: Remove environment setup
The handling of the environment setup was moved to the post-relocate script handler, and so is no longer necessary in the setup script (From OE-Core rev: 710b93a24df6372abd6d7aa0ede8750cf4bf88b4) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
927db5db26
commit
2e81bf1b9d
@@ -20,11 +20,6 @@
|
||||
# SOFTWARE.
|
||||
#
|
||||
|
||||
# Setup environment
|
||||
for env_setup_script in `ls $1/environment-setup-*`; do
|
||||
. $env_setup_script
|
||||
done
|
||||
|
||||
# ICECC_PATH will have been found icecc-env.sh
|
||||
if [ -z "$ICECC_PATH" ]; then
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user