* [PATCH] ocl: update opencl tidl firmware to 01.01.17.01
@ 2018-11-30 16:41 Yuan Zhao
2018-12-04 17:23 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Yuan Zhao @ 2018-11-30 16:41 UTC (permalink / raw)
To: meta-arago
- firmware is built with latest TIDL library v1.1.2.2 for PSDK v5.2
- firmware will be built into opencl monitors
Signed-off-by: Yuan Zhao <yuanzhao@ti.com>
---
| 2 +-
| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
index 3450a400..96d1836f 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 = "r0"
+INC_PR = "r1"
LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
--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 221e0d62..a47d9128 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.16.00"
+PV = "01.01.17.01"
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 = "185e13d273fbbbbdb007111f87855f43c03535fa"
+SRCREV = "2f1715affab9ef4debf02769cf113dc1922cf75f"
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 opencl tidl firmware to 01.01.17.01
2018-11-30 16:41 [PATCH] ocl: update opencl tidl firmware to 01.01.17.01 Yuan Zhao
@ 2018-12-04 17:23 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-12-04 17:23 UTC (permalink / raw)
To: Yuan Zhao; +Cc: meta-arago
ACK.
Is it dependent on the tidl update?
On Fri, Nov 30, 2018 at 10:41:35AM -0600, Yuan Zhao wrote:
> - firmware is built with latest TIDL library v1.1.2.2 for PSDK v5.2
> - firmware will be built into opencl monitors
>
> Signed-off-by: Yuan Zhao <yuanzhao@ti.com>
> ---
> meta-arago-extras/recipes-ti/ocl/ocl.inc | 2 +-
> meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> index 3450a400..96d1836f 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 = "r0"
> +INC_PR = "r1"
>
> LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff"
>
> 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 221e0d62..a47d9128 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.16.00"
> +PV = "01.01.17.01"
> 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 = "185e13d273fbbbbdb007111f87855f43c03535fa"
> +SRCREV = "2f1715affab9ef4debf02769cf113dc1922cf75f"
>
> 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:[~2018-12-04 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-30 16:41 [PATCH] ocl: update opencl tidl firmware to 01.01.17.01 Yuan Zhao
2018-12-04 17:23 ` 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.