diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 19:41:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 19:41:33 +0000 |
commit | 209f70af48a945e93c171b7498499e67e7d58c36 (patch) | |
tree | e6af4a163ff0630fb3472ea4fb59d581eae53aa1 | |
parent | 8afc20e8be1f622e700f9f6a5dc3717577bc90d2 (diff) | |
parent | 1fe59e2fe70dc2f000b0825f56bd109301d645d4 (diff) |
merge of '4438796403c22448a9b59d2e3ef3a1862c3dbb5c'
and '53810e0fab1828777809f84828547284fbd0d484'
-rw-r--r-- | conf/machine/cm-x270.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/cm-x270.conf b/conf/machine/cm-x270.conf index 0e6c5b2d10..998e43eea3 100644 --- a/conf/machine/cm-x270.conf +++ b/conf/machine/cm-x270.conf @@ -3,10 +3,11 @@ #@DESCRIPTION: Machine configuration for Compulab cm-x270 computer module #OLDEST_KERNEL = "2.6.16" TARGET_ARCH = "arm" -PREFERRED_VERSION_compulab-pxa270 = "2.6.22" GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.22" + PACKAGE_EXTRA_ARCHS = "armv4 armv5te" require conf/machine/include/tune-xscale.inc |