Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Chris Johns
On 10/08/2017 15:42, Christian Mauderer wrote: > The version here is likely to become out of sync with the sources. To be > exact: It already is in your suggestion. > freebsd-org/crypto/openssl/README states the version 1.0.2.k. Maybe we > should refer to that file instead? Sure with a specific

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 07:46 schrieb Chris Johns: > On 10/08/2017 15:42, Christian Mauderer wrote: >> The version here is likely to become out of sync with the sources. To be >> exact: It already is in your suggestion. >> freebsd-org/crypto/openssl/README states the version 1.0.2.k. Maybe we >> should

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Christian Mauderer
Am 10.08.2017 um 01:08 schrieb Chris Johns: > On 10/08/2017 02:29, Sichen Zhao wrote: >> From: Christian Mauderer >> >> There are some cases, where a header is installed into a directory with >> a different name then it's source directory. In that case, the

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Chris Johns
On 10/08/2017 15:34, Christian Mauderer wrote: > Am 10.08.2017 um 01:08 schrieb Chris Johns: >> On 10/08/2017 02:29, Sichen Zhao wrote: >>> From: Christian Mauderer > There was no real reason. I just chose an arbitrary name. > 'build-include' is fine for me

Re: Current state of RISC-V BSP

2017-08-09 Thread Denis Obrezkov
2017-08-09 2:56 GMT+02:00 Hesham Almatary : > Hi Denis, > > That's good to know. You might want to try running other samples now > that are not low-memory and see if they work. > > Cheers, > Hesham > > On Tue, Aug 8, 2017 at 7:51 PM, Denis Obrezkov

[PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Sichen Zhao
From: Christian Mauderer There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the . The source for this

[PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Sichen Zhao
--- builder.py | 58 libbsd.py| 952 +++ libbsd_waf.py| 901 +++- waf_generator.py | 3 + 4 files changed, 1898 insertions(+), 16 deletions(-) diff --git a/builder.py

Re: [PATCH 3/3] Port openssl to RTEMS.

2017-08-09 Thread Chris Johns
Should we consider an 'OPENSSL.README' file in the top of libbsd to make sure we are covered? Something like: 8<--- The RTEMS LibBSD package contains OpenSSL. Please refer to https://www.openssl.org/ for the legalities related to your use. OpenSSL --- OpenSSL 1.0.2l 25

Re: [PATCH 1/3] waf_generator: Copy headers if necessary.

2017-08-09 Thread Chris Johns
On 10/08/2017 02:29, Sichen Zhao wrote: > From: Christian Mauderer > > There are some cases, where a header is installed into a directory with > a different name then it's source directory. In that case, the build > might fail because the header is not