From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by arago-project.org (Postfix) with ESMTPS id 2D4A652978 for ; Tue, 5 Mar 2019 23:21:38 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x25NLW1p076658 for ; Tue, 5 Mar 2019 17:21:32 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1551828092; bh=XqPl47Ii3ke3SnF9USxwo8tH4QVWregJjQyARghBnwY=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=RdPCKrbUoms4HzQmh2CW4Q2fYHcYZ4lgHl/xrL2M14DL5KT4MXP72dyyIankGAsW5 u2FPJu0ZOWgHFr6xtB0SzQreus+jRahG8hUzsw+Uv7qzTndcIK6PzE0lkYhZsii+EY +6mVoDH5JgRgiSypu05lclc3pQpQykJI9EnWaoyM= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x25NLVl1076561 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 5 Mar 2019 17:21:31 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Tue, 5 Mar 2019 17:21:31 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Tue, 5 Mar 2019 17:21:31 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id x25NLVwx032261; Tue, 5 Mar 2019 17:21:31 -0600 Date: Tue, 5 Mar 2019 18:21:31 -0500 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20190305232131.GS26081@beryl> References: <20190305011558.55639-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 v2] ocl: update version to 01.01.18.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: Tue, 05 Mar 2019 23:21:40 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Mar 05, 2019 at 06:18:06PM -0500, Jacob Stiffler wrote: > Denys, > > Please apply to rocko. Depends on this: http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=1b77a721090738e30d6a297a2892f551e66915bd Any negative effects to rocko/gcc7? > On 3/4/2019 8:15 PM, Yuan Zhao wrote: > >- Runtime support update for TIDL API 01.03.00 > >- Update OpenCL TIDL firmware to 01.01.18.00 > > > >Signed-off-by: Yuan Zhao > >--- > > meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++-- > > meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb | 4 ++-- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > >diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc > >index be32b0bc..21247177 100644 > >--- a/meta-arago-extras/recipes-ti/ocl/ocl.inc > >+++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc > >@@ -1,5 +1,5 @@ > > # patch version at the end needs to be in double digits > >-PV = "1.1.17.02" > >+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 = "fef8ff7679dacfac7b208531be07550fa7e3673e" > >+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}" > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago