All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] CI: add kas file and job for gem5-atp-arm64
@ 2021-04-22 15:53 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-04-22 15:53 UTC (permalink / raw
  To: meta-arm

From: Adrian Herrera <adrian.herrera@arm.com>

Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
Change-Id: Iee0d27c15fe00a4363ed832c06cb502c54299cd5
---
 .gitlab-ci.yml        |  3 +++
 ci/gem5-atp-arm64.yml | 15 +++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 ci/gem5-atp-arm64.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0aa166..bccb63c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,9 @@ gem5-arm64:
 gem5-arm64-xen:
   extends: .build
 
+gem5-atp-arm64:
+  extends: .build
+
 generic-arm64:
   extends: .build
 
diff --git a/ci/gem5-atp-arm64.yml b/ci/gem5-atp-arm64.yml
new file mode 100644
index 0000000..95bec61
--- /dev/null
+++ b/ci/gem5-atp-arm64.yml
@@ -0,0 +1,15 @@
+header:
+  version: 9
+  includes:
+    - gem5-arm64.yml
+
+repos:
+  meta-arm:
+    layers:
+      meta-atp:
+
+machine: gem5-atp-arm64
+
+target:
+  - atp-native
+  - core-image-minimal
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-22 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 15:53 [PATCH v2] CI: add kas file and job for gem5-atp-arm64 Ross Burton

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.