* [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
@ 2011-03-16 17:22 Chase Maupin
2011-03-16 18:22 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Chase Maupin @ 2011-03-16 17:22 UTC (permalink / raw)
To: openembedded-devel; +Cc: Chase Maupin
* Patch taken from Arago overlay where it was added by
Denys Dmytriyenko
* PR incremented by two to align recipe PR values between Arago
and OE.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
recipes/ti/ti-pru-sw-examples_1.00.00.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
index f5fa8d5..45a01eb 100644
--- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library"
RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru"
-PR = "r2+svnr${SRCPV}"
+PR = "r4+svnr${SRCPV}"
COMPATIBLE_MACHINE = "omapl138"
@@ -14,7 +14,7 @@ S = "${WORKDIR}/trunk"
do_compile () {
make -C ${S}/example_apps \
- CC=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc \
+ CC="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
BINDIR_APPLICATIONS="${S}/example_apps/bin" \
BINDIR_FW="${S}/example_apps/bin" \
UTILS_DIR="${S}/utils"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
2011-03-16 17:22 [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot Chase Maupin
@ 2011-03-16 18:22 ` Koen Kooi
2011-03-16 18:56 ` Maupin, Chase
2011-03-16 19:02 ` Maupin, Chase
0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2011-03-16 18:22 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 16-03-11 18:22, Chase Maupin wrote:
> * Patch taken from Arago overlay where it was added by
> Denys Dmytriyenko
> * PR incremented by two to align recipe PR values between Arago
> and OE.
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
NAK, this hasn't been thru .dev yet.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNgP/fMkyGM64RGpERAl6xAJ45EJRtCFR9OXVfx47vHziPgljS8ACgnYLG
F8X61AnjZTX5/ctbDUvuhMI=
=9ZrC
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
2011-03-16 18:22 ` Koen Kooi
@ 2011-03-16 18:56 ` Maupin, Chase
2011-03-16 19:02 ` Maupin, Chase
1 sibling, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2011-03-16 18:56 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Koen Kooi
> Sent: Wednesday, March 16, 2011 1:22 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix
> building with new toolchain sysroot
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 16-03-11 18:22, Chase Maupin wrote:
> > * Patch taken from Arago overlay where it was added by
> > Denys Dmytriyenko
> > * PR incremented by two to align recipe PR values between Arago
> > and OE.
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>
> NAK, this hasn't been thru .dev yet.
Koen,
OK, so I think this answers my question about whether to submit to .dev, oe-core, or what before the maintenance branch. I'll submit all my patches to .dev shortly.
Chase
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFNgP/fMkyGM64RGpERAl6xAJ45EJRtCFR9OXVfx47vHziPgljS8ACgnYLG
> F8X61AnjZTX5/ctbDUvuhMI=
> =9ZrC
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
2011-03-16 18:22 ` Koen Kooi
2011-03-16 18:56 ` Maupin, Chase
@ 2011-03-16 19:02 ` Maupin, Chase
2011-03-17 7:44 ` Koen Kooi
1 sibling, 1 reply; 6+ messages in thread
From: Maupin, Chase @ 2011-03-16 19:02 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Koen Kooi
> Sent: Wednesday, March 16, 2011 1:22 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix
> building with new toolchain sysroot
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 16-03-11 18:22, Chase Maupin wrote:
> > * Patch taken from Arago overlay where it was added by
> > Denys Dmytriyenko
> > * PR incremented by two to align recipe PR values between Arago
> > and OE.
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>
> NAK, this hasn't been thru .dev yet.
Just submitted all 4 of my patches for .dev. Thanks.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFNgP/fMkyGM64RGpERAl6xAJ45EJRtCFR9OXVfx47vHziPgljS8ACgnYLG
> F8X61AnjZTX5/ctbDUvuhMI=
> =9ZrC
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
2011-03-16 19:02 ` Maupin, Chase
@ 2011-03-17 7:44 ` Koen Kooi
2011-03-17 14:01 ` Maupin, Chase
0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-03-17 7:44 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 16-03-11 20:02, Maupin, Chase wrote:
>> From: openembedded-devel-bounces@lists.openembedded.org
>> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
>> Koen Kooi
>> Sent: Wednesday, March 16, 2011 1:22 PM
>> To: openembedded-devel@lists.openembedded.org
>> Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix
>> building with new toolchain sysroot
>>
> On 16-03-11 18:22, Chase Maupin wrote:
>>>> * Patch taken from Arago overlay where it was added by
>>>> Denys Dmytriyenko
>>>> * PR incremented by two to align recipe PR values between Arago
>>>> and OE.
>>>>
>>>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>
> NAK, this hasn't been thru .dev yet.
>
>> Just submitted all 4 of my patches for .dev. Thanks.
I've staged them here:
http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-maintenance
(subject to rebasing).
Do you want to would for the pull request to go out tomorrow, or do you
want Tom to pick up your patches seperately?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNgbv3MkyGM64RGpERAhAuAJ4iE8FFf/ZNqHJF06GSeOEhum9y+wCeOeMO
drixfFNicVpKY2l05LPSynw=
=NAy9
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot
2011-03-17 7:44 ` Koen Kooi
@ 2011-03-17 14:01 ` Maupin, Chase
0 siblings, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2011-03-17 14:01 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Koen Kooi
> Sent: Thursday, March 17, 2011 2:45 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix
> building with new toolchain sysroot
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 16-03-11 20:02, Maupin, Chase wrote:
> >> From: openembedded-devel-bounces@lists.openembedded.org
> >> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> >> Koen Kooi
> >> Sent: Wednesday, March 16, 2011 1:22 PM
> >> To: openembedded-devel@lists.openembedded.org
> >> Subject: Re: [oe] [PATCH][2011.003-maintenance] ti-pru-sw-example: fix
> >> building with new toolchain sysroot
> >>
> > On 16-03-11 18:22, Chase Maupin wrote:
> >>>> * Patch taken from Arago overlay where it was added by
> >>>> Denys Dmytriyenko
> >>>> * PR incremented by two to align recipe PR values between Arago
> >>>> and OE.
> >>>>
> >>>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> >
> > NAK, this hasn't been thru .dev yet.
> >
> >> Just submitted all 4 of my patches for .dev. Thanks.
>
> I've staged them here:
> http://dominion.thruhere.net/git/cgit.cgi/openembedded/log/?h=2011.03-
> maintenance
> (subject to rebasing).
>
> Do you want to would for the pull request to go out tomorrow, or do you
> want Tom to pick up your patches seperately?
Looks like you already have them in your pull request #3 :)
Thanks.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFNgbv3MkyGM64RGpERAhAuAJ4iE8FFf/ZNqHJF06GSeOEhum9y+wCeOeMO
> drixfFNicVpKY2l05LPSynw=
> =NAy9
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-17 14:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 17:22 [PATCH][2011.003-maintenance] ti-pru-sw-example: fix building with new toolchain sysroot Chase Maupin
2011-03-16 18:22 ` Koen Kooi
2011-03-16 18:56 ` Maupin, Chase
2011-03-16 19:02 ` Maupin, Chase
2011-03-17 7:44 ` Koen Kooi
2011-03-17 14:01 ` Maupin, Chase
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.