From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Jul 2022 08:50:40 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oBWCn-005gWN-Bh for lore@lore.pengutronix.de; Wed, 13 Jul 2022 08:50:40 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oBWCl-0003KK-VJ; Wed, 13 Jul 2022 08:50:39 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oBWC8-0003Ju-7Q; Wed, 13 Jul 2022 08:50:00 +0200 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oBWC7-000evB-Bs; Wed, 13 Jul 2022 08:49:59 +0200 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oBWC6-004shc-OZ; Wed, 13 Jul 2022 08:49:58 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: ptxdist@pengutronix.de Date: Wed, 13 Jul 2022 08:49:53 +0200 Message-Id: <20220713064953.65572-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Developer-Signature: v=1; a=openpgp-sha256; l=899; h=from:subject; bh=FO/qWZBn/Bg4DTnxmFY2uDWJXVUtZkrZOZz6f9eoe6o=; b=owEBbQGS/pANAwAKAcH8FHityuwJAcsmYgBizmsO5vxzpQy9sbvha1wj2Fp/4PnZlk7TEjrQ+aU2 c1x4uFSJATMEAAEKAB0WIQR+cioWkBis/z50pAvB/BR4rcrsCQUCYs5rDgAKCRDB/BR4rcrsCR29B/ 9OBXyvCvI+HpMIsct5CDQnIE2OM1KcY1SS5nkA1JdrKyDDmqx+RD8BXnwgmx/jTEcRWbsLRe6LwQ+y WIp5XwwutQXHWbkIR48GwZWLC+Ph9oK2W3TvEt4pQ+u/BGQJVGDScmcxjDHed5fJqBv8XNjUfIb9I1 ihiImTH+2t8GpYVwHxIrrmIA/KA91ftwfOYLVMhakm/7XtniPqjvscycP3WADtZhz0azWs+wQEbQqC 92aXXw3OEGHZLFVyf1VW18d6YuC/p3F+hdiiPj1wnB15Hm9B+NZSa6PGGlgGgi6qleovNK4TQkjiz5 YYY93pkjVIdqfjob5jDus5cIOfMwNJ X-Developer-Key: i=u.kleine-koenig@pengutronix.de; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] tf-a: Select openssl in host package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Gavin Schenk Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false tf-a needs openssl, otherwise: HOSTCC tbbr_config.c In file included from fiptool.h:16, from fiptool.c:19: fiptool_platform.h:19:11: fatal error: openssl/sha.h: No such file or directory 19 | # include | ^~~~~~~~~~~~~~~ compilation terminated. (This only happens if the openssl development package isn't installed on the host. Signed-off-by: Uwe Kleine-König --- platforms/host-tf-a.in | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/host-tf-a.in b/platforms/host-tf-a.in index 1a299f042724..f8fd15c48937 100644 --- a/platforms/host-tf-a.in +++ b/platforms/host-tf-a.in @@ -3,5 +3,6 @@ config HOST_TF_A tristate default y if ALLYES && TF_A + select HOST_OPENSSL help This provides fiptool base-commit: 02f8e5e7cb2ae088b69bfd2d75ba9e702eeaac5f -- 2.36.1