This demo was based on SYS/BIOS which is no longer in development. This demo has a spiritual successor called rpmsg_char_zerocopy. The new demo does the same task as this one but is based on MCU+SDK. Remove this demo.
Signed-off-by: Andrew Davis <[email protected]> --- .../big-data-ipc-demo_git.bb | 53 ------------------- .../packagegroup-arago-tisdk-addons.bb | 4 -- 2 files changed, 57 deletions(-) delete mode 100644 meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb diff --git a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb deleted file mode 100644 index c68d7152..00000000 --- a/meta-arago-demos/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb +++ /dev/null @@ -1,53 +0,0 @@ -SUMMARY = "TI Big data IPC: Host linux examples" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a" - -SRC_URI = "git://git.ti.com/processor-sdk/big-data-ipc-examples.git;protocol=git;branch=master" -SRCREV = "3dedbde2a539834ee8f4d0419888116ea80789d0" -PV = "01.03.00.01" - -S = "${WORKDIR}/git" - -COMPATIBLE_MACHINE = "omap-a15" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -inherit features_check - -REQUIRED_MACHINE_FEATURES = "dsp" - -DEPENDS = "ti-ipc \ - ti-xdctools-native \ - ti-sysbios \ - ti-ipc-rtos \ - ti-cgt6x-native \ - virtual/kernel \ -" - -do_configure[depends] += "virtual/kernel:do_shared_workdir" - -PLATFORM = "UNKNOWN" -PLATFORM:omap-a15 = "DRA7XX" - -require recipes-ti/includes/ti-paths.inc - -EXTRA_OEMAKE = "\ - PLATFORM=${PLATFORM} \ - XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \ - BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \ - IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" \ - LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \ - gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ - ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ -" - -do_compile() { - oe_runmake host_linux -} - -do_install() { - oe_runmake EXEC_DIR="${D}${bindir}" install_linux_bin -} - -PACKAGES =+ "${PN}-firmware" -FILES:${PN}-firmware += "${bindir}/simple_buffer_example/release/server_dsp.xe66" -INSANE_SKIP:${PN}-firmware += "arch" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index 11d10596..14dfe3e8 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -88,10 +88,6 @@ EXTRA_PACKAGES:omapl138 = " \ EXTRA_PACKAGES:append:omap-a15 = " ti-ipc-examples-linux" EXTRA_PACKAGES:append:omapl138 = " ti-ipc-examples-linux" -#EXTRA_PACKAGES:append:omap-a15 = " \ -# ${@bb.utils.contains('MACHINE_FEATURES','dsp','big-data-ipc-demo big-data-ipc-demo-firmware','',d)} \ -#" - # acontis-atemsys #EXTRA_PACKAGES:append:am335x-evm = " pruss-lld-apps" #EXTRA_PACKAGES:append:am437x-evm = " pruss-lld-apps" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15218): https://lists.yoctoproject.org/g/meta-arago/message/15218 Mute This Topic: https://lists.yoctoproject.org/mt/104751753/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
