From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by arago-project.org (Postfix) with ESMTPS id 9805A52A1B for ; Mon, 6 Feb 2017 20:14:49 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v16KEnBE030697 for ; Mon, 6 Feb 2017 14:14:49 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v16KEnUw025221 for ; Mon, 6 Feb 2017 14:14:49 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Mon, 6 Feb 2017 14:14:48 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v16KEmE2011546; Mon, 6 Feb 2017 14:14:48 -0600 Date: Mon, 6 Feb 2017 15:14:48 -0500 From: Denys Dmytriyenko To: "Gou, Hongmei" Message-ID: <20170206201448.GJ25590@edge> References: <1486160539-23523-1-git-send-email-h-gou@ti.com> <1486160539-23523-6-git-send-email-h-gou@ti.com> <20170206181101.GI25590@edge> <2E957F12D11D904590FA9AF86D366BD926CD354E@DLEE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <2E957F12D11D904590FA9AF86D366BD926CD354E@DLEE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [morty/krogoth][PATCH 5/6] packagegroup-arago-tisdk-matrix: add barcode-roi demo X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 20:14:49 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Hongmei, I see. We may need a separate "opencv" flag in MACHINE_FEATURES in the future. For now, can you please group barcode-roi in this packagegroup according to whether it uses opencl or not. Thanks. -- Denys On Mon, Feb 06, 2017 at 02:49:16PM -0500, Gou, Hongmei wrote: > Hi Denys, > > The barcode-roi demo is included for AM3/AM4/DRA7xx/Keystone. It does depend on OpenCV, but not necessarily on OpenCL. > > For dra7xx and keystone, some OpenCV kernels are dispatched to DSP via OpenCL, thus there can be dependency on OpenCL. > For AM3 and AM4, OpenCV kernels run on ARM only, and there is no dependency on OpenCL. > > Thanks, > Hongmei > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Monday, February 06, 2017 1:11 PM > > To: Gou, Hongmei > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [morty/krogoth][PATCH 5/6] packagegroup-arago- > > tisdk-matrix: add barcode-roi demo > > > > Hongmei, > > > > Can you please re-do this patch due to this change: > > http://arago-project.org/git/?p=meta- > > arago.git;a=commitdiff;h=908f169117c7589eabc78a392e8c43eb099553cd > > > > barcode-roi depends on opencv/opencl and hence should be in > > MATRIX_OPENCL_APPS list, which gets conditionally included based on > > corresponding MACHINE_FEATURE. > > > > -- > > Denys > > > > > > On Fri, Feb 03, 2017 at 05:22:18PM -0500, Hongmei Gou wrote: > > > Signed-off-by: Hongmei Gou > > > --- > > > .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 6 > > +++++- > > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-tisdk-matrix.bb b/meta-arago-distro/recipes- > > core/packagegroups/packagegroup-arago-tisdk-matrix.bb > > > index a851ed5..7358da4 100644 > > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > tisdk-matrix.bb > > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-tisdk-matrix.bb > > > @@ -1,6 +1,6 @@ > > > DESCRIPTION = "Task to include Matrix v2" > > > LICENSE = "MIT" > > > -PR = "r61" > > > +PR = "r62" > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > @@ -76,6 +76,7 @@ MATRIX_APPS_append_ti33x = " \ > > > matrix-gui-pm-demos-governor \ > > > \ > > > matrix-gui-ethernet-demos \ > > > + matrix-machinevision-demo-barcoderoi \ > > > " > > > > > > MATRIX_APPS_append_ti43x = " \ > > > @@ -91,6 +92,7 @@ MATRIX_APPS_append_ti43x = " \ > > > \ > > > matrix-gui-apps-dual-camera \ > > > matrix-gui-apps-image-gallery \ > > > + matrix-machinevision-demo-barcoderoi \ > > > " > > > > > > MATRIX_APPS_append_omap-a15 = " \ > > > @@ -105,6 +107,7 @@ MATRIX_APPS_append_omap-a15 = " \ > > > matrix-gui-generic-pm \ > > > matrix-gui-clocks \ > > > matrix-gui-pm-demos-governor \ > > > + matrix-machinevision-demo-barcoderoi \ > > > " > > > > > > MATRIX_APPS_append_dra7xx += " \ > > > @@ -116,6 +119,7 @@ MATRIX_APPS_append_keystone = " \ > > > matrix-gui-utility-demos \ > > > matrix-mc-demo-ipc \ > > > matrix-multimedia-demo-dsp66imgproc-f2f \ > > > + matrix-machinevision-demo-barcoderoi-f2f \ > > > " > > > > > > RDEPENDS_${PN} = " \ > > > -- > > > 1.9.1 > > > > > > _______________________________________________ > > > meta-arago mailing list > > > meta-arago@arago-project.org > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago