All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
	"Cooper Jr., Franklin" <fcooper@ti.com>
Subject: Re: [PATCH 2/2] glsdk: add the initial GLSDK branding	policy
Date: Wed, 26 Jun 2013 12:16:42 -0400	[thread overview]
Message-ID: <20130626161641.GB28379@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED10159618630@DLEE11.ent.ti.com>

On Wed, Jun 26, 2013 at 04:11:52PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Wednesday, June 26, 2013 10:31 AM
> >To: Heroor, Siddharth; meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 2/2] glsdk: add the initial GLSDK
> >branding policy
> >
> >> -----Original Message-----
> >> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >> bounces@arago-project.org] On Behalf Of Heroor, Siddharth
> >> Sent: Wednesday, June 26, 2013 6:03 AM
> >> To: meta-arago@arago-project.org
> >> Subject: [meta-arago] [PATCH 2/2] glsdk: add the initial GLSDK
> >branding policy
> >>
> >> * Choose ti-linux-glsdk as the preferred provider
> >>
> >> Signed-off-by: Siddharth Heroor <heroor@ti.com>
> >> cc: Mrinmayee Hingolikar <mrinmayee@ti.com>
> >> ---
> >>  .../conf/distro/include/branding-glsdk.inc         |    4 ++++
> >>  1 files changed, 4 insertions(+), 0 deletions(-)  create mode
> >100644 meta-
> >> arago-distro/conf/distro/include/branding-glsdk.inc
> >>
> >> diff --git a/meta-arago-distro/conf/distro/include/branding-
> >glsdk.inc b/meta-
> >> arago-distro/conf/distro/include/branding-glsdk.inc
> >> new file mode 100644
> >> index 0000000..d1c30f3
> >> --- /dev/null
> >> +++ b/meta-arago-distro/conf/distro/include/branding-glsdk.inc
> >> @@ -0,0 +1,4 @@
> >> +# GLSDK branding configuration
> >> +
> >> +# Use the SDK supported kernel and kernel version
> >> +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-glsdk"
> >
> >I am not familiar with the GLSDK but I am not sure why you need
> >your own branding include file. This patch shows you want to
> >change the kernel but this really should be done in meta-ti within
> >each of the machine configuration files. I will let Denys comment
> >but if you really can't put this within meta-ti then you should at
> >least make this statement machine or at least SOC specific.
> >
> >Branding-amsdk.inc only exist due to the mainline effort for
> >am335x. Currently the Sitara team supports am335x on the 3.2
> >kernel while the kernel team is working on getting am335x in
> >mainline. So satisfy both kernels the branding include file was
> >created.
> 
> Another example would be if you want to use QT5 instead of QT4 to set 
> preferred versions and providers for your SDK.

So, how this is different? Until we see the actual kernel recipe, I'm inclined 
to believe this patch is valid and correct. Especially if it's altering one of 
our existing machines and kernel recipes specifically for GLSDK. That is what 
branding was created for in the first place.


> >Unless your team's work falls in a similar situation there isn't a
> >need to create this file. I personally don't like the branding
> >include file and plan on getting rid of the amsdk file once we
> >release a mainline am335x SDK.
> >
> >Also I don't see a recipe for linux-ti-glsdk within meta-ti.
> >
> >> --
> >> 1.7.0.4
> >>
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2013-06-26 16:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 11:03 [PATCH 0/2] Add GLSDK Branding Siddharth Heroor
2013-06-26 11:03 ` [PATCH 1/2] meta-arago-distro: recipes-kernel - Overlay Arago info Siddharth Heroor
2013-06-26 12:53   ` Maupin, Chase
2013-06-26 13:48     ` Denys Dmytriyenko
2013-06-26 13:56       ` Denys Dmytriyenko
2013-06-26 11:03 ` [PATCH 2/2] glsdk: add the initial GLSDK branding policy Siddharth Heroor
2013-06-26 15:31   ` Cooper Jr., Franklin
2013-06-26 16:11     ` Maupin, Chase
2013-06-26 16:16       ` Denys Dmytriyenko [this message]
2013-06-26 16:20         ` Maupin, Chase
2013-06-26 18:04           ` Cooper Jr., Franklin
2013-06-27  3:31             ` Siddharth Heroor

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=20130626161641.GB28379@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@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.