[PATCH master 2/3] test: arm: make multi_v8_defconfig.yaml a symlink to virt@
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Aug 17 00:39:40 PDT 2023
multi_v8_defconfig builds images for Virt, ZynqMP, Rockchip and i.MX.
Convention is for unadorned Labgrid environment file to be a symlink to
a file with a more telling name.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/arm/multi_v8_defconfig.yaml | 23 +----------------------
test/arm/virt at multi_v8_defconfig.yaml | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 22 deletions(-)
mode change 100644 => 120000 test/arm/multi_v8_defconfig.yaml
create mode 100644 test/arm/virt at multi_v8_defconfig.yaml
diff --git a/test/arm/multi_v8_defconfig.yaml b/test/arm/multi_v8_defconfig.yaml
deleted file mode 100644
index d8f8ab5cbff3..000000000000
--- a/test/arm/multi_v8_defconfig.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-targets:
- main:
- drivers:
- QEMUDriver:
- qemu_bin: qemu-system-aarch64
- machine: virt,highmem=off
- cpu: cortex-a57
- memory: 1024M
- kernel: barebox-dt-2nd.img
- extra_args: ''
- BareboxDriver:
- prompt: 'barebox@[^:]+:[^ ]+ '
- bootstring: 'commandline:'
- BareboxTestStrategy: {}
- features:
- - virtio-mmio
- runner:
- tuxmake_arch: arm64
-images:
- barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
-imports:
- - ../strategy.py
diff --git a/test/arm/multi_v8_defconfig.yaml b/test/arm/multi_v8_defconfig.yaml
new file mode 120000
index 000000000000..cbf4d40e3f0a
--- /dev/null
+++ b/test/arm/multi_v8_defconfig.yaml
@@ -0,0 +1 @@
+virt at multi_v8_defconfig.yaml
\ No newline at end of file
diff --git a/test/arm/virt at multi_v8_defconfig.yaml b/test/arm/virt at multi_v8_defconfig.yaml
new file mode 100644
index 000000000000..d8f8ab5cbff3
--- /dev/null
+++ b/test/arm/virt at multi_v8_defconfig.yaml
@@ -0,0 +1,22 @@
+targets:
+ main:
+ drivers:
+ QEMUDriver:
+ qemu_bin: qemu-system-aarch64
+ machine: virt,highmem=off
+ cpu: cortex-a57
+ memory: 1024M
+ kernel: barebox-dt-2nd.img
+ extra_args: ''
+ BareboxDriver:
+ prompt: 'barebox@[^:]+:[^ ]+ '
+ bootstring: 'commandline:'
+ BareboxTestStrategy: {}
+ features:
+ - virtio-mmio
+ runner:
+ tuxmake_arch: arm64
+images:
+ barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
+imports:
+ - ../strategy.py
--
2.39.2
More information about the barebox
mailing list