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 09E4E52987 for ; Tue, 18 Aug 2015 18:59:44 +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 t7IIxijv011635 for ; Tue, 18 Aug 2015 13:59:44 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t7IIxhcd000756 for ; Tue, 18 Aug 2015 13:59:44 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Tue, 18 Aug 2015 13:59:43 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t7IIxhWI020825; Tue, 18 Aug 2015 13:59:43 -0500 Date: Tue, 18 Aug 2015 14:59:28 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150818185928.GC6542@edge> References: <1439301710-31159-1-git-send-email-j-stiffler@ti.com> <20150812034226.GR30560@edge> <55CB2BF9.5070009@ti.com> <55D36851.2030802@ti.com> MIME-Version: 1.0 In-Reply-To: <55D36851.2030802@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 0/5] TI OpenCL 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, 18 Aug 2015 18:59:45 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sorry, no comments. Can you please submit the set with changes requested? On Tue, Aug 18, 2015 at 01:16:01PM -0400, Jacob Stiffler wrote: > Ping. > > On 8/12/2015 7:20 AM, Jacob Stiffler wrote: > > > > > >On 8/11/2015 11:42 PM, Denys Dmytriyenko wrote: > >>Thanks. > >> > >>1. Is 3/5 missing? > >It was a large patch (>100KB) and is pending approval. > >>2. Can you be more specific, as multiple recipes say "TI OpenCL" in > >>description. > >Do you mean that only the "DESCRIPTION" needs more specific > >information? Or are there other areas too? > > > >If there are no other comments, I will go ahead and update. > >> > >> > >>On Tue, Aug 11, 2015 at 10:01:45AM -0400, Jacob Stiffler wrote: > >>>This patch set provides the complte set of OpenCL packages for > >>>TI devices. > >>> > >>>Jacob Stiffler (5): > >>> clocl: Add opencl kernel compiler. > >>> opencl-monitor: Add opencl monitor firmware > >>> ocl-gl-headers: Add GL headers required for opencl. > >>> opencl: Add the opencl library > >>> opencl-examples: Add the opencl examples. > >>> > >>> meta-arago-extras/recipes-ti/ocl/clocl_git.bb | 34 + > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/gl.h | 2235 ++++ > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h | 2311 ++++ > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/glext.h | 10776 > >>>+++++++++++++++++++ > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/glx.h | 513 + > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h | 82 + > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/glxext.h | 1001 ++ > >>> .../ocl/ocl-gl-headers/GL/internal/dri_interface.h | 1189 ++ > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h | 283 + > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/wglext.h | 901 ++ > >>> .../recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h | 140 + > >>> .../recipes-ti/ocl/ocl-gl-headers_git.bb | 25 + > >>> meta-arago-extras/recipes-ti/ocl/ocl.inc | 10 + > >>> .../recipes-ti/ocl/opencl-examples_git.bb | 77 + > >>> .../recipes-ti/ocl/opencl-monitor_git.bb | 58 + > >>> meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 55 + > >>> 16 files changed, 19690 insertions(+) > >>> create mode 100644 meta-arago-extras/recipes-ti/ocl/clocl_git.bb > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/gl_mangle.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glext.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glx_mangle.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/glxext.h > >>> create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/internal/dri_interface.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/osmesa.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wglext.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers/GL/wmesa.h > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/ocl-gl-headers_git.bb > >>> create mode 100644 meta-arago-extras/recipes-ti/ocl/ocl.inc > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb > >>> create mode 100644 > >>>meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb > >>> create mode 100644 meta-arago-extras/recipes-ti/ocl/opencl_git.bb > >>> > >>>-- > >>>1.9.1 > >>> > >>>_______________________________________________ > >>>meta-arago mailing list > >>>meta-arago@arago-project.org > >>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > >