diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 18:08:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-19 18:08:35 +0000 |
commit | a30f6e968c766abfc3e85c51b739f6509276e74b (patch) | |
tree | 843582ee88e85c0536ee151a53785ad26e86c79a /meta/conf/machine/include | |
parent | 8d5f122cbb55105de85394969ab5b44c9d888e69 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 2 |
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 @@ | |||
1 | FEED_ARCH = "armv5te" | 1 | FEED_ARCH = "armv5te" |
2 | 2 | ||
3 | INHERIT += "siteinfo" | ||
4 | |||
3 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" | 5 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" |
4 | TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" | 6 | TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" |
5 | BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" | 7 | BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" |