All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siddharth Heroor <heroor@ti.com>
To: <meta-arago@arago-project.org>
Subject: [PATCH 1/2] packagegroups: Add new packagegroup for glsdk console
Date: Mon, 1 Jul 2013 21:17:57 +0530	[thread overview]
Message-ID: <20130701154756.GA1772@ti.com> (raw)

* GLSDK supports a virtual console using KMS and GBM. This
  packagegroup builds on top of the arago-console packagegroup.
* For OMAP5, we append ABE firmware.
* KMSCube is used as demonstration application

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 .../packagegroup-arago-glsdk-console.bb            |   35 ++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-glsdk-console.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-glsdk-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-glsdk-console.bb
new file mode 100644
index 0000000..da16db7
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-glsdk-console.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "Extended task to get more basic and console apps in GLSDK"
+LICENSE = "MIT"
+PR = "r1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+ARAGO_GLSDK_CONSOLE = "\
+    libdrm \
+    libdrm-kms \
+    libgbm-glsdk \
+    cairo \
+    pixman \
+    expat \
+    omap5-sgx-ddk-um-linux \
+    omapdrm-pvr \
+    "
+
+ARAGO_GLSDK_CONSOLE_append_omap5-evm = "\
+    abefw \
+    "
+
+ARAGO_GLSDK_CONSOLE_DEMOS = "\
+    kmscube \
+    "
+
+RDEPENDS_${PN} = "\
+    ${ARAGO_GLSDK_CONSOLE} \
+    ${ARAGO_GLSDK_CONSOLE_DEMOS} \
+    "
+
+RRECOMMENDS_${PN} = "\
+    kernel-modules \
+    "
-- 
1.7.0.4



             reply	other threads:[~2013-07-01 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 15:47 Siddharth Heroor [this message]
2013-07-01 16:09 ` [PATCH 1/2] packagegroups: Add new packagegroup for glsdk console Denys Dmytriyenko

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=20130701154756.GA1772@ti.com \
    --to=heroor@ti.com \
    --cc=meta-arago@arago-project.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.