Provisioning: Ubuntu 16.04 - QNX700

QNX 7.0 is required by RTA on Ubuntu.

Task-number: QTQAINFRA-1671
Change-Id: I82821e096cfa2d35a2176eba6e753a0d71049b72
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Joni Jantti
2018-01-03 11:38:39 +02:00
committed by Liang Qi
parent a8178a1888
commit dc6c54cb2d
2 changed files with 45 additions and 1 deletions

View File

@@ -56,6 +56,12 @@ if [ ! -f $targetFolder/$folderName/qnxsdp-env.sh ]; then
fi
rm -rf $targetFile
# Set env variables
echo "export QNX_700=$targetFolder$folderName" >> ~/.bashrc
if uname -a |grep -q "Ubuntu"; then
echo "export QNX_700=$targetFolder$folderName" >> ~/.profile
else
echo "export QNX_700=$targetFolder$folderName" >> ~/.bashrc
fi
echo "QNX SDP = 7.0.0" >> ~/versions.txt