* [PATCH] ocl, ocl-rtos: OpenCL RTOS Eclipse plugin generation and signature moved to yocto build
@ 2017-12-21 22:04 Gaurav Mitra
2018-01-15 20:50 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Gaurav Mitra @ 2017-12-21 22:04 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Gaurav Mitra <gaurav@ti.com>
---
| 1 -
| 4 ++--
| 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
--git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
index 41b66534..88b94215 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
@@ -73,7 +73,6 @@ do_compile() {
-DARM_LLVM_DIR=${ARM_LLVM_DIR} \
-DOCL_VERSION=${PV} ../git/host;
make install
- make -C eclipse install
make -C packages install
cd ..
}
--git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index ffa3cbee..b2c90671 100644
--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
@@ -1,4 +1,4 @@
-PV = "1.1.14.8"
+PV = "1.1.14.10"
INC_PR = "r0"
LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
@@ -9,7 +9,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
OCL_GIT_PROTOCOL = "git"
OCL_GIT_BRANCH = "master"
-OCL_SRCREV = "caf4a0e55831ea34e3659e81877aaffde29ccfd1"
+OCL_SRCREV = "4669e010c35591154872d2364be720dc12b6b112"
BRANCH = "${OCL_GIT_BRANCH}"
SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${BRANCH}"
--git a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
index 0f769f4d..2a9fccc5 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
@@ -10,7 +10,7 @@ PR = "${INC_PR}.1"
COMPATIBLE_MACHINE = "dra7xx|keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-DEPENDS = "opencl ti-cgt6x-native clocl-native"
+DEPENDS = "opencl opencl-monitor ti-cgt6x-native clocl-native"
OCL_PERSISTENT_DEPENDS = "ti-xdctools ti-ipc-rtos ti-sysbios"
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ocl, ocl-rtos: OpenCL RTOS Eclipse plugin generation and signature moved to yocto build
2017-12-21 22:04 [PATCH] ocl, ocl-rtos: OpenCL RTOS Eclipse plugin generation and signature moved to yocto build Gaurav Mitra
@ 2018-01-15 20:50 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-01-15 20:50 UTC (permalink / raw)
To: Gaurav Mitra; +Cc: meta-arago
This has not been applying cleanly to morty due to previous changes and had to
be rebased. But since I failed to report it before the holidays and vacation,
I fixed it myself for this time.
On Thu, Dec 21, 2017 at 04:04:15PM -0600, Gaurav Mitra wrote:
> Signed-off-by: Gaurav Mitra <gaurav@ti.com>
> ---
> meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb | 1 -
> meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++--
> meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb | 2 +-
> 3 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
> index 41b66534..88b94215 100644
> --- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
> +++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
> @@ -73,7 +73,6 @@ do_compile() {
> -DARM_LLVM_DIR=${ARM_LLVM_DIR} \
> -DOCL_VERSION=${PV} ../git/host;
> make install
> - make -C eclipse install
> make -C packages install
> cd ..
> }
> diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> index ffa3cbee..b2c90671 100644
> --- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
> +++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> @@ -1,4 +1,4 @@
> -PV = "1.1.14.8"
> +PV = "1.1.14.10"
> INC_PR = "r0"
>
> LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
> @@ -9,7 +9,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
> OCL_GIT_PROTOCOL = "git"
> OCL_GIT_BRANCH = "master"
>
> -OCL_SRCREV = "caf4a0e55831ea34e3659e81877aaffde29ccfd1"
> +OCL_SRCREV = "4669e010c35591154872d2364be720dc12b6b112"
>
> BRANCH = "${OCL_GIT_BRANCH}"
> SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> index 0f769f4d..2a9fccc5 100644
> --- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> +++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> @@ -10,7 +10,7 @@ PR = "${INC_PR}.1"
> COMPATIBLE_MACHINE = "dra7xx|keystone"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> -DEPENDS = "opencl ti-cgt6x-native clocl-native"
> +DEPENDS = "opencl opencl-monitor ti-cgt6x-native clocl-native"
>
> OCL_PERSISTENT_DEPENDS = "ti-xdctools ti-ipc-rtos ti-sysbios"
>
> --
> 2.14.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-15 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 22:04 [PATCH] ocl, ocl-rtos: OpenCL RTOS Eclipse plugin generation and signature moved to yocto build Gaurav Mitra
2018-01-15 20:50 ` 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.