Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Marek Vasut
On 1/11/22 22:14, Tom Rini wrote: The issues are: - How do we handle non-kwbimage platforms? Especially since the general expectation is that mkimage will work for pretty much anything. And not all distros / distro builders (OE) use tools-only_defconfig to configure their build of mkim

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Tom Rini
On Tue, Jan 11, 2022 at 09:44:10PM +0100, Pali Rohár wrote: > On Tuesday 11 January 2022 14:22:43 Alex G. wrote: > > On 1/11/22 13:09, Tom Rini wrote: > > > On Tue, Jan 11, 2022 at 07:58:05PM +0100, Marek Vasut wrote: > > > > On 1/11/22 17:16, Tom Rini wrote: > > > > > On Tue, Jan 11, 2022 at 04:36

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Pali Rohár
On Tuesday 11 January 2022 14:22:43 Alex G. wrote: > On 1/11/22 13:09, Tom Rini wrote: > > On Tue, Jan 11, 2022 at 07:58:05PM +0100, Marek Vasut wrote: > > > On 1/11/22 17:16, Tom Rini wrote: > > > > On Tue, Jan 11, 2022 at 04:36:34PM +0100, Pali Rohár wrote: > > > > > On Tuesday 11 January 2022 16

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Alex G.
On 1/11/22 13:09, Tom Rini wrote: On Tue, Jan 11, 2022 at 07:58:05PM +0100, Marek Vasut wrote: On 1/11/22 17:16, Tom Rini wrote: On Tue, Jan 11, 2022 at 04:36:34PM +0100, Pali Rohár wrote: On Tuesday 11 January 2022 16:31:20 Marek Vasut wrote: The kwbimage has hard dependency on OpenSSL, d

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Tom Rini
On Tue, Jan 11, 2022 at 07:58:05PM +0100, Marek Vasut wrote: > On 1/11/22 17:16, Tom Rini wrote: > > On Tue, Jan 11, 2022 at 04:36:34PM +0100, Pali Rohár wrote: > > > On Tuesday 11 January 2022 16:31:20 Marek Vasut wrote: > > > > The kwbimage has hard dependency on OpenSSL, do not build it > > > >

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Marek Vasut
On 1/11/22 17:16, Tom Rini wrote: On Tue, Jan 11, 2022 at 04:36:34PM +0100, Pali Rohár wrote: On Tuesday 11 January 2022 16:31:20 Marek Vasut wrote: The kwbimage has hard dependency on OpenSSL, do not build it in case TOOLS_LIBCRYPTO is disabled. This patch does not work as kwbimage is requir

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Tom Rini
On Tue, Jan 11, 2022 at 04:36:34PM +0100, Pali Rohár wrote: > On Tuesday 11 January 2022 16:31:20 Marek Vasut wrote: > > The kwbimage has hard dependency on OpenSSL, do not build it > > in case TOOLS_LIBCRYPTO is disabled. > > This patch does not work as kwbimage is required for 32-bit Armada > pl

Re: [PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Pali Rohár
On Tuesday 11 January 2022 16:31:20 Marek Vasut wrote: > The kwbimage has hard dependency on OpenSSL, do not build it > in case TOOLS_LIBCRYPTO is disabled. This patch does not work as kwbimage is required for 32-bit Armada platforms. So kwbimage.o cannot be disabled on these platforms. There is

[PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n

2022-01-11 Thread Marek Vasut
The kwbimage has hard dependency on OpenSSL, do not build it in case TOOLS_LIBCRYPTO is disabled. Signed-off-by: Marek Vasut Cc: Heinrich Schuchardt Cc: Marek Behún Cc: Pali Rohár Cc: Stefan Roese Cc: Tom Rini --- tools/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) dif