From: Denys Dmytriyenko <denis@denix.org>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: Merging in linux-stable updates, git send-email
Date: Fri, 10 Feb 2012 11:27:46 -0500 [thread overview]
Message-ID: <20120210162746.GA2525@denix.org> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1012766AEE6@DLEE12.ent.ti.com>
On Fri, Feb 10, 2012 at 04:18:28PM +0000, Maupin, Chase wrote:
>
> > -----Original Message-----
> > From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> > Sent: Friday, February 10, 2012 10:15 AM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] Merging in linux-stable updates, git send-
> > email
> >
> >
> > Op 10 feb. 2012, om 17:05 heeft Maupin, Chase het volgende
> > geschreven:
> >
> > > So you changed the recipe name to use 3.2.5 for the PV. But when
> > I set the DISTRO_FEATURES to include tipspkernel I don't get all
> > the patches you added to update to 3.2.5. So can you maybe do a
> > logic similar to how the patches are handled to set the PV based on
> > whether tipspkernel is set in DISTRO_FEATURES?
> >
> > I have updated the patch locally to keep PV at 3.2. I can live with
> > PV being "wrong" for the patched kernel till we figure out the
> > python magic. Using gitpkgv would get us around all this, but
> > that's a story for another day :)
>
> So for this recipe would the following line of code not work?
>
> PV = "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "${PV}", "3.2.5", d)}"
You'll have a circular resolution in there, basically doing PV = ${PV}
You'd want to use := instead. But anyway, it seems heavy handed for the
purpose...
--
Denys
> Then leave the recipe as linux-ti33x-psp_3.2.bb but your PV should be
> correct for your kernel right?
next prev parent reply other threads:[~2012-02-10 16:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 14:08 Merging in linux-stable updates, git send-email Koen Kooi
2012-02-10 15:05 ` Maupin, Chase
2012-02-10 15:15 ` Koen Kooi
2012-02-10 16:05 ` Maupin, Chase
2012-02-10 16:15 ` Koen Kooi
2012-02-10 16:18 ` Maupin, Chase
2012-02-10 16:27 ` Denys Dmytriyenko [this message]
2012-02-10 16:49 ` 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=20120210162746.GA2525@denix.org \
--to=denis@denix.org \
--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.