From patchwork Fri Jun 18 13:31:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 1494287 X-Patchwork-Delegate: lokeshvutla@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=HlvnSaJh; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G60FD53JMz9sRK for ; Fri, 18 Jun 2021 23:31:28 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 802A282BD5; Fri, 18 Jun 2021 15:31:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="HlvnSaJh"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B88BC82BD6; Fri, 18 Jun 2021 15:31:23 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A8CC582BD0 for ; Fri, 18 Jun 2021 15:31:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 2073960FDC; Fri, 18 Jun 2021 13:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624023079; bh=MQ5CzbUrldEk8yeF0MH9kM19w6Zlj2s/3Hitp3RdviE=; h=From:To:Cc:Subject:Date:From; b=HlvnSaJhdXVdhqeZvgEdpWcucRpSqrl9F7QaJDwPzgXZnWzFBwdkqV4XqVoE8FUIV a462aTFFwJzzE0qd0A4c5eZcKLIkqOmeSqqKqXV/oDl2R986dCCx5yV7Cq7c/DE+tH vEjV1oLdAIcCri53PCVY12wqqchiwGkuLgZCvSNP2ryNw3ZF0E2RKu8rSa8+hSCMUZ DFfLIWIcDsLU2K6K0Y4HKtye6AUJMNIMi6qEIpiSprJVQPhNLtnXB+IVf8jrj5VyZR ldCScINFkE4Oc3Viro4DA+J9gumpU7U993PivPaa6XaYn2grhjg6n5Xfw6iISz6vcA 0BvW9HghGa1yg== Received: by pali.im (Postfix) id 5E1D3849; Fri, 18 Jun 2021 15:31:17 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= To: Lokesh Vutla Cc: Ivaylo Dimitrov , Merlijn Wajer , 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 Message-Id: <20210618133108.32497-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean 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 --- 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