This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, caterpillar has been updated via 30009156994928b0ad9f6c8932c20abef269c098 (commit) from 079b524277414f57411d3223563353bbdbc1a536 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 30009156994928b0ad9f6c8932c20abef269c098 Author: Mykyta Iziumtsev mykyta.iziumtsev@linaro.org Date: Thu Jan 25 16:53:57 2018 +0100
linux-gen: fix shippable 'make check' CI failures
Signed-off-by: Mykyta Iziumtsev mykyta.iziumtsev@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Yi He yi.he@linaro.org
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index dc3284b6..b3da45e2 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -248,6 +248,7 @@ __LIB__libodp_linux_la_SOURCES = \ pktio/common.c \ pktio/dpdk.c \ pktio/ethtool.c \ + pktio/subsystem.c \ pktio/ipc.c \ pktio/loopback.c \ pktio/mdev.c \ @@ -258,7 +259,6 @@ __LIB__libodp_linux_la_SOURCES = \ pktio/ring.c \ pktio/socket.c \ pktio/socket_mmap.c \ - pktio/subsystem.c \ pktio/sysfs.c \ pktio/tap.c \ pool/generic.c \
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive