[oe-commits] Kumar Gala : tune/arch-powerpc64: include arch-powerpc. inc to keep things in sync

git version control git at git.openembedded.org
Fri Aug 5 16:17:01 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2c9bd779b008be266072f3c6d79430f63ec02241
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c9bd779b008be266072f3c6d79430f63ec02241

Author: Kumar Gala <galak at kernel.crashing.org>
Date:   Thu Aug  4 02:23:47 2011 -0500

tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync

Added a DEFAULTTUNE setting and included arch-powerpc.inc.  This way we
pick up the changes to TUNE_PKGARCH and things should be kept more in
sync going forward.

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>

---

 .../machine/include/powerpc/arch-powerpc64.inc     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
index a965d59..7ef8ddc 100644
--- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc
+++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
@@ -1,3 +1,7 @@
+DEFAULTTUNE ?= "powerpc64"
+
+require conf/machine/include/powerpc/arch-powerpc.inc
+
 TUNEVALID[m64] = "Power ELF64 standard ABI"
 TUNE_CONFLICTS[m64] = "m32 nf"
 TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}"





More information about the Openembedded-commits mailing list