NAK. The ptp_clock.h change is minimal and we can avoid the change here by duplicating in linuxptp.
> -----Original Message----- > From: Stiffler, Jacob > Sent: Thursday, March 22, 2018 9:58 AM > To: [email protected] > Cc: Ruei, Eric; Chengalvala, Vivek; Stiffler, Jacob > Subject: [meta-processor-sdk][PATCH 1/2] linux-libc-headers: use latest > processor-sdk-linux > > * This is needed for ptp_clock.h change > > Signed-off-by: Jacob Stiffler <[email protected]> > --- > recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb | 12 > ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 recipes-kernel/linux-libc-headers/linux-libc- > headers_4.9.bb > > diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb > b/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb > new file mode 100644 > index 0000000..7b9ba65 > --- /dev/null > +++ b/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb > @@ -0,0 +1,12 @@ > +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc > + > +PR_append = ".tisdk0" > + > +BRANCH = "processor-sdk-linux-04.03.00" > +SRCREV = "b84a80dbbb9901f550a6bff7acbb956f7f18c515" > + > +KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git" > +KERNEL_GIT_PROTOCOL = "git" > +SRC_URI = > "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH > }" > + > +S = "${WORKDIR}/git" > -- > 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
