All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0
@ 2016-06-28 17:49 Jacob Stiffler
  2016-06-28 17:49 ` [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0 Jacob Stiffler
  2016-06-29 13:58 ` [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Jacob Stiffler @ 2016-06-28 17:49 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 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 \
 "
 
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0
  2016-06-28 17:49 [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Jacob Stiffler
@ 2016-06-28 17:49 ` Jacob Stiffler
  2016-06-29 13:58   ` Denys Dmytriyenko
  2016-06-29 13:58 ` [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2016-06-28 17:49 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
index 4a00578..7e1adba 100644
--- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
+++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
@@ -2,7 +2,7 @@ SUMMARY = "TI OpenMP Accelerator Model"
 HOMEPAGE = "http://downloads.ti.com/mctools/esd/docs/openmpacc/"
 LICENSE = "BSD"
 
-PV = "1.3.1.1"
+PV = "1.3.2.0"
 INC_PR = "r0"
 
 LIC_FILES_CHKSUM = "file://../debian/copyright;md5=aaa2a0939d08197132fc382e97b62eb0"
@@ -13,7 +13,7 @@ OMPACC_GIT_URI = "git://git.ti.com/openmp/ti-openmpacc.git"
 OMPACC_GIT_PROTOCOL = "git"
 OMPACC_GIT_BRANCH = "master"
 
-OMPACC_SRCREV = "a2b22adc8759bf1f5f1f999dcda0fdfa88ba9eba"
+OMPACC_SRCREV = "26f6f8ef0ff800da3d49cccd5853c761b0673d2a"
 
 BRANCH = "${OMPACC_GIT_BRANCH}"
 SRC_URI = "${OMPACC_GIT_URI};protocol=${OMPACC_GIT_PROTOCOL};branch=${BRANCH}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0
  2016-06-28 17:49 [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Jacob Stiffler
  2016-06-28 17:49 ` [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0 Jacob Stiffler
@ 2016-06-29 13:58 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-06-29 13:58 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Tue, Jun 28, 2016 at 01:49:15PM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0
  2016-06-28 17:49 ` [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0 Jacob Stiffler
@ 2016-06-29 13:58   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-06-29 13:58 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Ack


On Tue, Jun 28, 2016 at 01:49:16PM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
> index 4a00578..7e1adba 100644
> --- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
> +++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
> @@ -2,7 +2,7 @@ SUMMARY = "TI OpenMP Accelerator Model"
>  HOMEPAGE = "http://downloads.ti.com/mctools/esd/docs/openmpacc/"
>  LICENSE = "BSD"
>  
> -PV = "1.3.1.1"
> +PV = "1.3.2.0"
>  INC_PR = "r0"
>  
>  LIC_FILES_CHKSUM = "file://../debian/copyright;md5=aaa2a0939d08197132fc382e97b62eb0"
> @@ -13,7 +13,7 @@ OMPACC_GIT_URI = "git://git.ti.com/openmp/ti-openmpacc.git"
>  OMPACC_GIT_PROTOCOL = "git"
>  OMPACC_GIT_BRANCH = "master"
>  
> -OMPACC_SRCREV = "a2b22adc8759bf1f5f1f999dcda0fdfa88ba9eba"
> +OMPACC_SRCREV = "26f6f8ef0ff800da3d49cccd5853c761b0673d2a"
>  
>  BRANCH = "${OMPACC_GIT_BRANCH}"
>  SRC_URI = "${OMPACC_GIT_URI};protocol=${OMPACC_GIT_PROTOCOL};branch=${BRANCH}"
> -- 
> 2.7.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-29 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 17:49 [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Jacob Stiffler
2016-06-28 17:49 ` [PATCH 2/2] openmpacc: bump SRCREV to version 1.3.2.0 Jacob Stiffler
2016-06-29 13:58   ` Denys Dmytriyenko
2016-06-29 13:58 ` [PATCH 1/2] ocl: bump SRCREV to version 1.1.9.0 Denys Dmytriyenko

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.