All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ross Burton" <ross@burtonini.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 12/12] CI: add a job to build the FVP packages
Date: Mon, 20 Sep 2021 19:06:22 +0100	[thread overview]
Message-ID: <20210920180622.3614621-12-ross.burton@arm.com> (raw)
In-Reply-To: <20210920180622.3614621-1-ross.burton@arm.com>

This doesn't execute anything but simply checks that the publically
available FVPs can be downloaded and packaged.

Change-Id: I13895faa6fe6b19363854c33275a3febf61b7132
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml |  3 +++
 ci/fvps.yml    | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 ci/fvps.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae2b3468..8c07a78b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,6 +113,9 @@ fvp-base-arm32/external-gccarm:
 fvp-baser-aemv8r64:
   extends: .build
 
+fvps:
+  extends: .build
+
 gem5-arm64:
   extends: .build
 
diff --git a/ci/fvps.yml b/ci/fvps.yml
new file mode 100644
index 00000000..4087c348
--- /dev/null
+++ b/ci/fvps.yml
@@ -0,0 +1,20 @@
+# Simple target to build the FVPs that are publically available
+
+header:
+  version: 9
+  includes:
+    - base.yml
+
+machine: qemuarm64
+
+local_conf_header:
+  sdk: |
+    SDKMACHINE = "x86_64"
+
+target:
+  - nativesdk-fvp-base-a-aem
+  - nativesdk-fvp-n1-edge
+  - nativesdk-fvp-sgi575
+  - nativesdk-fvp-corstone500
+  - nativesdk-fvp-corstone700
+  - nativesdk-fvp-tc0
-- 
2.25.1


      parent reply	other threads:[~2021-09-20 18:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20 18:06 [PATCH 01/12] arm/fvp: don't inhibit default dependencies Ross Burton
2021-09-20 18:06 ` [PATCH 02/12] arm/fvp-base-*: factor out commonality to fvp-envelope.inc Ross Burton
2021-09-20 18:06 ` [PATCH 03/12] arm/fvp-base-a-aem: use public SRC_URI Ross Burton
2021-09-20 18:06 ` [PATCH 04/12] arm/fvp-common: store the mangled PV as PV_URL Ross Burton
2021-09-20 18:06 ` [PATCH 05/12] arm/fvp-base-*-aem: use all-dots versions Ross Burton
2021-09-20 18:06 ` [PATCH 06/12] arm/fvp-ecosystem: " Ross Burton
2021-09-20 18:06 ` [PATCH 07/12] arm/fvp: add upstream version checking Ross Burton
2021-09-20 18:06 ` [PATCH 08/12] arm/fvp: add corstone500 FVP Ross Burton
2021-09-20 18:06 ` [PATCH 09/12] arm/fvp: add corstone700 FVP Ross Burton
2021-09-20 18:06 ` [PATCH 10/12] arm/fvp: add Total Compute FVP Ross Burton
2021-09-20 18:06 ` [PATCH 11/12] CI: add FVP-EULA to the license whitelist Ross Burton
2021-09-20 18:06 ` Ross Burton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210920180622.3614621-12-ross.burton@arm.com \
    --to=ross@burtonini.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.