[meta-ti] [PATCH] linux-davinci: quoting fixes
Denys Dmytriyenko
denis at denix.org
Tue Feb 28 12:02:30 PST 2012
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 at yoctoproject.org [mailto:meta-ti-
> > bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
> > Sent: Tuesday, February 28, 2012 12:13 PM
> > To: Koen Kooi
> > Cc: meta-ti at 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 at 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 at yoctoproject.org
> > > >> https://lists.yoctoproject.org/listinfo/meta-ti
> > > >>
> > >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list