Yuan Zhao
2018-09-07 20:41:05 UTC
Signed-off-by: Yuan Zhao <***@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-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
--
2.14.1
2.14.1