All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-ti@lists.yoctoproject.org" <meta-ti@lists.yoctoproject.org>
Subject: Re: [PATCH] linux-davinci: quoting fixes
Date: Tue, 28 Feb 2012 15:02:30 -0500	[thread overview]
Message-ID: <20120228200230.GA12073@denix.org> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1012F04312C@DLEE12.ent.ti.com>

On Tue, Feb 28, 2012 at 07:45:56PM +0000, Maupin, Chase wrote:
> Yeah, it is up to date in meta-arago so you can pull it from there.

No, it's not. It's more up to date in old arago, but I'm updating the one in 
meta-arago as we speak.

> We just need the patch into meta-ti to delete it since meta-arago now has 
> it.

I know, that is also being done now. I might even push it first, since people 
started experience breakage in meta-ti with the latest bitbake, while not even 
using matrix.

> BTW, Koen, it is in meta-arago-extras layer so you should still be able to 
> pull it into your angstrom builds.

-- 
Denys


> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko
> > Sent: Tuesday, February 28, 2012 12:13 PM
> > To: Koen Kooi
> > Cc: meta-ti@lists.yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] linux-davinci: quoting fixes
> > 
> > On Tue, Feb 28, 2012 at 04:58:11PM +0100, Koen Kooi wrote:
> > >
> > > Op 28 feb. 2012, om 16:22 heeft Denys Dmytriyenko het volgende
> > geschreven:
> > >
> > > > On Tue, Feb 28, 2012 at 04:16:37PM +0100, Koen Kooi wrote:
> > > >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> > > >
> > > > Thanks, I've started cleaning up missing quotes in other places
> > too.
> > >
> > > I sent another patch to fix some more recipes, that gave up in
> > the matrix dir.
> > 
> > Yeah, matrix is the one I was fixing, but it needs to be removed
> > from meta-ti
> > anyway... I'll sync up the fixes from Arago.
> > 
> > Denys
> > 
> > > >> ---
> > > >> recipes-kernel/linux/linux-davinci_git.bb |    8 ++++----
> > > >> 1 files changed, 4 insertions(+), 4 deletions(-)
> > > >>
> > > >> diff --git a/recipes-kernel/linux/linux-davinci_git.bb
> > b/recipes-kernel/linux/linux-davinci_git.bb
> > > >> index 1fda1ee..e4b85d6 100644
> > > >> --- a/recipes-kernel/linux/linux-davinci_git.bb
> > > >> +++ b/recipes-kernel/linux/linux-davinci_git.bb
> > > >> @@ -22,13 +22,13 @@ ARAGO_L1_BR  = "master"
> > > >> ARAGO_L1_PV  = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}"
> > > >> ARAGO_L1_URI = "git://arago-project.org/git/projects/linux-
> > omapl1.git;protocol=git;branch=${BRANCH} "
> > > >>
> > > >> -SRCREV_hawkboard                  = ${ARAGO_L1_REV}
> > > >> +SRCREV_hawkboard                  = "${ARAGO_L1_REV}"
> > > >>
> > > >> -PV_omapl138             = ${ARAGO_L1_PV}
> > > >> +PV_omapl138             = "${ARAGO_L1_PV}"
> > > >>
> > > >> -BRANCH_omapl138         = ${ARAGO_L1_BR}
> > > >> +BRANCH_omapl138         = "${ARAGO_L1_BR}"
> > > >>
> > > >> -SRC_URI_append_omapl138 = ${ARAGO_L1_URI}
> > > >> +SRC_URI_append_omapl138 = "${ARAGO_L1_URI}"
> > > >>
> > > >> SRC_URI_append_omapl138 = " file://logo_linux_clut224.ppm \
> > > >>                                      file://0001-ahci-ti-Fix-
> > currently-harmless-typo-in-SATA-PHY.patch \
> > > >> --
> > > >> 1.7.2.5
> > > >>
> > > >> _______________________________________________
> > > >> 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:[~2012-02-28 20:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28 15:16 [PATCH] linux-davinci: quoting fixes Koen Kooi
2012-02-28 15:22 ` Denys Dmytriyenko
2012-02-28 15:58   ` Koen Kooi
2012-02-28 18:13     ` Denys Dmytriyenko
2012-02-28 19:45       ` Maupin, Chase
2012-02-28 20:02         ` Denys Dmytriyenko [this message]
2012-02-28 20:41           ` Maupin, Chase
2012-02-28 22:38             ` Denys Dmytriyenko

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=20120228200230.GA12073@denix.org \
    --to=denis@denix.org \
    --cc=chase.maupin@ti.com \
    --cc=meta-ti@lists.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.