deleted file mode 100644
@@ -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"
@@ -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 \