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]> --- .../barcode-demo/barcode-roi_git.bb | 34 ------------------- ...group-arago-tisdk-multimedia-sdk-target.bb | 10 ------ 2 files changed, 44 deletions(-) delete mode 100644 meta-arago-demos/recipes-apps/barcode-demo/barcode-roi_git.bb diff --git a/meta-arago-demos/recipes-apps/barcode-demo/barcode-roi_git.bb b/meta-arago-demos/recipes-apps/barcode-demo/barcode-roi_git.bb deleted file mode 100644 index ddad14c2..00000000 --- a/meta-arago-demos/recipes-apps/barcode-demo/barcode-roi_git.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Barcode demo to detect region of interest" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://detect_barcode.cpp;beginline=1;endline=25;md5=babab64d39715b3671dd16bcb4f4917b" - -inherit features_check - -REQUIRED_MACHINE_FEATURES = "dsp" -REQUIRED_DISTRO_FEATURES = "opencv" - -DEPENDS += "opencv" - -PV = "01.00.00" -PR = "r1" - -BRANCH = "master" -SRC_URI = "git://git.ti.com/git/apps/barcode-roi-detection.git;protocol=https;branch=${BRANCH}" - -SRCREV = "50fa051f66012ebaa10eba1cb289287c4c5e7432" - -S = "${WORKDIR}/git" - -do_install() { - install -d ${D}${bindir} - install -m 755 ${S}/detect_barcode ${D}${bindir} - - install -d ${D}${datadir}/ti/image - install -m 644 ${S}/test/sample_barcode.jpg ${D}${datadir}/ti/image -} - -FILES:${PN} += "\ - ${datadir}/ti/image \ -" - -INSANE_SKIP:${PN} = "ldflags" 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 121af56d..95939c09 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 @@ -6,11 +6,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -BARCODE_PKG = "" -#BARCODE_PKG = " \ -# ${@['','barcode-roi-dev'][oe.utils.all_distro_features(d, 'opencv', True, False) and bb.utils.contains('MACHINE_FEATURES', 'dsp', True, False, d)]} \ -#" - MULTIMEDIA = "" MULTIMEDIA:append:dra7xx = " \ @@ -18,11 +13,6 @@ MULTIMEDIA:append:dra7xx = " \ hevc-arm-decoder-staticdev \ " -MULTIMEDIA:append:ti33x = " ${BARCODE_PKG}" -MULTIMEDIA:append:ti43x = " ${BARCODE_PKG}" -MULTIMEDIA:append:omap-a15 = " ${BARCODE_PKG}" -MULTIMEDIA:append:am65xx = " ${BARCODE_PKG}" - RDEPENDS:${PN} = "\ ${MULTIMEDIA} \ packagegroup-arago-gst-sdk-target \ -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15485): https://lists.yoctoproject.org/g/meta-arago/message/15485 Mute This Topic: https://lists.yoctoproject.org/mt/107727051/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
