Re: [lng-odp] [API-NEXT PATCH 15/15] linux-gen: support older libconfig version

2017-02-09 Thread Maxim Uvarov
Merged this patch Thanks! On 02/09/17 21:41, Christophe Milard wrote: > On 27 January 2017 at 15:29, Maxim Uvarov wrote: >> Travis CI uses old libconfig8 amd64 1.3.2-2ubuntu2, >> which does not have defines for errors. Move error print >> under ifdef to fix compilation.

Re: [lng-odp] [API-NEXT PATCH 15/15] linux-gen: support older libconfig version

2017-02-09 Thread Christophe Milard
On 27 January 2017 at 15:29, Maxim Uvarov wrote: > Travis CI uses old libconfig8 amd64 1.3.2-2ubuntu2, > which does not have defines for errors. Move error print > under ifdef to fix compilation. > > Signed-off-by: Maxim Uvarov Reviewed-by:

Re: [lng-odp] [API-NEXT PATCH 15/15] linux-gen: support older libconfig version

2017-02-09 Thread Christophe Milard
Could apply it on current API next, today. I am fine with this patch (15/15) On 1 February 2017 at 18:46, Christophe Milard wrote: > needs rebase, I think: > erachmi@erachmi-ericsson:~/linaro/ODP/odp$ git am > ~/incoming/lng-odp_API-NEXT_PATCH_* > Applying: merge

Re: [lng-odp] [API-NEXT PATCH 15/15] linux-gen: support older libconfig version

2017-02-01 Thread Christophe Milard
needs rebase, I think: erachmi@erachmi-ericsson:~/linaro/ODP/odp$ git am ~/incoming/lng-odp_API-NEXT_PATCH_* Applying: merge fix: platform/linux-generic/Makefile.am error: patch failed: platform/linux-generic/Makefile.am:20 error: platform/linux-generic/Makefile.am: patch does not apply Patch

[lng-odp] [API-NEXT PATCH 15/15] linux-gen: support older libconfig version

2017-01-27 Thread Maxim Uvarov
Travis CI uses old libconfig8 amd64 1.3.2-2ubuntu2, which does not have defines for errors. Move error print under ifdef to fix compilation. Signed-off-by: Maxim Uvarov --- platform/linux-generic/odp_init.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)