mbox series

[v2,0/2] Updates to the linuxptp recipe

Message ID 20231018112059.2368845-1-luca.fancellu@arm.com
Headers show
Series Updates to the linuxptp recipe | expand

Message

Luca Fancellu Oct. 18, 2023, 11:20 a.m. UTC
In this serie I am itroducing templates for the systemd services, to increase
the portability and I'm also reducing the number of downstream patches.

Changes from v1:
 - serie was not building with clang:
   https://errors.yoctoproject.org/Errors/Details/739959/
   Fixed the issue introducing a new patch that should be upstreamable.

Luca Fancellu (2):
  linuxptp: Drop unneeded downstream patches
  linuxptp: Use templates for the systemd services

 .../0002-linuxptp-Use-CC-in-incdefs.sh.patch  | 34 ++++++++++++++++++
 .../linuxptp/Use-cross-cpp-in-incdefs.patch   | 28 ---------------
 ...-Allow-CC-and-prefix-to-be-overriden.patch | 35 -------------------
 .../{phc2sys@.service => phc2sys@.service.in} |  2 +-
 .../{ptp4l@.service => ptp4l@.service.in}     |  2 +-
 .../linuxptp/linuxptp_4.1.bb                  | 18 ++++++----
 6 files changed, 47 insertions(+), 72 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/0002-linuxptp-Use-CC-in-incdefs.sh.patch
 delete mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/Use-cross-cpp-in-incdefs.patch
 delete mode 100644 meta-oe/recipes-connectivity/linuxptp/linuxptp/build-Allow-CC-and-prefix-to-be-overriden.patch
 rename meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/{phc2sys@.service => phc2sys@.service.in} (85%)
 rename meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/{ptp4l@.service => ptp4l@.service.in} (73%)