From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jlr58-0003KN-6U for ptxdist@pengutronix.de; Thu, 18 Jun 2020 11:43:38 +0200 Received: from mfe by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jlr57-0000eM-Uf for ptxdist@pengutronix.de; Thu, 18 Jun 2020 11:43:37 +0200 From: Marco Felsch Date: Thu, 18 Jun 2020 11:43:35 +0200 Message-Id: <20200618094335.602-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] barebox: install imx-usb-loader host-tool List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Install the tool into the sysroot-host if it was enabled in the bareboxconfig. Signed-off-by: Marco Felsch --- rules/barebox.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 65bb8251e..578cdac2f 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -121,7 +121,8 @@ BAREBOX_PROGS_HOST := \ kernel-install \ bareboxcrc32 \ bareboximd \ - setupmbr/setupmbr + setupmbr/setupmbr \ + imx/imx-usb-loader BAREBOX_PROGS_TARGET_y := BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_BAREBOXENV) += bareboxenv -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de