diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-25 15:20:58 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-25 15:20:58 +0100 |
commit | 78292128a68d57bacac49ef6beabfae8b706d748 (patch) | |
tree | e24813276f76011c91368da833145314288ad226 /meta-emenlow | |
parent | 7a18558925f2c2098f0af77410371caf2c374942 (diff) | |
download | poky-78292128a68d57bacac49ef6beabfae8b706d748.tar.gz |
emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to revisit this issue later
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 47c5a61b3d..e5f85a7775 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | #@DESCRIPTION: Machine configuration for eMenlow based systems, like the | 4 | #@DESCRIPTION: Machine configuration for eMenlow based systems, like the |
5 | # Webs-2120 box. | 5 | # Webs-2120 box. |
6 | 6 | ||
7 | TARGET_ARCH = "i686" | 7 | TARGET_ARCH = "i586" |
8 | PACKAGE_EXTRA_ARCHS = "x86 core2" | 8 | PACKAGE_EXTRA_ARCHS = "x86 core2" |
9 | 9 | ||
10 | include conf/machine/include/tune-atom.inc | 10 | include conf/machine/include/tune-atom.inc |