Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Paul-Erwan RIO
Le sam. 21 janv. 2023 à 17:35, Pali Rohar a écrit : > > On Saturday 21 January 2023 17:31:15 Paul-Erwan RIO wrote: > > Le sam. 21 janv. 2023 à 17:21, Pali Rohar a écrit : > > > > > > On Saturday 21 January 2023 17:08:42 Paul-Erwan RIO wrote: > > > > Le sam. 21 janv. 2023 à 16:56, Pali Rohar a éc

Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Pali Rohar
On Saturday 21 January 2023 17:31:15 Paul-Erwan RIO wrote: > Le sam. 21 janv. 2023 à 17:21, Pali Rohar a écrit : > > > > On Saturday 21 January 2023 17:08:42 Paul-Erwan RIO wrote: > > > Le sam. 21 janv. 2023 à 16:56, Pali Rohar a écrit : > > > > > > > > On Saturday 21 January 2023 16:47:41 Paul-E

Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Paul-Erwan RIO
Le sam. 21 janv. 2023 à 17:21, Pali Rohar a écrit : > > On Saturday 21 January 2023 17:08:42 Paul-Erwan RIO wrote: > > Le sam. 21 janv. 2023 à 16:56, Pali Rohar a écrit : > > > > > > On Saturday 21 January 2023 16:47:41 Paul-Erwan Rio wrote: > > > > The secure boot features cannot be built withou

Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Pali Rohar
On Saturday 21 January 2023 17:08:42 Paul-Erwan RIO wrote: > Le sam. 21 janv. 2023 à 16:56, Pali Rohar a écrit : > > > > On Saturday 21 January 2023 16:47:41 Paul-Erwan Rio wrote: > > > The secure boot features cannot be built without 'LIBCRYPTO' enabled. > > > This kind of reverts some of > > >

Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Paul-Erwan RIO
Le sam. 21 janv. 2023 à 16:56, Pali Rohar a écrit : > > On Saturday 21 January 2023 16:47:41 Paul-Erwan Rio wrote: > > The secure boot features cannot be built without 'LIBCRYPTO' enabled. > > This kind of reverts some of > > changes. > > > > Signed-off-by: Paul-Erwan Rio > > --- > > > > tools/

[PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Paul-Erwan Rio
The secure boot features cannot be built without 'LIBCRYPTO' enabled. This kind of reverts some of changes. Signed-off-by: Paul-Erwan Rio --- tools/kwbimage.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index 6abb9f2d5c..0db99dbb0

Re: [PATCH v1 1/2] tools: kwbimage: disable secure boot build without LIBCRYPTO support

2023-01-21 Thread Pali Rohar
On Saturday 21 January 2023 16:47:41 Paul-Erwan Rio wrote: > The secure boot features cannot be built without 'LIBCRYPTO' enabled. > This kind of reverts some of > changes. > > Signed-off-by: Paul-Erwan Rio > --- > > tools/kwbimage.c | 18 ++ > 1 file changed, 18 insertions(+)