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 <[email protected]> --- .../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 --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 \ -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15657): https://lists.yoctoproject.org/g/meta-arago/message/15657 Mute This Topic: https://lists.yoctoproject.org/mt/110098518/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
