From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id B5C425297D for ; Tue, 22 Sep 2015 15:21:37 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t8MFLZXd009952 for ; Tue, 22 Sep 2015 10:21:35 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t8MFLZGM003761 for ; Tue, 22 Sep 2015 10:21:35 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Tue, 22 Sep 2015 10:21:35 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t8MFLZNI031248; Tue, 22 Sep 2015 10:21:35 -0500 Date: Tue, 22 Sep 2015 11:21:19 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150922152119.GA3425@edge> References: <1442933128-20397-1-git-send-email-j-stiffler@ti.com> <1442933128-20397-3-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1442933128-20397-3-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 3/3] matrix-gui-opencl-demos: Add for opencl matrix files. 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: Tue, 22 Sep 2015 15:21:41 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Are #2 and #3 in right order? On Tue, Sep 22, 2015 at 10:45:28AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > .../matrix/matrix-gui-opencl-demos_2.0.bb | 35 ++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-opencl-demos_2.0.bb > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-opencl-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-opencl-demos_2.0.bb > new file mode 100644 > index 0000000..b645d89 > --- /dev/null > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-opencl-demos_2.0.bb > @@ -0,0 +1,35 @@ > +DESCRIPTION = "OpenCL demo descriptions for Matrix v2" > +HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" > + > +require matrix-gui-apps-git.inc > + > +PR = "${INC_PR}.2" > + > +inherit allarch > + > +S = "${WORKDIR}/git/opencl_apps" > + > +# Make sure opencl submenu and app images has been installed > +OPENCL_RDEPENDS += "matrix-gui-apps-images matrix-gui-submenus-opencl" > + > +FILES_${PN} += "${MATRIX_BASE_DIR}/*" > + > +PACKAGES = "matrix-opencl-demo-dsplibfft \ > + matrix-opencl-demo-vecadd \ > + matrix-opencl-demo-floatcompute \ > +" > + > +RDEPENDS_matrix-opencl-demo-dsplibfft = "${OPENCL_RDEPENDS}" > +RDEPENDS_matrix-opencl-demo-vecadd = "${OPENCL_RDEPENDS}" > +RDEPENDS_matrix-opencl-demo-floatcompute = "${OPENCL_RDEPENDS}" > + > +# Split the matrix files by opencl demos > +FILES_matrix-opencl-demo-dsplibfft = "${MATRIX_APP_DIR}/opencl_dsplib_fft/*" > +FILES_matrix-opencl-demo-vecadd = "${MATRIX_APP_DIR}/opencl_vecadd/*" > +FILES_matrix-opencl-demo-floatcompute = "${MATRIX_APP_DIR}/opencl_float_compute/*" > + > + > +# Split the ${bindir} files by opencl demos > +FILES_matrix-opencl-demo-dsplibfft += "${bindir}/runOclDsplibFFT.sh" > +FILES_matrix-opencl-demo-vecadd += "${bindir}/runOclVecadd.sh" > +FILES_matrix-opencl-demo-floatcompute += "${bindir}/runOclFloatCompute.sh" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago