deleted file mode 100644
@@ -1,24 +0,0 @@
-SUMMARY = "Linux Kernel timestamping"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-
-SRC_URI = "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "fe9dc0f6729f36400ea81aa41d614c37"
-SRC_URI[sha256sum] = "caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f"
-
-S = "${WORKDIR}/linux-${PV}"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-do_compile () {
- cd ${S}/Documentation/networking/timestamping
- ${CC} -o timestamping timestamping.c
-}
-
-do_install () {
- install -d ${D}${bindir}
- install -m 0755 ${S}/Documentation/networking/timestamping/timestamping ${D}${bindir}
-}
-
-INSANE_SKIP:${PN} = "ldflags"
@@ -71,7 +71,6 @@ TI_TEST_BASE:append:armv7ve = " \
cpuburn-neon \
"
-# timestamping
TI_TEST_TI_TOOLS = " \
arm-benchmarks \
arm-ddr-bandwidth \
This uses an old kernel as the source and seems unused. Let's do a scream test and drop this recipe. Signed-off-by: Andrew Davis <afd@ti.com> --- .../timestamping/timestamping_4.1.bb | 24 ------------------- .../recipes-core/packagegroups/ti-test.bb | 1 - 2 files changed, 25 deletions(-) delete mode 100644 meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb