diff mbox series

[meta-ti,master/kirkstone] ti-pru-sw-edma-driver: Remove this recipe

Message ID 20231020142859.147560-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] ti-pru-sw-edma-driver: Remove this recipe | expand

Commit Message

Andrew Davis Oct. 20, 2023, 2:28 p.m. UTC
Not used and the source is gone anyway, remove.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../pru/ti-pru-sw-edma-driver_1.00.00.bb      | 31 -------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
diff mbox series

Patch

diff --git a/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb b/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
deleted file mode 100644
index 449a9095..00000000
--- a/meta-ti-extras/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
+++ /dev/null
@@ -1,31 +0,0 @@ 
-DESCRIPTION = "Builds eDMA module used by eDMA libraries for PRU sw example applications"
-HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://edmautils.c;beginline=1;endline=23;md5=312e9cb8a37a044c617c98a9e980ad1b"
-
-COMPATIBLE_MACHINE = "omapl138"
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-MACHINE_KERNEL_PR:append = "b"
-PR = "${MACHINE_KERNEL_PR}"
-PV:append = "+svn${SRCPV}"
-
-SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonymous;pswd=''"
-
-SRCREV = "33"
-
-S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/module"
-
-inherit module
-
-EXTRA_OEMAKE += "KERNEL_DIR='${STAGING_KERNEL_DIR}'"
-
-do_compile:prepend () {
-        export CCTOOL_PREFIX="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}"
-}
-
-do_install () {
-        install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/pru
-        install -m 0755 ${S}/edmautils.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/pru/
-}