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 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x
Date: Thu, 21 Nov 2013 09:37:14 -0500	[thread overview]
Message-ID: <20131121143714.GM29952@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C5BB87B@DFLE08.ent.ti.com>

On Thu, Nov 21, 2013 at 07:46:41AM -0500, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, November 20, 2013 10:55 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add
> > additional example application for AM43x
> > 
> > On Tue, Nov 19, 2013 at 01:02:08PM -0600, Franklin S. Cooper Jr wrote:
> > > * Add additional example applications for AM43x.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../packagegroup-arago-tisdk-matrix.bb             |    8 +++++++-
> > >  1 files changed, 7 insertions(+), 1 deletions(-)
> > >
> > > diff --git
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > index 95054b2..c3143d3 100644
> > > ---
> > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisd
> > > k-matrix.bb
> > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > > +++ tisdk-matrix.bb
> > > @@ -1,6 +1,6 @@
> > >  DESCRIPTION = "Task to include Matrix v2"
> > >  LICENSE = "MIT"
> > > -PR = "r22"
> > > +PR = "r23"
> > >
> > >  inherit packagegroup
> > >
> > > @@ -72,10 +72,16 @@ MATRIX_APPS_append_ti33x = "        \
> > >  #    matrix-gui-wifi-direct-demo
> > >
> > >  MATRIX_APPS_append_ti43x = "        \
> > > +
> > > +
> > ${@base_contains('MACHINE_FEATURES','sgx','${MATRIX_SGX_DEMOS}','',d
> > > + )} \
> > 
> > So, I just noticed, that in patch #3 of this series, you add SGX libgles
> > unconditionally, but here you do check for the proper MACHINE_FEATURE...
> > 
> > Should it be one way or another? If you update patch #3 with conditional like
> > here, the whole series can be pushed even prior to the new SGX in meta-ti...

> [Franklin] The changes in patch three simply mimics what we have always been 
> doing right or wrong for other devices. Since the entire recipe is specific 
> to sgx we move the conditional check to the packagegroup/image that these 
> recipes are included in. Packagegroup-arago-toolchain-tisdk-target includes 
> packagegroup-arago-tisdk-graphics conditional based on MACHINE_FEATURE. 
> Likewise tisdk-rootfs-image includes packagegroup-arago-tisdk-graphics 
> conditional based on MACHINE_FEATURE.
> 
> As is it should still be fine but you still want it changed I can but I 
> should make the change for all the machines as well.

Ah, good point. If the checks are made outside in higher-level packagegroups, 
then it's fine with me and I'll try to push the patches after verifying that...


> > >      matrix-multimedia-demo-aac      \
> > >      matrix-multimedia-demo-h264dec  \
> > >      matrix-multimedia-demo-mpeg4aacdec \
> > >      matrix-multimedia-demo-mpeg4dec \
> > > +                                    \
> > > +    matrix-gui-generic-pm           \
> > > +    matrix-gui-pm-demos-suspend     \
> > > +    matrix-gui-clocks               \
> > >  "
> > >
> > >  MATRIX_APPS_append_omap-a15 = "     \
> > > --
> > > 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-11-21 14:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19 19:02 [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories Franklin S. Cooper Jr
2013-11-19 19:02 ` [PATCH 2/7] board-port-labs: Remove board port labs recipe Franklin S. Cooper Jr
2013-11-19 20:15   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 3/7] packagegroups-arago-tisdk-graphics: Add AM43x as a supported platform Franklin S. Cooper Jr
2013-11-19 20:15   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 4/7] ti-tisdk-makefile: Add DTB support for AM43x and AM335x Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 5/7] ti-tisdk-makefile: Fix linux_install Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 6/7] ti-tisdk-setup: Pull in fix to sd card creation script Franklin S. Cooper Jr
2013-11-19 20:17   ` Maupin, Chase
2013-11-19 19:02 ` [PATCH 7/7] packagegroup-arago-tisdk-matrix: Add additional example application for AM43x Franklin S. Cooper Jr
2013-11-19 20:19   ` Maupin, Chase
2013-11-21  4:55   ` Denys Dmytriyenko
2013-11-21 12:46     ` Cooper Jr., Franklin
2013-11-21 14:37       ` Denys Dmytriyenko [this message]
2013-11-19 20:15 ` [PATCH 1/7] packagegroup-arago-tisdk-amsdk-sdk-host: Remove board port git repositories 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=20131121143714.GM29952@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.