From: "Pali Rohár" <pali@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>,
Merlijn Wajer <merlijn@wizzup.org>,
maemo-leste@lists.dyne.org, u-boot@lists.denx.de
Subject: [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
Date: Fri, 18 Jun 2021 15:31:08 +0200 [thread overview]
Message-ID: <20210618133108.32497-1-pali@kernel.org> (raw)
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>
---
test/nokia_rx51_test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh
index 176719e28b7e..0d60f5602434 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
--
2.20.1
next reply other threads:[~2021-06-18 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-18 13:31 Pali Rohár [this message]
2021-07-15 11:51 ` [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script Lokesh Vutla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210618133108.32497-1-pali@kernel.org \
--to=pali@kernel.org \
--cc=ivo.g.dimitrov.75@gmail.com \
--cc=lokeshvutla@ti.com \
--cc=maemo-leste@lists.dyne.org \
--cc=merlijn@wizzup.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox