From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by arago-project.org (Postfix) with ESMTPS id D260952993 for ; Thu, 13 Sep 2018 16:38:04 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8DGbtCp109570 for ; Thu, 13 Sep 2018 11:37:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1536856675; bh=uoqyFxqYsCiLyzKhxLevAWQTRLyM7k0b/NJnz0p2UB0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=HKHGMdKRSYnUnLn3tnUhxHmCmKY/NV5SNOH1sXVIkbgJtyx7arUDRRIW24ItHr9O2 bL8EJypQvdvfVMQl/9tb5aTtt6gTXSiBW1tmCIJLI8KCP/DFNFWLQcsyjaPZ1z+JM8 Cy2kZ8uyDqBVTtxYz1gbKy0Zy+cyOR4r3J+Lykkg= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8DGbtif008511 for ; Thu, 13 Sep 2018 11:37:55 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Thu, 13 Sep 2018 11:37:56 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Thu, 13 Sep 2018 11:37:55 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8DGbtM0023108; Thu, 13 Sep 2018 11:37:55 -0500 Date: Thu, 13 Sep 2018 12:36:30 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20180913163630.GW12296@beryl> References: <20180907204105.84328-1-yuanzhao@ti.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [EXTERNAL] [PATCH] ocl: update version to 01.01.16.00 X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 16:38:05 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > >--- > > 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