diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2019-03-12 16:53:09 +0100 |
---|---|---|
committer | ronan Le Martret <ronan.lemartret@iot.bzh> | 2019-03-12 16:01:54 +0000 |
commit | 266bd066d5a145a1af00b96215bd689595f68b53 (patch) | |
tree | b6d9fb29e673fa497e00b57fbc7444e7ca7db5a6 /meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb | |
parent | 733e073fcd85ee42617fd724a09303dc6683a438 (diff) | |
parent | 4232903d06ebc92dff71e943e7a74b198adfd389 (diff) |
Merge branch '[RCAR] GEN3 BSP 3.15.0'
Bug-AGL: SPEC-2185
Bug-AGL: SPEC-1687
Change-Id: Ife69009521cf2c8440f85526b1e80a2d92547085
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb deleted file mode 100644 index 4ee0c8873..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_1.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "http://sourceforge.net/projects/linuxptp/files/v${PV}/linuxptp-${PV}.tgz \ - file://build-Allow-CC-and-prefix-to-be-overriden.patch" - -SRC_URI[md5sum] = "a37ad2b2ef7d1ebc4d64a66d3fe55cdf" -SRC_URI[sha256sum] = "6cfd5291fb7394cc9f25458927874a203971b66b76d1c9d6568e007d0cbd81f2" - -EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} \ - EXTRA_CFLAGS='-D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_ONESTEP_SYNC ${CFLAGS}'" - -do_install () { - install -d ${D}/${bindir} - install -p ${S}/ptp4l ${D}/${bindir} - install -p ${S}/pmc ${D}/${bindir} - install -p ${S}/phc2sys ${D}/${bindir} - install -p ${S}/hwstamp_ctl ${D}/${bindir} -} |