From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which runs on the accelerators.
Date: Thu, 26 Feb 2015 10:16:40 -0500 [thread overview]
Message-ID: <20150226151640.GB6052@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C82B2BF@DFLE08.ent.ti.com>
On Thu, Feb 26, 2015 at 02:02:22PM +0000, Cooper Jr., Franklin wrote:
> Mesa as a whole as a MIT license based on the recipe. Looking at the license
> for those headers your using they are also using a MIT license. So this
> program should have a BSD and MIT license.
> Also your missing a PR which I think Denys still wants to include for
> package upgrading purposes. But it's up to him.
But this one is not an upgrade, so not sure why do you need a PR?
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob
> > Sent: Thursday, February 26, 2015 7:34 AM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which
> > runs on the accelerators.
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> > recipes-ti/ocl/opencl-monitor_git.bb | 41
> > ++++++++++++++++++++++++++++++++++
> > 1 file changed, 41 insertions(+)
> > create mode 100644 recipes-ti/ocl/opencl-monitor_git.bb
> >
> > diff --git a/recipes-ti/ocl/opencl-monitor_git.bb b/recipes-ti/ocl/opencl-
> > monitor_git.bb
> > new file mode 100644
> > index 0000000..54b3f45
> > --- /dev/null
> > +++ b/recipes-ti/ocl/opencl-monitor_git.bb
> > @@ -0,0 +1,41 @@
> > +DESCRIPTION = "TI OpenCL"
> > +HOMEPAGE = "https://gitorious.design.ti.com/ocl"
> > +LICENSE = "BSD"
> > +
> > +include ocl.inc
> > +
> > +inherit cmake
> > +
> > +COMPATIBLE_MACHINE = "dra7xx"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI_append = " \
> > + ${SRC_URI_OPENCL} \
> > + ${SRC_URI_MONITOR} \
> > + ${SRC_URI_BUILTINS} \
> > + ${SRC_URI_LIBM} \
> > + ${SRC_URI_MONITOR_IMAGE} \
> > + ${MONITOR_PATCHES} \
> > + ${OPENCL_PATCHES} \
> > + ${OPENGL_HEADERS} \
> > +"
> > +
> > +S = "${WORKDIR}/git/opencl_monitor"
> > +
> > +
> > +do_compile_append() {
> > + cp -rv ${WORKDIR}/opencl_monitor-vayu-0.12.0/* ${S}/ }
> > +
> > +do_install_append() {
> > + cp -v ${D}${datadir}/ti/opencl/dsp0.out ${D}${datadir}/ti/opencl/dsp.out
> > + cp -v ${D}${datadir}/ti/opencl/dsp0.syms
> > +${D}${datadir}/ti/opencl/dsp.syms }
> > +
> > +FILES_${PN} += " \
> > + ${datadir}/ti/opencl/* \
> > + ${base_libdir}/firmware/* \
> > +"
> > +
> > +INSANE_SKIP_${PN} = "arch"
> > +
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2015-02-26 15:16 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 13:34 [RFC PATCH 0/6] OpenCL Package Set Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 1/6] opencl: Add common file specifying opencl sources and version Jacob Stiffler
2015-02-26 13:56 ` Cooper Jr., Franklin
2015-03-03 13:47 ` Stiffler, Jacob
2015-03-03 15:05 ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 2/6] opencl: Add require opengl headers Jacob Stiffler
2015-02-26 13:47 ` Cooper Jr., Franklin
2015-02-26 15:11 ` Denys Dmytriyenko
2015-02-26 15:29 ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 3/6] clocl: Add the opencl kernel compiler Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which runs on the accelerators Jacob Stiffler
2015-02-26 13:53 ` Cooper Jr., Franklin
2015-03-03 13:50 ` Stiffler, Jacob
2015-03-03 15:01 ` Cooper Jr., Franklin
2015-02-26 14:02 ` Cooper Jr., Franklin
2015-02-26 15:16 ` Denys Dmytriyenko [this message]
2015-02-26 15:17 ` Cooper Jr., Franklin
2015-03-03 13:54 ` Stiffler, Jacob
2015-03-03 14:58 ` Cooper Jr., Franklin
2015-02-26 13:34 ` [RFC PATCH 5/6] opencl: OpenCL library Jacob Stiffler
2015-02-26 13:34 ` [RFC PATCH 6/6] opencl-examples: OpenCL example applications Jacob Stiffler
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=20150226151640.GB6052@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-ti@yoctoproject.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.