All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [PATCH] ocl: update version to 01.01.16.00
Date: Thu, 13 Sep 2018 12:36:30 -0400	[thread overview]
Message-ID: <20180913163630.GW12296@beryl> (raw)
In-Reply-To: <f3802628-aa9d-2b3a-d652-ffafbb153364@ti.com>

Not yet, still in rocko-next...


On Thu, Sep 13, 2018 at 12:18:03PM -0400, Jacob Stiffler wrote:
> Denys,
> 
> Can you please backport this to ti2018.03?
> 
> 
> Thank you,
> 
> Jake
> 
> 
> On 9/7/2018 4:41 PM, Yuan Zhao wrote:
> >Signed-off-by: Yuan Zhao <yuanzhao@ti.com>
> >---
> >  meta-arago-extras/recipes-ti/ocl/clocl_git.bb              | 2 +-
> >  meta-arago-extras/recipes-ti/ocl/ocl.inc                   | 4 ++--
> >  meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb    | 2 +-
> >  meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb | 2 +-
> >  meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb     | 2 +-
> >  meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb     | 5 +++--
> >  meta-arago-extras/recipes-ti/ocl/opencl_git.bb             | 2 +-
> >  7 files changed, 10 insertions(+), 9 deletions(-)
> >
> >diff --git a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
> >index bf00267b..c7f467f5 100644
> >--- a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
> >+++ b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
> >@@ -1,5 +1,5 @@
> >  DESCRIPTION = "TI OpenCL offline C compiler for compute devices"
> >-HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html"
> >+HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html"
> >  LICENSE = "BSD"
> >  include ocl.inc
> >diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc
> >index ec7af4d4..b4883c26 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.15.6"
> >+PV = "1.1.16.0"
> >  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 = "7f6a93c96e4a4dfd8c1a19078f6a8d0c15d531d5"
> >+OCL_SRCREV = "3e9d6af770888b3e8f1d693df419c0d5edd70f14"
> >  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 f5de598d..cbc35ce5 100644
> >--- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> >+++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
> >@@ -1,5 +1,5 @@
> >  SUMMARY = "TI OpenCL example applications"
> >-HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html"
> >+HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html"
> >  LICENSE = "BSD"
> >  include ocl.inc
> >diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
> >index 61d5cad0..72855665 100644
> >--- a/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
> >+++ b/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
> >@@ -1,5 +1,5 @@
> >  DESCRIPTION = "TI OpenCL M4/IPU device firmware for AM57x"
> >-HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html"
> >+HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html"
> >  LICENSE = "BSD"
> >  include ocl.inc
> >diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
> >index b2f9d988..3cc6572b 100644
> >--- a/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
> >+++ b/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
> >@@ -1,5 +1,5 @@
> >  DESCRIPTION = "TI OpenCL compute device firmware"
> >-HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html"
> >+HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html"
> >  LICENSE = "BSD"
> >  include ocl.inc
> >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 80c7021a..221e0d62 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.00.00.02"
> >+PV = "01.01.16.00"
> >  PR = "r0"
> >  require recipes-ti/includes/arago-paths.inc
> >@@ -15,7 +15,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  GIT_URI      = "git://git.ti.com/opencl/opencl-firmware.git"
> >  GIT_PROTOCOL = "git"
> >  BRANCH       = "master"
> >-SRCREV       = "3b2dca5cb5718db93f7742186839591188c46b25"
> >+SRCREV       = "185e13d273fbbbbdb007111f87855f43c03535fa"
> >+
> >  SRC_URI      = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}"
> >  S = "${WORKDIR}/git"
> >diff --git a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
> >index 1c0e2e71..1cf2e626 100644
> >--- a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
> >+++ b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
> >@@ -1,5 +1,5 @@
> >  DESCRIPTION = "TI OpenCL host runtime and development packages"
> >-HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html"
> >+HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html"
> >  LICENSE = "BSD"
> >  include ocl.inc
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2018-09-13 16:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-07 20:41 [PATCH] ocl: update version to 01.01.16.00 Yuan Zhao
2018-09-13 16:18 ` [EXTERNAL] " Jacob Stiffler
2018-09-13 16:36   ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180913163630.GW12296@beryl \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.