All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.