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 <[email protected]> --- .../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 diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc index 00a86bb9..a709fd00 100644 --- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc +++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc @@ -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}" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb index 52322a86..1814137b 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb @@ -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 \ diff --git a/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb b/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb deleted file mode 100644 index 5eaad599..00000000 --- a/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb +++ /dev/null @@ -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} -} diff --git a/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb b/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb deleted file mode 100644 index 88b86d63..00000000 --- a/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb +++ /dev/null @@ -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}/ -} diff --git a/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb b/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb deleted file mode 100644 index 60bc3d5a..00000000 --- a/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb +++ /dev/null @@ -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/*" -- 2.37.3 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14057): https://lists.yoctoproject.org/g/meta-arago/message/14057 Mute This Topic: https://lists.yoctoproject.org/mt/94159412/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
