diff options
| author | Cliff Brake <cbrake@bec-systems.com> | 2007-10-17 20:11:38 +0000 |
|---|---|---|
| committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-17 20:11:38 +0000 |
| commit | 45766485451172ec01fe5fac0ba66844b0c3c088 (patch) | |
| tree | 08233db473e327faf1aa1f55ad8190c0293be910 | |
| parent | e65b3b72041aeef4e148ba2a6d0c103d13a2b524 (diff) | |
em-x270.conf: remove redundant "arm" in PACKAGE_EXTRA_ARCHS
| -rw-r--r-- | conf/machine/em-x270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/em-x270.conf b/conf/machine/em-x270.conf index 576af246c4..c2ec694585 100644 --- a/conf/machine/em-x270.conf +++ b/conf/machine/em-x270.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS ?= "bigscreen" -PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te iwmmxt " +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. |
