[oe-commits] Tom Rini : iozone3: Update EXTRA_OEMAKE

git version control git at git.openembedded.org
Thu Apr 21 20:02:38 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: b55dcd636a162541a4cdcace8c106869fbb9465b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b55dcd636a162541a4cdcace8c106869fbb9465b

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Apr 19 11:46:05 2011 -0700

iozone3: Update EXTRA_OEMAKE

iozone3 knows about both a generic linux target and some architecture
specific targets.  We now default to building for vanilla linux and
arch-specific targets when appropriate.  Pointed out by Freescale.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/iozone3/iozone3_263.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/iozone3/iozone3_263.bb b/recipes/iozone3/iozone3_263.bb
index a44096c..debd819 100644
--- a/recipes/iozone3/iozone3_263.bb
+++ b/recipes/iozone3/iozone3_263.bb
@@ -4,7 +4,7 @@ AUTHOR = "Don Capps <don.capps2 at verizon.net>, William D. Norcott <wnorcott at us.or
 SECTION = "console/tests"
 LICENSE = "${PN}"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \
 	   file://copyright.txt \
@@ -12,7 +12,10 @@ SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \
 
 S = "${WORKDIR}/${PN}_${PV}/src/current/"
 
-EXTRA_OEMAKE = "linux-arm CC='${CC}'"
+EXTRA_OEMAKE_powerpc = "linux-powerpc CC='${CC}'"
+EXTRA_OEMAKE_powerpc64 = "linux-powerpc64 CC='${CC}'"
+EXTRA_OEMAKE_arm = "linux-arm CC='${CC}'"
+EXTRA_OEMAKE = "linux CC='${CC}'"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 





More information about the Openembedded-commits mailing list