diff --git a/scripts/devkit/deploy_devkit.sh b/scripts/devkit/deploy_devkit.sh index 12c95f0cc9f41a6e04a726385bb1637510c268cc..abbf278e2fb2ee312bd41b95ffb3df3b68229082 100644 --- a/scripts/devkit/deploy_devkit.sh +++ b/scripts/devkit/deploy_devkit.sh @@ -4,7 +4,7 @@ set timeout 1500 set devkit_dir_path [lindex $argv 0] cd $devkit_dir_path -spawn $devkit_dir_path/install_devkit.sh +spawn $devkit_dir_path/install_devkit.sh --plugin=porting,affinity,devtools,debugger,sys_perf expect { "The preceding dependencies will be automatically installed with DevKit. If source installation packages are available, add the installation paths to the LD_LIBRARY_PATH or PATH environment variable. Do you allow automatic installation of these dependencies?" { send "y\r\n"; exp_continue }