[meta-ti] [PATCH] linux-davinci: quoting fixes
Maupin, Chase
chase.maupin at ti.com
Tue Feb 28 11:45:56 PST 2012
Yeah, it is up to date in meta-arago so you can pull it from there. We just need the patch into meta-ti to delete it since meta-arago now has it.
BTW, Koen, it is in meta-arago-extras layer so you should still be able to pull it into your angstrom builds.
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin at ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----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