[PATCH] gitlab: Add a NVIDIA Jetson TK1 board to the sjg lab

Simon Glass sjg at chromium.org
Tue Dec 17 22:09:19 CET 2024


I have one of these boards, with no OS loaded. Add an entry for it so
that it can be used for testing.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c15907fffa..60a841bd4d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -707,3 +707,9 @@ colibrimx8:
   variables:
     ROLE: colibrimx8
   <<: *lab_dfn
+
+# NVIDIA Jetson TK1
+tk1:
+  variables:
+    ROLE: tk1
+  <<: *lab_dfn
-- 
2.34.1



More information about the U-Boot mailing list