@@ -100,9 +100,6 @@ SRCIPK_INSTALL_DIR:pn-arm-benchmarks ?= "example-applications/${PN}-${PV}"
CREATE_SRCIPK:pn-omapconf ?= "1"
SRCIPK_INSTALL_DIR:pn-omapconf ?= "example-applications/${PN}-${PV}"
-CREATE_SRCIPK:pn-ti-pru-sw-examples ?= "1"
-SRCIPK_INSTALL_DIR:pn-ti-pru-sw-examples ?= "example-applications/pru-${PV}"
-
CREATE_SRCIPK:pn-ti-compat-wireless-wl18xx ?= "1"
SRCIPK_INSTALL_DIR:pn-ti-compat-wireless-wl18xx ?= "board-support/extra-drivers/${PN}-${PV}"
@@ -12,12 +12,6 @@ UTILS = " \
oprofile-example-source \
"
-# ti-pru-sw-edma-driver is currently broken
-# Add pru and profibus sources for omapl138 devices
-#UTILS:append:omapl138 = " \
-# ti-pru-sw-examples-source \
-#"
-
UTILS:append:omap-a15 = " \
omapconf-source \
pru-icss-source \
deleted file mode 100644
@@ -1,26 +0,0 @@
-DESCRIPTION = "PRU sw application loader"
-HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://interface/prussdrv.c;beginline=1;endline=47;md5=6012fea45c1fbced663277bc90d2163a"
-
-RRECOMMENDS:${PN} = "kernel-module-uio-pru"
-PR = "r0"
-PV:append = "+svn${SRCPV}"
-
-COMPATIBLE_MACHINE = "omapl138"
-
-SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonymous;pswd=''"
-
-SRCREV = "33"
-S = "${WORKDIR}/trunk/app_loader"
-
-do_compile () {
- make -C ${S}/interface CCTOOL_PREFIX=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}
-}
-
-do_install () {
- install -d ${D}${libdir}
- install -d ${D}${includedir}
- install -m 0644 ${S}/include/* ${D}${includedir}
- install -m 0644 ${S}/lib/* ${D}${libdir}
-}
deleted file mode 100644
@@ -1,30 +0,0 @@
-DESCRIPTION = "eDMA library for use by PRU sw example applications"
-HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://edma.c;beginline=1;endline=46;md5=f6bde95a8e2277050e36b257ca9214a6"
-
-DEPENDS += "virtual/kernel"
-
-RDEPENDS:${PN} += "ti-pru-sw-edma-driver"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "omapl138"
-
-MACHINE_KERNEL_PR:append = "a"
-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/interface"
-
-do_compile () {
- oe_runmake KERNEL_DIR="${STAGING_KERNEL_DIR}" CCTOOL_PREFIX=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}
-}
-
-do_install () {
- install -d ${D}/${libdir}
- install -m 0755 ${S}/../lib/libedmautils.a ${D}/${libdir}/
-}
deleted file mode 100644
@@ -1,31 +0,0 @@
-DESCRIPTION = "PRU sw example applications"
-HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=c4fd8ee7443c1b2b6238b4b5df796481"
-DEPENDS = "ti-pru-sw-app-loader ti-pru-sw-edma-library"
-RDEPENDS:${PN} = "ti-pru-sw-edma-driver"
-PR = "r0"
-PV:append = "+svn${SRCPV}"
-
-COMPATIBLE_MACHINE = "omapl138"
-
-SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonymous;pswd=''"
-
-SRCREV = "33"
-S = "${WORKDIR}/trunk"
-
-do_compile () {
- make -C ${S}/example_apps \
- CCTOOLS="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"\
- BINDIR_APPLICATIONS="${S}/example_apps/bin" \
- BINDIR_FW="${S}/example_apps/bin" \
- UTILS_DIR="${S}/utils"
-}
-
-do_install () {
- install -d ${D}/usr/share/ti/ti-pru-eg/
- install -m 0755 ${S}/example_apps/bin/* ${D}/usr/share/ti/ti-pru-eg/
-}
-
-FILES:${PN} += "${datadir}/ti/ti-pru-eg/*"
-FILES:${PN}-dbg += "${datadir}/ti/ti-pru-eg/.debug/*"
The source for these is long gone and they were not the correct way to use the PRUs these days anyway. Remove them. Signed-off-by: Andrew Davis <afd@ti.com> --- .../conf/distro/include/arago-source-ipk.inc | 3 -- ...ackagegroup-arago-tisdk-addons-sdk-host.bb | 6 ---- .../ti-pru-sw-app-loader_1.00.00.bb | 26 ---------------- .../ti-pru-sw-edma-library_1.00.00.bb | 30 ------------------ .../ti-pru-sw-examples_1.00.00.bb | 31 ------------------- 5 files changed, 96 deletions(-) delete mode 100644 meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb delete mode 100644 meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb delete mode 100644 meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb