Felipe Huici [Thu, 2 Apr 2020 09:43:16 +0000 (11:43 +0200)]
Freeze the library against a particular commit hash.
Currently pthreadpool builds against master. Since master changes,
this makes the build of this library brittle; in this patch we freeze
against one of the latest commits.
Signed-off-by: Felipe Huici <felipe.huici@neclab.eu> Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
This is our initial port of pthreadpool to Unikraft as an external library. Libfxdiv
and pthreads are required. When adding the library to the dependency list, this
library should come after libfxdiv.
(e.g. ...:$(UK_LIBS)/libunwind:$(UK_LIBS)/compiler-rt:$(UK_LIBS)/libcxxabi:
$(UK_LIBS)/libcxx:$(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib:
$(UK_LIBS)/fxdiv:(UK_LIBS)/pthreadpool:...)
Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro> Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>