All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
@ 2021-06-18 13:31 Pali Rohár
  2021-07-15 11:51 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2021-06-18 13:31 UTC (permalink / raw)
  To: Lokesh Vutla; +Cc: Ivaylo Dimitrov, Merlijn Wajer, maemo-leste, u-boot

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
  2021-06-18 13:31 [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script Pali Rohár
@ 2021-07-15 11:51 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2021-07-15 11:51 UTC (permalink / raw)
  To: Pali Rohár
  Cc: Lokesh Vutla, maemo-leste, Ivaylo Dimitrov, Merlijn Wajer, u-boot

On Fri, 18 Jun 2021 15:31:08 +0200, Pali Rohár wrote:
> 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.
 
Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks!
[1/1] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/f3ff72f9ff
 
--
Thanks and Regards,
Lokesh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 13:31 [PATCH] Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script Pali Rohár
2021-07-15 11:51 ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.