aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-03-17 08:20:32 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 21:08:19 +0100
commit0b1f902788313d7ec4d5f95fd7b2adad0db5a66f (patch)
tree984e74eb823f75dfe15e59d7bde1c3da30a8738f
parentf4d3dcbdd1efc8a476aebe8f43abd85438d3a3e0 (diff)
Stop relying on custom entries in .ssh/config for ssh access to boards
Use *.tcwglab prefix for boards located in TCWG Lab. Change-Id: I296bbb16b28af26c5ae72ee38c88bfb6bdebd372
-rw-r--r--config/boards/apm.exp2
-rw-r--r--config/boards/infra-armv8.exp2
-rw-r--r--config/boards/infra-build.exp2
-rw-r--r--config/boards/infra-buildqemu.exp2
-rw-r--r--config/boards/juno.exp2
-rw-r--r--config/boards/tcwg-armv8.exp2
-rw-r--r--config/boards/tcwg-build.exp2
-rw-r--r--config/boards/tcwg-buildqemu.exp2
8 files changed, 8 insertions, 8 deletions
diff --git a/config/boards/apm.exp b/config/boards/apm.exp
index bd2b0a51..305504c3 100644
--- a/config/boards/apm.exp
+++ b/config/boards/apm.exp
@@ -1,3 +1,3 @@
load_generic_config tcwgcommon
-set_board_info hostname apm-01
+set_board_info hostname apm-01.tcwglab
diff --git a/config/boards/infra-armv8.exp b/config/boards/infra-armv8.exp
index 9eddd7ae..c547ab20 100644
--- a/config/boards/infra-armv8.exp
+++ b/config/boards/infra-armv8.exp
@@ -1,3 +1,3 @@
load_generic_config tcwg-common
-set_board_info hostname apm-01
+set_board_info hostname apm-01.tcwglab
diff --git a/config/boards/infra-build.exp b/config/boards/infra-build.exp
index 13aafc15..e7fbfe82 100644
--- a/config/boards/infra-build.exp
+++ b/config/boards/infra-build.exp
@@ -1,3 +1,3 @@
load_generic_config tcwg-common
-set_board_info hostname build-06
+set_board_info hostname build-06.tcwglab
diff --git a/config/boards/infra-buildqemu.exp b/config/boards/infra-buildqemu.exp
index 111052e3..91a1f6ca 100644
--- a/config/boards/infra-buildqemu.exp
+++ b/config/boards/infra-buildqemu.exp
@@ -1,4 +1,4 @@
load_generic_config tcwg-common
-set_board_info hostname build-06
+set_board_info hostname build-06.tcwglab
set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0]-static -cpu any -L /sysroot"
diff --git a/config/boards/juno.exp b/config/boards/juno.exp
index 485289bf..6835f114 100644
--- a/config/boards/juno.exp
+++ b/config/boards/juno.exp
@@ -1,3 +1,3 @@
load_generic_config tcwgcommon
-set_board_info hostname juno-02
+set_board_info hostname juno-02.tcwglab
diff --git a/config/boards/tcwg-armv8.exp b/config/boards/tcwg-armv8.exp
index 379f11b6..b18f7efb 100644
--- a/config/boards/tcwg-armv8.exp
+++ b/config/boards/tcwg-armv8.exp
@@ -1,3 +1,3 @@
load_generic_config tcwg-common
-set_board_info hostname juno-02
+set_board_info hostname juno-02.tcwglab
diff --git a/config/boards/tcwg-build.exp b/config/boards/tcwg-build.exp
index d81437cc..57acfe3b 100644
--- a/config/boards/tcwg-build.exp
+++ b/config/boards/tcwg-build.exp
@@ -1,3 +1,3 @@
load_generic_config tcwg-common
-set_board_info hostname build-01
+set_board_info hostname build-01.tcwglab
diff --git a/config/boards/tcwg-buildqemu.exp b/config/boards/tcwg-buildqemu.exp
index 1ef3881b..2ab3095b 100644
--- a/config/boards/tcwg-buildqemu.exp
+++ b/config/boards/tcwg-buildqemu.exp
@@ -1,4 +1,4 @@
load_generic_config tcwg-common
-set_board_info hostname build-01
+set_board_info hostname build-01.tcwglab
set_board_info remote_sim "qemu-[lindex [split $target_triplet -] 0]-static -cpu any -L /sysroot"