diff mbox series

[master,RFC,03/16] qt-opencv-opencl-opengl-multithreaded: deprecate

Message ID 20240805043713.172555-3-denis@denix.org
State RFC
Delegated to: Ryan Eatmon
Headers show
Series [master,RFC,01/16] ti-analytics: remove | expand

Commit Message

Denys Dmytriyenko Aug. 5, 2024, 4:37 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

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 <denys@konsulko.com>
---
 ...-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 mbox series

Patch

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 \