aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-14 22:12:01 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-14 22:12:01 +0100
commit0cd5f2b1ff685dbce821af8730c641d26a5a6788 (patch)
treecf674fe5362797d595fff5d41efaf893eb8006b8
parent2e91b5a347d5620b714c740a816db4e9c7eccabd (diff)
downloadmeta-handheld-0cd5f2b1ff685dbce821af8730c641d26a5a6788.tar.gz
conf/machine/hx4700.conf: fix for OE-core tune changes
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--conf/machine/hx4700.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index 70e4a1e..b9f93fd 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -5,13 +5,12 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = " iwmmxt "
IMAGE_FSTYPES += "jffs2"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
require conf/machine/include/tune-xscale.inc
+PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}} iwmmxt"
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
#require conf/machine/include/tune-iwmmxt.inc