All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg for dra7xx
Date: Mon, 27 Mar 2017 09:47:41 -0400	[thread overview]
Message-ID: <20170327134741.GR29187@edge> (raw)
In-Reply-To: <4c5c42df-4829-4751-01fc-cb89141e7df9@ti.com>

Not sure how I missed that - thanks for cacthing it. Fixed now.


On Mon, Mar 27, 2017 at 08:22:48AM -0400, Jacob Stiffler wrote:
> Denys,
> 
> 
> I see that this got applied to master/morty, but not to krogoth. Can
> you please also apply this to the krogoth branch?
> 
> 
> Thank you,
> 
> Jake
> 
> 
> On 2/28/2017 10:59 AM, Jacob Stiffler wrote:
> >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >---
> >  .../packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb       | 6 +++++-
> >  .../packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb     | 6 +++++-
> >  .../recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb   | 6 +++++-
> >  3 files changed, 15 insertions(+), 3 deletions(-)
> >
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb
> >index aac2472..0e0e112 100644
> >--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb
> >+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb
> >@@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to install sources for OpenCL/MP apps and demos"
> >  LICENSE = "MIT"
> >-PR = "r0"
> >+PR = "r1"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >@@ -15,6 +15,10 @@ UTILS_append_k2hk-evm = " \
> >      linalg-examples-src \
> >  "
> >+UTILS_append_dra7xx = " \
> >+    linalg-examples-src \
> >+"
> >+
> >  RDEPENDS_${PN} = "\
> >      ${UTILS} \
> >  "
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb
> >index ac235f0..ea0f724 100644
> >--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb
> >+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb
> >@@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to install headers and libraries of OpenCL/MP and related components"
> >  LICENSE = "MIT"
> >-PR = "r1"
> >+PR = "r2"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >@@ -16,6 +16,10 @@ UTILS_append_k2hk-evm = " \
> >      linalg-dev \
> >  "
> >+UTILS_append_dra7xx = " \
> >+    linalg-dev \
> >+"
> >+
> >  RDEPENDS_${PN} = "\
> >      ${UTILS} \
> >  "
> >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb
> >index 6898dd6..e882e2a 100644
> >--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb
> >+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb
> >@@ -1,6 +1,6 @@
> >  DESCRIPTION = "Task to install OpenCL/MP and related components"
> >  LICENSE = "MIT"
> >-PR = "r1"
> >+PR = "r2"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >@@ -23,6 +23,10 @@ EXTRA_PKGS_append_k2hk-evm = " \
> >      linalg-examples \
> >  "
> >+EXTRA_PKGS_append_dra7xx = " \
> >+    linalg-examples \
> >+"
> >+
> >  RDEPENDS_${PN} = "\
> >      ${MAIN_PKGS} \
> >  "
> 


      reply	other threads:[~2017-03-27 13:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 15:59 [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg for dra7xx Jacob Stiffler
2017-02-28 15:59 ` [krogoth/morty/master][PATCH 2/2] ti-tisdk-makefile: add linalg-examples target " Jacob Stiffler
2017-03-27 12:22 ` [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg " Jacob Stiffler
2017-03-27 13:47   ` Denys Dmytriyenko [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=20170327134741.GR29187@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@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.