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-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH 4/5] libgles-omap3: introduce INC_PR
Date: Tue, 3 Sep 2013 12:42:23 -0400	[thread overview]
Message-ID: <20130903164223.GB22235@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED101597012D4@DLEE11.ent.ti.com>

On Tue, Sep 03, 2013 at 03:20:49PM +0000, Maupin, Chase wrote:
> General question is that I thought INC_PR was frowned on.

PRSERV is suggested as an alternative, but so far PR has not been removed 
completely and it would be nice to have a consistency.


> Aside from that 
> 
> Acked-by: Chase Maupin <chase.maupin@ti.com>
> 
> 
> 
> >-----Original Message-----
> >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> >bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko
> >Sent: Saturday, August 31, 2013 10:13 PM
> >To: meta-ti@yoctoproject.org
> >Subject: [meta-ti] [PATCH 4/5] libgles-omap3: introduce INC_PR
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > recipes-graphics/libgles/libgles-omap3-no-x.inc          | 2 +-
> > recipes-graphics/libgles/libgles-omap3-x11.inc           | 2 +-
> > recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb | 2 ++
> > recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb     | 2 ++
> > 4 files changed, 6 insertions(+), 2 deletions(-)
> >
> >diff --git a/recipes-graphics/libgles/libgles-omap3-no-x.inc
> >b/recipes-graphics/libgles/libgles-omap3-no-x.inc
> >index 727c422..83873d7 100644
> >--- a/recipes-graphics/libgles/libgles-omap3-no-x.inc
> >+++ b/recipes-graphics/libgles/libgles-omap3-no-x.inc
> >@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
> > # 'TSPA.txt' might not be the best file to md5sum
> > LIC_FILES_CHKSUM =
> >"file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
> >
> >-PR = "r36"
> >+INC_PR = "r37"
> >
> > EXCLUDE_FROM_WORLD = "1"
> >
> >diff --git a/recipes-graphics/libgles/libgles-omap3-x11.inc
> >b/recipes-graphics/libgles/libgles-omap3-x11.inc
> >index abe6e6f..106a9bc 100644
> >--- a/recipes-graphics/libgles/libgles-omap3-x11.inc
> >+++ b/recipes-graphics/libgles/libgles-omap3-x11.inc
> >@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary"
> > # 'TSPA.txt' might not be the best file to md5sum
> > LIC_FILES_CHKSUM =
> >"file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
> >
> >-PR = "r36"
> >+INC_PR = "r37"
> >
> > EXCLUDE_FROM_WORLD = "1"
> >
> >diff --git a/recipes-graphics/libgles/libgles-omap3-
> >x11_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3-
> >x11_4.09.00.01.bb
> >index b7e6ce0..6b9c561 100644
> >--- a/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb
> >+++ b/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb
> >@@ -2,6 +2,8 @@ require libgles-omap3-x11.inc
> >
> > LICENSE = "TSPA"
> >
> >+PR = "${INC_PR}.0"
> >+
> > DEFAULT_PREFERENCE = "-1"
> >
> > BINLOCATION_omap3  = "${S}/gfx_rel_es3.x"
> >diff --git a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
> >b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
> >index b68b4c3..a4da2f9 100644
> >--- a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
> >+++ b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
> >@@ -2,6 +2,8 @@ require libgles-omap3-no-x.inc
> >
> > LICENSE = "TSPA"
> >
> >+PR = "${INC_PR}.0"
> >+
> > DEFAULT_PREFERENCE = "-1"
> >
> > BINLOCATION_omap3  = "${S}/gfx_rel_es3.x"
> >--
> >1.8.3.2
> >
> >_______________________________________________
> >meta-ti mailing list
> >meta-ti@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2013-09-03 16:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-01  3:12 [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions Denys Dmytriyenko
2013-09-01  3:12 ` [PATCH 2/5] ompa3-sgx-modules-x11: fix some build failures with latest versions Denys Dmytriyenko
2013-09-01  3:20   ` Denys Dmytriyenko
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 3/5] libgles-omap3-x11: do not fail if pvr-init is not yet installed Denys Dmytriyenko
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 4/5] libgles-omap3: introduce INC_PR Denys Dmytriyenko
2013-09-03 15:20   ` Maupin, Chase
2013-09-03 16:42     ` Denys Dmytriyenko [this message]
2013-09-01  3:13 ` [PATCH 5/5] libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 version Denys Dmytriyenko
2013-09-01  3:15   ` Denys Dmytriyenko
2013-09-02 12:06     ` Tasslehoff Kjappfot
2013-09-03 17:03       ` Denys Dmytriyenko
2013-09-04  4:33         ` Sundareson, Prabindh
2013-09-03 17:29       ` Cooper Jr., Franklin
2013-09-04  5:39         ` Tasslehoff Kjappfot
2013-09-03 15:18 ` [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions 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=20130903164223.GB22235@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=meta-ti@yoctoproject.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.