* [PATCH] ocl: update version to 01.01.18.00
@ 2019-03-04 22:50 Yuan Zhao
2019-03-05 0:40 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Yuan Zhao @ 2019-03-04 22:50 UTC (permalink / raw)
To: meta-arago
- Runtime support update for TIDL API 01.03.00
- Update OpenCL TIDL firmware to 01.01.18.00
Signed-off-by: Yuan Zhao <yuanzhao@ti.com>
---
| 6 +++---
| 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
--git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index 96d1836f..21247177 100644
--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
@@ -1,6 +1,6 @@
# patch version at the end needs to be in double digits
-PV = "1.1.17.01"
-INC_PR = "r1"
+PV = "1.1.18.00"
+INC_PR = "r0"
LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
@@ -10,7 +10,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
OCL_GIT_PROTOCOL = "git"
OCL_GIT_BRANCH = "master"
-OCL_SRCREV = "61d9dbae3ee40f8023ec624601c2a0cc9e80220f"
+OCL_SRCREV = "a50d8b41cc30bdf4faf1998ec3fc7d0a3093b795"
BRANCH = "${OCL_GIT_BRANCH}"
SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${BRANCH}"
--git a/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
index a47d9128..a9ec413a 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "OpenCL TIDL firmware for AM57xx"
LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=082a028431c455252c1e1d3d1021d382"
-PV = "01.01.17.01"
+PV = "01.01.18.00"
PR = "r0"
require recipes-ti/includes/arago-paths.inc
@@ -15,7 +15,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
GIT_URI = "git://git.ti.com/opencl/opencl-firmware.git"
GIT_PROTOCOL = "git"
BRANCH = "master"
-SRCREV = "2f1715affab9ef4debf02769cf113dc1922cf75f"
+SRCREV = "3b98f405d98416a66678dec01d8f7ef244f379b6"
SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ocl: update version to 01.01.18.00
2019-03-04 22:50 [PATCH] ocl: update version to 01.01.18.00 Yuan Zhao
@ 2019-03-05 0:40 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-03-05 0:40 UTC (permalink / raw)
To: Yuan Zhao; +Cc: meta-arago
On Mon, Mar 04, 2019 at 04:50:38PM -0600, Yuan Zhao wrote:
> - Runtime support update for TIDL API 01.03.00
> - Update OpenCL TIDL firmware to 01.01.18.00
Thanks! Please see below.
> Signed-off-by: Yuan Zhao <yuanzhao@ti.com>
> ---
> meta-arago-extras/recipes-ti/ocl/ocl.inc | 6 +++---
> meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> index 96d1836f..21247177 100644
> --- a/meta-arago-extras/recipes-ti/ocl/ocl.inc
> +++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> @@ -1,6 +1,6 @@
> # patch version at the end needs to be in double digits
> -PV = "1.1.17.01"
You would need to rebase - we are already on version 1.1.17.02:
http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=1b77a721090738e30d6a297a2892f551e66915bd
> -INC_PR = "r1"
> +PV = "1.1.18.00"
> +INC_PR = "r0"
>
> LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
>
> @@ -10,7 +10,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git"
> OCL_GIT_PROTOCOL = "git"
> OCL_GIT_BRANCH = "master"
>
> -OCL_SRCREV = "61d9dbae3ee40f8023ec624601c2a0cc9e80220f"
> +OCL_SRCREV = "a50d8b41cc30bdf4faf1998ec3fc7d0a3093b795"
>
> 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-tidl-fw_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
> index a47d9128..a9ec413a 100644
> --- a/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
> +++ b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb
> @@ -3,7 +3,7 @@ SUMMARY = "OpenCL TIDL firmware for AM57xx"
> LICENSE = "TI-TFL"
> LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=082a028431c455252c1e1d3d1021d382"
>
> -PV = "01.01.17.01"
> +PV = "01.01.18.00"
> PR = "r0"
>
> require recipes-ti/includes/arago-paths.inc
> @@ -15,7 +15,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> GIT_URI = "git://git.ti.com/opencl/opencl-firmware.git"
> GIT_PROTOCOL = "git"
> BRANCH = "master"
> -SRCREV = "2f1715affab9ef4debf02769cf113dc1922cf75f"
> +SRCREV = "3b98f405d98416a66678dec01d8f7ef244f379b6"
>
> SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
>
> --
> 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:[~2019-03-05 0:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 22:50 [PATCH] ocl: update version to 01.01.18.00 Yuan Zhao
2019-03-05 0:40 ` 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.