mbox series

[meta-oe,0/3] Update linuxptp version to 4.1

Message ID 20231011163346.1856498-1-luca.fancellu@arm.com
Headers show
Series Update linuxptp version to 4.1 | expand

Message

Luca Fancellu Oct. 11, 2023, 4:33 p.m. UTC
Hi all,

this serie provides an update for the linuxptp recipe to use the latest version
for the package (4.1).

It also install the default configuration file for ptp4l under /etc/linuxptp
and provides useful systemd services that are taken from the Ubuntu/Debian .deb
package (unfortunately linuxptp doesn't provide them yet), files are from here:

https://salsa.debian.org/multimedia-team/linuxptp/-/tree/master/debian

Luca Fancellu (3):
  linuxptp: update linuxptp recipe to 4.1
  linuxptp: install default configuration file in sysconfdir
  linuxptp: add systemd services

 .../0001-include-string.h-for-strncpy.patch   |  8 +--
 ...ditional-assignment-for-KBUILD_OUTPU.patch | 42 --------------
 .../linuxptp/Use-cross-cpp-in-incdefs.patch   |  8 ++-
 ...-Allow-CC-and-prefix-to-be-overriden.patch | 12 ++--
 .../linuxptp/systemd/phc2sys@.service         | 13 +++++
 .../linuxptp/linuxptp/systemd/ptp4l@.service  | 11 ++++
 .../linuxptp/linuxptp_3.1.1.bb                | 33 -----------
 .../linuxptp/linuxptp_4.1.bb                  | 58 +++++++++++++++++++
 8 files changed, 95 insertions(+), 90 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/0001-makefile-use-conditional-assignment-for-KBUILD_OUTPU.patch
 create mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service
 create mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/ptp4l@.service
 delete mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.1.bb
 create mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp_4.1.bb