diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-09 09:41:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-10 18:18:43 +0000 |
commit | 38b25eed9581fdee528478136a932546e1f8b005 (patch) | |
tree | 84f92d71eb5e40e981f9fdd9a5573c6d32c3318d /meta/conf/machine/cm-x270.conf | |
parent | c02f89fe245db7a45f961755b03ef176b56c251f (diff) | |
download | poky-38b25eed9581fdee528478136a932546e1f8b005.tar.gz |
machines: move PACKAGE_EXTRA_ARCHS to tune files
This gets us closer to making including tune-<arch>.inc "just work".
Moving the TARGET_ARCH definitions is something for a follup patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/cm-x270.conf')
-rw-r--r-- | meta/conf/machine/cm-x270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/cm-x270.conf b/meta/conf/machine/cm-x270.conf index 226942de73..9bf7d8f6ae 100644 --- a/meta/conf/machine/cm-x270.conf +++ b/meta/conf/machine/cm-x270.conf | |||
@@ -8,9 +8,9 @@ GUI_MACHINE_CLASS ?= "bigscreen" | |||
8 | PREFERRED_PROVIDER_virtual/kernel = "linux" | 8 | PREFERRED_PROVIDER_virtual/kernel = "linux" |
9 | PREFERRED_VERSION_linux ?= "2.6.23" | 9 | PREFERRED_VERSION_linux ?= "2.6.23" |
10 | 10 | ||
11 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" | ||
12 | 11 | ||
13 | require conf/machine/include/tune-xscale.inc | 12 | require conf/machine/include/tune-xscale.inc |
13 | PACKAGE_EXTRA_ARCHS += "iwmmxt" | ||
14 | 14 | ||
15 | # Console serial port. | 15 | # Console serial port. |
16 | # If you have a W module, add the following line to your local.conf: | 16 | # If you have a W module, add the following line to your local.conf: |