All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kas: add testing of gcc-arm
@ 2021-01-07 14:25 Ross Burton
  2021-01-08  5:32 ` [meta-arm] " Sumit Garg
  2021-01-08 14:49 ` Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2021-01-07 14:25 UTC (permalink / raw)
  To: meta-arm

Add a build to verify that setting GCCVERSION to arm-10.2 works.

Change-Id: I086fa786b11560a8e94ee646859c59288bacba5d
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 3 +++
 kas/armgcc.yml | 6 ++++++
 2 files changed, 9 insertions(+)
 create mode 100644 kas/armgcc.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e14e2d..3ae0aa3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,9 @@ musca-s1:
 n1sdp:
   extends: .build
 
+n1sdp/armgcc:
+  extends: .build
+
 qemuarm64-secureboot:
   extends: .build
 
diff --git a/kas/armgcc.yml b/kas/armgcc.yml
new file mode 100644
index 0000000..52b09b0
--- /dev/null
+++ b/kas/armgcc.yml
@@ -0,0 +1,6 @@
+header:
+  version: 9
+
+local_conf_header:
+  libc: |
+    GCCVERSION = "arm-10.2"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-08 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 14:25 [PATCH] kas: add testing of gcc-arm Ross Burton
2021-01-08  5:32 ` [meta-arm] " Sumit Garg
2021-01-08 14:49 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.