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 BBAE8529B0 for ; Fri, 12 Jul 2013 04:52:35 +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 r6C4qYiJ018123 for ; Thu, 11 Jul 2013 23:52:34 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r6C4qY4V006270 for ; Thu, 11 Jul 2013 23:52:34 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Thu, 11 Jul 2013 23:52:34 -0500 Received: from [172.24.157.78] (a0132163lt.apr.dhcp.ti.com [172.24.157.78]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r6C4qWlt031180; Thu, 11 Jul 2013 23:52:33 -0500 Message-ID: <51DF8B90.9030009@ti.com> Date: Fri, 12 Jul 2013 10:22:32 +0530 From: Mrinmayee Hingolikar Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Mrinmayee Hingolikar References: <1373367532-6282-1-git-send-email-mrinmayee@ti.com> <51DBF092.9080109@ti.com> In-Reply-To: <51DBF092.9080109@ti.com> Cc: meta-arago@arago-project.org Subject: Re: [PATCHv3] KMSCube: Add Demo 3D graphics application 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: Fri, 12 Jul 2013 04:52:36 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Any comments on this patch? On 7/9/2013 4:44 PM, Mrinmayee Hingolikar wrote: > Kindly ignore the v2 patch. I had missed a few comments. > > On 7/9/2013 4:28 PM, Mrinmayee Hingolikar wrote: >> * Showcases 3D graphics on SGX using kms and gbm >> >> v2: >> >> * Added DEPENDS for libdrm, libgbm and omap-sgx userspace >> * INSANE_SKIP to avoid package dependencies >> >> v3: >> >> * Remove inc file as we have a version only .bb file. This >> fixes the review comment received with v1. >> >> Signed-off-by: Siddharth Heroor >> Signed-off-by: Mrinmayee Hingolikar >> --- >> .../recipes-graphics/kmscube/kmscube_1.0.0.bb | 18 ++++++++++++++++++ >> 1 files changed, 18 insertions(+), 0 deletions(-) >> create mode 100644 meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb >> >> diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb >> new file mode 100644 >> index 0000000..e18e398 >> --- /dev/null >> +++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb >> @@ -0,0 +1,18 @@ >> +SUMMARY = "Demo application to showcase 3D graphics on SGX using kms and gbm" >> +HOMEPAGE = "http://git.ti.com" >> +LICENSE = "BSD" >> +LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" >> + >> +DEPENDS = "libdrm libgbm-glsdk omap5-sgx-ddk-um-linux" >> + >> +COMPATIBLE_MACHINE = "omap-a15" >> + >> +inherit autotools pkgconfig >> + >> +SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git" >> + >> +S = "${WORKDIR}/git" >> + >> +SRCREV = "5a03757c0aa52eff44fb0d8ac0529f8cc18b1da0" >> + >> +INSANE_SKIP_kmscube += "dev-deps" > -- Regards, Mrinmayee