diff mbox series

[meta-arago,master] timestamping: Remove this recipe

Message ID 20241213152106.55372-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] timestamping: Remove this recipe | expand

Commit Message

Andrew Davis Dec. 13, 2024, 3:21 p.m. UTC
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
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb b/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb
deleted file mode 100644
index cdef66db..00000000
--- a/meta-arago-extras/recipes-kernel/timestamping/timestamping_4.1.bb
+++ /dev/null
@@ -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"
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index e8458cef..150efb14 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -71,7 +71,6 @@  TI_TEST_BASE:append:armv7ve = " \
     cpuburn-neon \
 "
 
-#    timestamping
 TI_TEST_TI_TOOLS = " \
     arm-benchmarks \
     arm-ddr-bandwidth \