* [PATCH] linux-davinci: quoting fixes
@ 2012-02-28 15:16 Koen Kooi
2012-02-28 15:22 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2012-02-28 15:16 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
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
0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-02-28 15:22 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
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.
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
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 15:22 ` Denys Dmytriyenko
@ 2012-02-28 15:58 ` Koen Kooi
2012-02-28 18:13 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2012-02-28 15:58 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
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.
>
> 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
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 15:58 ` Koen Kooi
@ 2012-02-28 18:13 ` Denys Dmytriyenko
2012-02-28 19:45 ` Maupin, Chase
0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-02-28 18:13 UTC (permalink / raw)
To: Koen Kooi; +Cc: meta-ti
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
> >>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 18:13 ` Denys Dmytriyenko
@ 2012-02-28 19:45 ` Maupin, Chase
2012-02-28 20:02 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Maupin, Chase @ 2012-02-28 19:45 UTC (permalink / raw)
To: Denys Dmytriyenko, Koen Kooi; +Cc: meta-ti@lists.yoctoproject.org
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@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@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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 19:45 ` Maupin, Chase
@ 2012-02-28 20:02 ` Denys Dmytriyenko
2012-02-28 20:41 ` Maupin, Chase
0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-02-28 20:02 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-ti@lists.yoctoproject.org
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
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 20:02 ` Denys Dmytriyenko
@ 2012-02-28 20:41 ` Maupin, Chase
2012-02-28 22:38 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Maupin, Chase @ 2012-02-28 20:41 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti@lists.yoctoproject.org
I submitted patches to update it (minus the quotes) a while back. Or are you talking about the quotes. My point was that work to matrix should be done there.
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: Denys Dmytriyenko [mailto:denis@denix.org]
> Sent: Tuesday, February 28, 2012 2:03 PM
> To: Maupin, Chase
> Cc: Koen Kooi; meta-ti@lists.yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] linux-davinci: quoting fixes
>
> 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
> >
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] linux-davinci: quoting fixes
2012-02-28 20:41 ` Maupin, Chase
@ 2012-02-28 22:38 ` Denys Dmytriyenko
0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-02-28 22:38 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-ti@lists.yoctoproject.org
On Tue, Feb 28, 2012 at 08:41:44PM +0000, Maupin, Chase wrote:
> I submitted patches to update it (minus the quotes) a while back. Or are
> you talking about the quotes. My point was that work to matrix should be
> done there.
Yes, but I see the new changes first against old arago, not meta-arago.
Either way, they now should be in sync and the old copy in meta-ti finally
removed.
--
Denys
> > -----Original Message-----
> > From: Denys Dmytriyenko [mailto:denis@denix.org]
> > Sent: Tuesday, February 28, 2012 2:03 PM
> > To: Maupin, Chase
> > Cc: Koen Kooi; meta-ti@lists.yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] linux-davinci: quoting fixes
> >
> > 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
> > >
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-02-28 22:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-02-28 20:41 ` Maupin, Chase
2012-02-28 22:38 ` Denys Dmytriyenko
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.