All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Siddharth Heroor <heroor@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/2] packagegroups: Add new packagegroup for glsdk console
Date: Mon, 1 Jul 2013 12:09:13 -0400	[thread overview]
Message-ID: <20130701160912.GF4588@edge> (raw)
In-Reply-To: <20130701154756.GA1772@ti.com>

On Mon, Jul 01, 2013 at 09:17:57PM +0530, Siddharth Heroor wrote:
> * 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

So, what machines do you have in GLSDK? I thought those were all omap-a15 ones 
(omap5-evm and dra7xx-evm).

Can we just make those as machine-overrides in original packagegroup and image 
recipes instead of creating new ones? Is there a use-case to have both 
versions of console packagegroup/image - one with KMS/GBM and one w/o?


> 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
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2013-07-01 16:09 UTC|newest]

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

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=20130701160912.GF4588@edge \
    --to=denys@ti.com \
    --cc=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.