Modify script to support only Ubunut 18.04 as host OS
Signed-off-by: Aparna M <[email protected]>
---
setup-host-check.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup-host-check.sh b/setup-host-check.sh
index 45b4c71..1ca7c0a 100644
--- a/setup-host-check.sh
+++ b/setup-host-check.sh
@@ -39,10 +39,10 @@ echo "Verifying Linux host distribution"
get_host_type host
-if [ "$host" != "precise" -a "$host" != "trusty" -a "$host" != "xenial" -a
"$host" != "bionic" ]; then
- echo "Unsupported host machine, only Ubuntu 12.04 LTS, Ubuntu 14.04 LTS,
Ubuntu 16.04 LTS, and Ubuntu 18.04 LTS are supported"
+if [ "$host" != "bionic" ]; then
+ echo "Unsupported host Linux. Only Ubuntu 18.04 LTS is supported"
exit 1
fi
-echo "Ubuntu 12.04 LTS, Ubuntu 14.04, or Ubuntu 14.04 LTS is being used,
continuing.."
+echo "Ubuntu 18.04 LTS is being used, continuing.."
echo
"--------------------------------------------------------------------------------"
echo
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13512):
https://lists.yoctoproject.org/g/meta-arago/message/13512
Mute This Topic: https://lists.yoctoproject.org/mt/89181213/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-