All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] task-arago-tisdk-graphics: Create graphics task
@ 2012-10-12  5:57 Franklin S. Cooper Jr
  2012-10-12 13:51 ` Maupin, Chase
  0 siblings, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-12  5:57 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Create graphics task that groups the various packages from the Graphics SDK
  recipe.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11 +++++++++++
 .../tasks/task-arago-tisdk-graphics.bb             |   17 +++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb

diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
new file mode 100644
index 0000000..3de0809
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Task to install graphics binaries on sdk target"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+COMPATIBLE_MACHINE = "ti33x|omap3"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+    libgles-omap3-dev \
+"
diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb
new file mode 100644
index 0000000..2c0b3a6
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Task to install graphics binaries"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+COMPATIBLE_MACHINE = "ti33x|omap3"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+    libgles-omap3 \
+    libgles-omap3-blitwsegl \
+    libgles-omap3-flipwsegl \
+    libgles-omap3-frontwsegl \
+    libgles-omap3-linuxfbwsegl \
+    libgles-omap3-rawdemos \
+    omap3-sgx-modules \
+"
-- 
1.7.0.4



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

end of thread, other threads:[~2012-10-23  0:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  5:57 [PATCH] task-arago-tisdk-graphics: Create graphics task Franklin S. Cooper Jr
2012-10-12 13:51 ` Maupin, Chase
2012-10-18  6:26   ` Cooper Jr., Franklin
2012-10-18 13:31     ` Maupin, Chase
2012-10-22 18:05       ` Cooper Jr., Franklin
2012-10-22 18:07         ` Denys Dmytriyenko
2012-10-23  0:01           ` Cooper Jr., Franklin

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.