Skip to content

Commit c63f4e8

Browse files
a3fsaschahauer
authored andcommitted
test: arm: make multi_v8_defconfig.yaml a symlink to virt@
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 <[email protected]> Link: https://lore.barebox.org/[email protected] Signed-off-by: Sascha Hauer <[email protected]>
1 parent f04f3e9 commit c63f4e8

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

test/arm/multi_v8_defconfig.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/arm/multi_v8_defconfig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
virt@multi_v8_defconfig.yaml

test/arm/virt@multi_v8_defconfig.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
targets:
2+
main:
3+
drivers:
4+
QEMUDriver:
5+
qemu_bin: qemu-system-aarch64
6+
machine: virt,highmem=off
7+
cpu: cortex-a57
8+
memory: 1024M
9+
kernel: barebox-dt-2nd.img
10+
extra_args: ''
11+
BareboxDriver:
12+
prompt: 'barebox@[^:]+:[^ ]+ '
13+
bootstring: 'commandline:'
14+
BareboxTestStrategy: {}
15+
features:
16+
- virtio-mmio
17+
runner:
18+
tuxmake_arch: arm64
19+
images:
20+
barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
21+
imports:
22+
- ../strategy.py

0 commit comments

Comments
 (0)