From a30f6e968c766abfc3e85c51b739f6509276e74b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Mar 2010 18:08:35 +0000 Subject: base.bbclass: Don't inherit siteinfo in base.bbclass [based on an OE patch from Chris Larson] --- meta/conf/machine/include/tune-xscale.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf') 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 @@ FEED_ARCH = "armv5te" +INHERIT += "siteinfo" + TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" -- cgit v1.2.3-54-g00ecf