summaryrefslogtreecommitdiff
path: root/meta-arm/ci/fvp-base.yml
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2022-08-03 16:55:16 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2022-08-03 17:56:03 +0300
commitbec4ebc22c43c1ff5c3fddb820d44a88bd3aebf0 (patch)
treecd378e3e0eaff8fe11880bd397f41671e2347a39 /meta-arm/ci/fvp-base.yml
parent79161d7a7126cad324ff0c11a93d8e57d80203ed (diff)
downloadopenbmc-bec4ebc22c43c1ff5c3fddb820d44a88bd3aebf0.tar.xz
Import 80d60e7 from yoctoproject.org meta-arm
To support ARMv8 SoCs. meta-arm has several patch files. Since they are maintained by the upstream meta-arm community, add meta-arm to the ignore list in run-repotest. Change-Id: Ia87a2e947bbabd347d256eccc47a343e1c885479 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-arm/ci/fvp-base.yml')
-rw-r--r--meta-arm/ci/fvp-base.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-arm/ci/fvp-base.yml b/meta-arm/ci/fvp-base.yml
new file mode 100644
index 0000000000..fa2ddb3e31
--- /dev/null
+++ b/meta-arm/ci/fvp-base.yml
@@ -0,0 +1,18 @@
+header:
+ version: 11
+ includes:
+ - ci/base.yml
+
+machine: fvp-base
+
+local_conf_header:
+ testimagefvp: |
+ INHERIT += "fvpboot"
+ # This fails but we can't add to the ignorelist from meta-arm yet
+ # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
+ TEST_SUITES:remove = "parselogs"
+ # Tell testimage to connect to localhost:8022, and forward that to SSH in the FVP.
+ TEST_TARGET_IP = "localhost:8022"
+ FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] ?= "8022=22"
+ failing_tests: |
+ TEST_SUITES:remove = "xorg"