From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id CDE6352A6F for ; Wed, 22 Aug 2012 19:29:58 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id q7MJTwHm002311 for ; Wed, 22 Aug 2012 14:29:58 -0500 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id q7MJTw5S009981 for ; Wed, 22 Aug 2012 14:29:58 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Wed, 22 Aug 2012 14:29:57 -0500 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id q7MJTvEW027198; Wed, 22 Aug 2012 14:29:57 -0500 Date: Wed, 22 Aug 2012 15:29:57 -0400 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20120822192957.GH21025@edge> References: <1344889987-31288-1-git-send-email-fcooper@ti.com> <8F29D6B095ED194EA1980491A5E029710C2A8788@DFLE09.ent.ti.com> <20120822181421.GG21025@edge> <8F29D6B095ED194EA1980491A5E029710C2A87E5@DFLE09.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C2A87E5@DFLE09.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] psplash: Update to latest version of psplash. Tweak LIC_FILES_CHKSUM variable X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2012 19:29:59 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Aug 22, 2012 at 02:17:10PM -0400, Cooper Jr., Franklin wrote: > Dropping it into master. I add comments to the recipe and to the commit > history explaining that these changes were already made in oe-core master. I > don't quite understand Chase's comment in the other thread > " Could we perhaps us the PV value in the recipe of 0.1+git${SRCPV} in the > bbappend to force the append to that specific version and therefore break on > an upgrade?" But I am sure what ever changes he wants we can add later. What he meant was that psplash_git.bbappend is too generic and will try to apply a year later, even though underlying psplash.bb recipe could have evolved a lot. We can try creating a more specific bbappend with the version in the name - psplash_${PV}.bbappend. Then when PV changes, our bbappend will no longer apply with a big message that the underlying recipe has changed and require our attention. -- Denys > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, August 22, 2012 1:14 PM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] psplash: Update to latest version of psplash. Tweak LIC_FILES_CHKSUM variable > > On Wed, Aug 22, 2012 at 06:06:43PM +0000, Cooper Jr., Franklin wrote: > > Ignore this patch. A new patch will be sent out that addresses the concern > > of patch [meta-arago] [PATCH] meta-arago-upstream: Create new upstream layer > > Right, are you going to use a separate "next" branch or just drop it in > "master" for now, as we discussed? > > -- > Denys > > > > -----Original Message----- > > From: Cooper Jr., Franklin > > Sent: Monday, August 13, 2012 3:33 PM > > To: meta-arago@arago-project.org > > Cc: Cooper Jr., Franklin > > Subject: [meta-arago][PATCH] psplash: Update to latest version of psplash. Tweak LIC_FILES_CHKSUM variable > > > > * Add the change to the variable LIC_FILES_CHKSUM to insure that only > > the lines that contains license information are used for the checksum > > * Update to the latest version of psplash. > > * The above changes are already found in the psplash recipe located in oe-core > > master > > > > Signed-off-by: Franklin S Cooper Jr > > --- > > .../recipes-core/psplash/psplash_git.bbappend | 4 ++++ > > 1 files changed, 4 insertions(+), 0 deletions(-) > > create mode 100644 meta-arago-upstream/recipes-core/psplash/psplash_git.bbappend > > > > diff --git a/meta-arago-upstream/recipes-core/psplash/psplash_git.bbappend b/meta-arago-upstream/recipes-core/psplash/psplash_git.bbappend > > new file mode 100644 > > index 0000000..0ddbd6a > > --- /dev/null > > +++ b/meta-arago-upstream/recipes-core/psplash/psplash_git.bbappend > > @@ -0,0 +1,4 @@ > > +LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6" > > + > > +SRCREV = "de9979aefbc56af59b4d236a4b63dd19dcdcfb53" > > +PRINC := "${@int(PRINC) + 1}" > > -- > > 1.7.0.4 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago