All of lore.kernel.org
 help / color / mirror / Atom feed
* [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg for dra7xx
@ 2017-02-28 15:59 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
  0 siblings, 2 replies; 4+ messages in thread
From: Jacob Stiffler @ 2017-02-28 15:59 UTC (permalink / raw)
  To: meta-arago

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} \
 "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [krogoth/morty/master][PATCH 2/2] ti-tisdk-makefile: add linalg-examples target for dra7xx
  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 ` Jacob Stiffler
  2017-03-27 12:22 ` [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg " Jacob Stiffler
  1 sibling, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2017-02-28 15:59 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 7e01619..9f1a575 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -50,7 +50,7 @@ SRC_URI = "\
     file://Makefile_barcode-roi \
 "
 
-PR = "r78"
+PR = "r79"
 
 MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
                         refresh-screen \
@@ -109,6 +109,7 @@ MAKEFILES_append_dra7xx = " cryptodev \
                             opencl-examples \
                             openmpacc-examples \
                             qt-opencv-opencl-opengl-multithreaded \
+                            linalg-examples \
 "
 
 MAKEFILES_append_omap-a15 = " u-boot-spl \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg for dra7xx
  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 ` Jacob Stiffler
  2017-03-27 13:47   ` Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2017-03-27 12:22 UTC (permalink / raw)
  To: meta-arago, Denys Dmytriyenko

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} \
>   "



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [krogoth/morty/master][PATCH 1/2] packagegroup-arago-tisdk-opencl*: add linalg for dra7xx
  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
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 13:47 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

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} \
> >  "
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-27 13:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.