
17 Dec
2024
17 Dec
'24
2:44 p.m.
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@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