[PATCH] gitlab: Add a Colibri iMX8 board to the sjg lab

Simon Glass sjg at chromium.org
Tue Dec 17 14:44:17 CET 2024


I have one of these boards loaded with Linux 6.6.2 and a video demo. Add
an entry for it so that it can be used for testing.

Unfortunately quite a lot of work-arounds are needed to make this board
work, but I am working with the supplier on this.

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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a17c1b0a366..1c15907fffa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -702,3 +702,8 @@ vf2:
   variables:
     ROLE: vf2
   <<: *lab_dfn
+
+colibrimx8:
+  variables:
+    ROLE: colibrimx8
+  <<: *lab_dfn
-- 
2.34.1



More information about the U-Boot mailing list