From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id 2DDED52AAE for ; Wed, 29 Jun 2016 13:58:03 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u5TDusD5012956 for ; Wed, 29 Jun 2016 08:56:54 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u5TDw246014711 for ; Wed, 29 Jun 2016 08:58:03 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 29 Jun 2016 08:58:02 -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 u5TDw2dH010451; Wed, 29 Jun 2016 08:58:02 -0500 Date: Wed, 29 Jun 2016 09:58:01 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20160629135801.GF24597@edge> References: <1467136156-24717-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1467136156-24717-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 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: Wed, 29 Jun 2016 13:58:03 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Jun 28, 2016 at 01:49:15PM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++-- > meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 3 ++- > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc > index 8b21f84..9d371ee 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.8.3" > +PV = "1.1.9.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 = "a3bb92cb042342169340d350501ed573e8cd24ec" > +OCL_SRCREV = "79860f4b641a45bf689ea127a1525db90d74b5c7" > > 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_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > index 7954f2f..e6b3e1c 100644 > --- a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > +++ b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > @@ -27,6 +27,7 @@ DEPENDS = " ocl-gl-headers \ > libloki \ > pkgconfig-native \ > libulm \ > + elfutils \ This is not in the commit log. > " > > DEPENDS_append_dra7xx = " ti-ipc virtual/kernel" > @@ -52,7 +53,7 @@ OCL_BUILD_TARGET_k2g-evm = "ARM_K2G" > ENABLE_ULM = "1" > ENABLE_ULM_k2g-evm = "0" > > -EXTRA_OECMAKE += " -DBUILD_TARGET=${OCL_BUILD_TARGET} -DBUILD_OUTPUT=lib -DENABLE_ULM=${ENABLE_ULM}" > +EXTRA_OECMAKE += " -DBUILD_TARGET=${OCL_BUILD_TARGET} -DBUILD_OUTPUT=lib -DENABLE_ULM=${ENABLE_ULM} -DOCL_VERSION=${PV}" > > EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} LINUX_DEVKIT_ROOT=${STAGING_DIR_HOST}" > export KERNEL_INSTALL_DIR = "${STAGING_KERNEL_DIR}" > -- > 2.7.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago