* [PATCH] ocl: bump SRCREV to version 1.1.9.1
@ 2016-07-12 14:04 Jacob Stiffler
2016-07-25 18:53 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2016-07-12 14:04 UTC (permalink / raw)
To: meta-arago
* includes examples fix to link with libdl
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
| 4 ++--
| 6 ++----
2 files changed, 4 insertions(+), 6 deletions(-)
--git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index 9d371ee..4df0c9e 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.9.0"
+PV = "1.1.9.1"
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 = "79860f4b641a45bf689ea127a1525db90d74b5c7"
+OCL_SRCREV = "aa89b7359d6328e98fa80c55c3b73543c53a1bbc"
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 da14f1a..2a4b714 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
@@ -4,9 +4,7 @@ LICENSE = "BSD"
include ocl.inc
-PR = "${INC_PR}.1"
-
-SRC_URI_append = " file://0001-float_compute-matmpy-Link-with-libdl-to-resolve-link.patch;pnum=2"
+PR = "${INC_PR}.0"
COMPATIBLE_MACHINE = "dra7xx|keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -81,4 +79,4 @@ FILES_${PN}-dbg += "\
${datadir}/ti/examples/opencl/*/.debug \
"
-INSANE_SKIP_${PN} = "arch ldflags textrel"
+INSANE_SKIP_${PN} = "arch ldflags textrel staticdev"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ocl: bump SRCREV to version 1.1.9.1
2016-07-12 14:04 [PATCH] ocl: bump SRCREV to version 1.1.9.1 Jacob Stiffler
@ 2016-07-25 18:53 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-07-25 18:53 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
On Tue, Jul 12, 2016 at 10:04:15AM -0400, Jacob Stiffler wrote:
> * includes examples fix to link with libdl
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++--
> meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb | 6 ++----
> 2 files changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> index 9d371ee..4df0c9e 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.9.0"
> +PV = "1.1.9.1"
> 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 = "79860f4b641a45bf689ea127a1525db90d74b5c7"
> +OCL_SRCREV = "aa89b7359d6328e98fa80c55c3b73543c53a1bbc"
>
> 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 da14f1a..2a4b714 100644
> --- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> +++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> @@ -4,9 +4,7 @@ LICENSE = "BSD"
>
> include ocl.inc
>
> -PR = "${INC_PR}.1"
> -
> -SRC_URI_append = " file://0001-float_compute-matmpy-Link-with-libdl-to-resolve-link.patch;pnum=2"
Should this patch be removed now?
> +PR = "${INC_PR}.0"
>
> COMPATIBLE_MACHINE = "dra7xx|keystone"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> @@ -81,4 +79,4 @@ FILES_${PN}-dbg += "\
> ${datadir}/ti/examples/opencl/*/.debug \
> "
>
> -INSANE_SKIP_${PN} = "arch ldflags textrel"
> +INSANE_SKIP_${PN} = "arch ldflags textrel staticdev"
> --
> 2.7.4
>
> _______________________________________________
> 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:[~2016-07-25 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 14:04 [PATCH] ocl: bump SRCREV to version 1.1.9.1 Jacob Stiffler
2016-07-25 18:53 ` 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.