[elbe-devel] [PATCH 05/11] tests: simple-armhf: Fix devicetree filename glob
Torben Hohn
torben.hohn at linutronix.de
Mon Mar 14 14:48:20 CET 2022
The kernel ABI increases when the distro and therefore the kernel
version is increased.
Widen the glob.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
tests/simple-armhf.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/simple-armhf.xml b/tests/simple-armhf.xml
index b50f24a51..82b37ad3f 100644
--- a/tests/simple-armhf.xml
+++ b/tests/simple-armhf.xml
@@ -64,7 +64,7 @@
</file>
<cp path="/etc/bash.bashrc">/root/.bashrc</cp>
- <cp path="/usr/lib/linux-image-4.19.0-*-armmp/vexpress-v2p-ca15-tc1.dtb">/boot/vexpress-v2p-ca15-tc1.dtb</cp>
+ <cp path="/usr/lib/linux-image-*-armmp/vexpress-v2p-ca15-tc1.dtb">/boot/vexpress-v2p-ca15-tc1.dtb</cp>
<ln path="boot/vexpress-v2p-ca15-tc1.dtb">/dtb</ln>
<artifact>/vmlinuz</artifact>
--
2.20.1
More information about the elbe-devel
mailing list