Commit 471c1eef authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

update ppsi and fix scripts accordingly

This picks a new ppsi, which is needed for several reasons. We have
been using it for a while now, so it's a safe upgrade.  Being ppsi a
Kconfig thing itself, we now need to make wrs_defconfig first.

Also, the new ppsi.h defines INST which is pre-defined by net-snmp, so
include ieee1588_types.h alone, as we only need ClockIdentity by now.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 4a1c60f3
......@@ -35,7 +35,9 @@ fi
if [ $ptpname = ppsi ]; then
make ARCH=wrs PROTO_EXT=whiterabbit || wrs_die "Failure building PPSi"
make clean
make wrs_defconfig
make CROSS_COMPILE=$CROSS_COMPILE || wrs_die "Failure building PPSi"
install -d "$WRS_OUTPUT_DIR/images/wr/bin"
install ppsi "$WRS_OUTPUT_DIR/images/wr/bin"
else
......
ppsi @ 2067f0f5
Subproject commit 76d6d83987cfd11ff18a03aad01b27e386a83fa3
Subproject commit 2067f0f5e8e6666e1faa690d55cf541320e40ffb
......@@ -12,7 +12,7 @@
#undef FALSE
#undef TRUE
#include <ppsi/ppsi.h>
#include <ppsi/ieee1588_types.h> /* for ClockIdentity */
#include <minipc.h>
#include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment