From 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 22 Feb 2022 04:13:08 +0000 Subject: classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- recipes-ti/udma/udma_git.bb | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 recipes-ti/udma/udma_git.bb (limited to 'recipes-ti/udma') diff --git a/recipes-ti/udma/udma_git.bb b/recipes-ti/udma/udma_git.bb deleted file mode 100644 index b6100a37..00000000 --- a/recipes-ti/udma/udma_git.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Provides zero copy access from user-space to packet dma channels via udma kernel driver" -LICENSE = "BSD-3-Clause" - -COMPATIBLE_MACHINE = "keystone" -LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" - -BRANCH = "master" -SRC_URI = "git://git.ti.com/keystone-linux/udma.git;protocol=git;branch=${BRANCH}" -S = "${WORKDIR}/git" -# Commit corresponds to UDMA.01.00.00.00 -SRCREV = "53d09fb0bc98c41c5eb43623097e363c497d6fd8" - -PV = "01.00.00.00" - -PACKAGES =+ "${PN}-test" - -FILES:${PN}-test = "${bindir}/udma_test" - -do_install() { - install -d ${D}${bindir}/ - install -d ${D}${libdir}/ - install -d ${D}${includedir}/ - install -c -m 755 ${S}/udma_test ${D}${bindir}/ - install -c -m 755 ${S}/libudma.a ${D}${libdir}/ - install -c -m 755 ${S}/libudma.so ${D}${libdir}/libudma.so.1.0.0 - cd ${D}${libdir}/ - ln -sf libudma.so.1.0.0 libudma.so.1 - ln -sf libudma.so.1.0.0 libudma.so - install -c -m 755 ${S}/include/* ${D}${includedir}/ -} - -INSANE_SKIP:${PN} += "textrel" -- cgit v1.2.3-54-g00ecf