summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-06-18 16:31:08 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-15 15:26:05 +0300
commit652982309d316b14aae5805d09239f89eb89f038 (patch)
treed665feb4f95c40674edc01cda3ea0f75ff85797a /test
parentf75b7b82a3b63fd7abac8d89bff1f6bd51f41378 (diff)
downloadu-boot-652982309d316b14aae5805d09239f89eb89f038.tar.xz
Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
Unfortunately for testing is required qflasher which works only in 32-bit x86 mode. Apparently 64-bit x86 Azure CI has no problems as it has preinstalled 32-bit libraries and can execute also 32-bit x86 executables. This change just show human readable output why nokia_rx51_test.sh test script fails. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210618133108.32497-1-pali@kernel.org
Diffstat (limited to 'test')
-rwxr-xr-xtest/nokia_rx51_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh
index a1436543fb..28aa554ed8 100755
--- a/test/nokia_rx51_test.sh
+++ b/test/nokia_rx51_test.sh
@@ -18,6 +18,7 @@ echo '
mformat (from mtools, homepage http://www.gnu.org/software/mtools/)
/usr/sbin/mkfs.ubifs (from mtd-utils, homepage http://www.linux-mtd.infradead.org/)
/usr/sbin/ubinize (from mtd-utils, homepage http://www.linux-mtd.infradead.org/)
+ /lib/ld-linux.so.2 (32-bit x86 version of LD loader, needed for qflasher)
' | while read tool info; do
if test -z "$tool"; then continue; fi
if ! which $tool 1>/dev/null 2>&1; then