All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mrinmayee Hingolikar <mrinmayee@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [PATCHv4] libgles: Added prebuilt userspace libraries for graphics acceleration
Date: Thu, 24 Oct 2013 11:17:08 +0530	[thread overview]
Message-ID: <20131024054708.GA8184@ti.com> (raw)

 These libraries are not distributable in source and hence
 are available only as binary. They implement OpenGLES 1.x and
 OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
 class of devices.

v2:

Addressed Chases's comments:
 * Updated the PR
 * Added shasum for the tarball
 * Removed redundant FILES section

v3:
 * Replaced shasum by sha256sum

v4:
 * Corrected license information to "TSPA"

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
 .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb     |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb

diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
new file mode 100644
index 0000000..5e21bd5
--- /dev/null
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Userspace libraries for sgx"
+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
+LICENSE = "TSPA"
+
+SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/${PN}-${PV}.tar.gz;protocol=http"
+
+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
+
+PR = "r0" 
+
+SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
+SRC_URI[sha256sum] = "20b849088c0fd3ee5dd6bad8ddf16fb2b3267aa053cf3488c762fbc72f22489a"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+do_install () {
+    oe_runmake install DESTDIR=${D}
+}
+
+FILES_${PN} += "${libdir}/gbm/"
-- 
1.7.9.5



             reply	other threads:[~2013-10-24  5:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-24  5:47 Mrinmayee Hingolikar [this message]
2013-10-24 12:10 ` [PATCHv4] libgles: Added prebuilt userspace libraries for graphics acceleration Dmytriyenko, Denys
2013-11-22  4:26   ` Denys Dmytriyenko
2013-10-24 13:47 ` Maupin, Chase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131024054708.GA8184@ti.com \
    --to=mrinmayee@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.