All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
Date: Mon, 22 Oct 2012 14:07:30 -0400	[thread overview]
Message-ID: <20121022180729.GP30921@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C3093DF@DFLE09.ent.ti.com>

On Mon, Oct 22, 2012 at 06:05:37PM +0000, Cooper Jr., Franklin wrote:
> 
> 
> -----Original Message-----
> From: Maupin, Chase 
> Sent: Thursday, October 18, 2012 8:32 AM
> To: Cooper Jr., Franklin; Franklin S. Cooper Jr; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create graphics task
> 
> 
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Thursday, October 18, 2012 1:26 AM
> > To: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago- 
> > project.org
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > 
> > 
> > -----Original Message-----
> > From: Maupin, Chase
> > Sent: Friday, October 12, 2012 9:52 PM
> > To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > > Sent: Friday, October 12, 2012 12:58 AM
> > > To: meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> > > graphics task
> > >
> > > * 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=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > Same issue with COMPATIBLE_MACHINE as your other recipe.  This will 
> > break devices like am180x-evm
> > 
> > > +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=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > COMPATIBLE_MACHINE issue
> > 
> > > +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 \
> > > +"
> > 
> > Where are the Qt example applications like qt-tstat, qml- playground, 
> > etc?  Are you putting those into a different task?
> > 
> > Where is the sdk-host task to install the example application sources 
> > in the case of qt-tstat, etc being installed by this task?
> > 
> > Franklin:
> > Qt-tstat is being replaced with our new thermostat demo. I am going to 
> > work with Dave on that recipe when I get back.
> > Qml-playground is currently having build issues with the new version 
> > of qt so I have not created that recipe yet.
> > 
> > I am not placing the Qt demos inside of the graphics task. Qt- tstat 
> > doesn't require opengl and qml-playground looks like it can be used 
> > without opengl.
> > I will probably create a task-arago-tisdk-qte recipe that adds 
> > task-arago-qte and any extra qt demos we will likely have in the 
> > future. Also a corresponding  task-arago-qte-sdk-target/host recipe.
> > 
> > Also you said "etc" above. What other Qt demos am I missing?
> 
> I was thinking of the other Qt demos like deform.  Perhaps you have those in 
> your matrix task?
> 
> Franklin:
> Deform, animated tiles, calculator and browser are automatically built when 
> Qt is built. Matrix-gui-qt4-demos contains the Matrix related files and 
> scripts for those demos.

They may be built, but if you don't have them in any RDEPENDS, they won't be 
installed...

-- 
Denys


  reply	other threads:[~2012-10-22 18:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2012-10-23  0:01           ` Cooper Jr., Franklin

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=20121022180729.GP30921@edge \
    --to=denys@ti.com \
    --cc=fcooper@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.