From: Denys Dmytriyenko <[email protected]> Old analytics demos haven't been maintained for quite some time, remove.
This demo used to offload processing tasks to DSP using heavily modified OpenCL/OpenCV forks of old versions of corresponding upstream projects. Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...-opencv-opencl-opengl-multithreaded_git.bb | 46 ------------------- ...group-arago-tisdk-multimedia-sdk-target.bb | 1 - 2 files changed, 47 deletions(-) delete mode 100644 meta-arago-demos/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb diff --git a/meta-arago-demos/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb b/meta-arago-demos/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb deleted file mode 100644 index de672e28..00000000 --- a/meta-arago-demos/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = "A simple multithreaded OpenCV example application using the Qt framework" -HOMEPAGE = "https://github.com/devernay/qt-opencv-multithreaded" -SECTION = "multimedia" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=e28b998056a1a513e87be11c5045e85b" - -inherit features_check - -REQUIRED_MACHINE_FEATURES = "dsp gpu" -REQUIRED_DISTRO_FEATURES = "opencv opencl opengl" - -DEPENDS += "opencv opencl virtual/egl ti-cgt6x-native clocl-native dsplib-c66x" - -COMPATIBLE_MACHINE = "dra7xx" - -PV = "1.3.3" -PR = "r3" - -BRANCH = "master" -SRC_URI = "git://git.ti.com/git/apps/qt-opencv-opencl-opengl-multithreaded.git;protocol=https;branch=${BRANCH}" - -SRCREV = "80051ec8befd921e40cfb74a49234ed045576bbc" - -S = "${WORKDIR}/git" - -inherit qt5 - -export TARGET_ROOTDIR = "${STAGING_DIR_HOST}" -export TI_OCL_CGT_INSTALL = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" -export TI_DSPLIB_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/ti-dsplib-c66x-tree" - -CXXFLAGS:append = " -DOCV_NATIVE " - -do_compile() { - cd ${S} - oe_runmake -f oclMakefile - cd - - oe_runmake -} - -do_install() { - install -d ${D}/usr/bin - install -m 755 qt-opencv-opencl-opengl-multithreaded ${D}/usr/bin/qt-opencv-opencl-opengl-multithreaded -} - -RDEPENDS:${PN} += "opencv opencl-runtime" diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb index 62bcc0ea..121af56d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb @@ -13,7 +13,6 @@ BARCODE_PKG = "" MULTIMEDIA = "" -# ${@['','qt-opencv-opencl-opengl-multithreaded-dev'][oe.utils.all_distro_features(d, 'opencv opencl opengl', True, False) and bb.utils.contains('MACHINE_FEATURES', 'gpu dsp', True, False, d)]} MULTIMEDIA:append:dra7xx = " \ hevc-arm-decoder-dev \ hevc-arm-decoder-staticdev \ -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15484): https://lists.yoctoproject.org/g/meta-arago/message/15484 Mute This Topic: https://lists.yoctoproject.org/mt/107727050/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
