aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-03-15 15:03:19 -0600
committerRob Savoye <rob.savoye@linaro.org>2016-03-17 10:52:46 -0600
commita7974ec58d37e0d9d4a06bcfde179ecc817ab466 (patch)
tree620da58d175e7a361b6da0bafa62b2359383db14
parent8fce9fb07b1cf3903c6b297b6d0ab8b8f73700e3 (diff)
Add support for local armv7 (tk1) and armv8 (tx1) boards in my build farm.
Fix typo in path to Fooundation model. Change-Id: I115794f138dc2a2005a97a7b7d8cc852ef89aefc
-rw-r--r--config/boards/tcwgrob/tk1.exp3
-rw-r--r--config/boards/tcwgrob/tx1.exp3
-rw-r--r--config/linaro.exp13
3 files changed, 12 insertions, 7 deletions
diff --git a/config/boards/tcwgrob/tk1.exp b/config/boards/tcwgrob/tk1.exp
new file mode 100644
index 00000000..f94b859d
--- /dev/null
+++ b/config/boards/tcwgrob/tk1.exp
@@ -0,0 +1,3 @@
+load_generic_config tcwgcommon
+
+set_board_info hostname tk1
diff --git a/config/boards/tcwgrob/tx1.exp b/config/boards/tcwgrob/tx1.exp
new file mode 100644
index 00000000..df3d1371
--- /dev/null
+++ b/config/boards/tcwgrob/tx1.exp
@@ -0,0 +1,3 @@
+load_generic_config tcwgcommon
+
+set_board_info hostname tx1
diff --git a/config/linaro.exp b/config/linaro.exp
index 42363819..a4fd7bd3 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -74,12 +74,8 @@ proc linaro_lab { kind } {
case "$target_triplet" in {
{ "arm-*linux-gnueabi*" "armv[78]l-*linux-gnueabi*" } {
case "$native$myname" in {
- { tcwgrob* ripple* darkstar* } {
-# set target_list { tcwgchromebook }
-# set target_list { tcwgd01 }
-# set target_list { chrome1-01 }
-# set target_list { "arm-qemu" }
- set target_list { dragon-01 }
+ { *tcwgrob* ripple* darkstar* } {
+ set target_list { "tk1" }
}
{ native* } {
set target_list { unix }
@@ -97,7 +93,7 @@ case "$target_triplet" in {
}
}
}
- { "arm-*-eabi*" } {
+ { "arm-*-eabi*" } {
global SIM
# CPU and sysroot are set through the environment
set SIM "qemu-arm"
@@ -115,6 +111,9 @@ case "$target_triplet" in {
}
{ "aarch64-*linux*" } {
case "$native$myname" in {
+ { *tcwgrob* ripple* darkstar* } {
+ set target_list { "tx1" }
+ }
{ native* } {
set target_list { unix }
}