All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 3/3] matrix-gui-opencl-demos: Add for opencl matrix files.
Date: Tue, 22 Sep 2015 11:25:38 -0400	[thread overview]
Message-ID: <560172F2.9040208@ti.com> (raw)
In-Reply-To: <20150922152119.GA3425@edge>



On 9/22/2015 11:21 AM, Denys Dmytriyenko wrote:
> Are #2 and #3 in right order?

Yes. This recipe provides packages which rdepend on the submenu package.

>
> On Tue, Sep 22, 2015 at 10:45:28AM -0400, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   .../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"
Here is the RDEPENDS... ^^^^^
>> +
>> +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



      reply	other threads:[~2015-09-22 15:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22 14:45 [PATCH 1/3] matrix-gui-submenus: Clean up very long lines Jacob Stiffler
2015-09-22 14:45 ` [PATCH 2/3] matrix-gui-submenus: Add opencl submenu Jacob Stiffler
2015-09-22 14:45 ` [PATCH 3/3] matrix-gui-opencl-demos: Add for opencl matrix files Jacob Stiffler
2015-09-22 15:21   ` Denys Dmytriyenko
2015-09-22 15:25     ` Jacob Stiffler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560172F2.9040208@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.