From patchwork Mon Aug 5 04:37:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 47283 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 292E1C52D72 for ; Mon, 5 Aug 2024 04:37:24 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.976.1722832643342927974 for ; Sun, 04 Aug 2024 21:37:23 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id ACA5F40CC7; Mon, 5 Aug 2024 04:37:22 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fBed17g5tlep; Mon, 5 Aug 2024 04:37:22 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 8F42940CBF; Mon, 5 Aug 2024 04:37:21 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 46C85164059; Mon, 5 Aug 2024 00:37:21 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][RFC PATCH 04/16] barcode-roi: deprecate Date: Mon, 5 Aug 2024 00:37:01 -0400 Message-Id: <20240805043713.172555-4-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240805043713.172555-1-denis@denix.org> References: <20240805043713.172555-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 05 Aug 2024 04:37:24 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15485 From: Denys Dmytriyenko 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 --- .../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 \