summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-xscale.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-19 18:08:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-19 18:08:35 +0000
commita30f6e968c766abfc3e85c51b739f6509276e74b (patch)
tree843582ee88e85c0536ee151a53785ad26e86c79a /meta/conf/machine/include/tune-xscale.inc
parent8d5f122cbb55105de85394969ab5b44c9d888e69 (diff)
downloadpoky-a30f6e968c766abfc3e85c51b739f6509276e74b.tar.gz
base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson]
Diffstat (limited to 'meta/conf/machine/include/tune-xscale.inc')
-rw-r--r--meta/conf/machine/include/tune-xscale.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc
index 134758621e..4f96814a72 100644
--- a/meta/conf/machine/include/tune-xscale.inc
+++ b/meta/conf/machine/include/tune-xscale.inc
@@ -1,5 +1,7 @@
1FEED_ARCH = "armv5te" 1FEED_ARCH = "armv5te"
2 2
3INHERIT += "siteinfo"
4
3TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" 5TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
4TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" 6TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
5BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" 7BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"