diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:28:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:28:26 +0000 |
commit | 369199c6947454bea9e88ac9fa2b5ff8cc439456 (patch) | |
tree | d33b3480b803f2e565454530eb3b9f934c3c9070 /conf | |
parent | 21d933f66c114a9d0972c1c104f8a91a1239dd57 (diff) | |
parent | 873d9b3bc7c6f76354cc3fc11cc68c43ffa65d13 (diff) |
merge of '80b5c8a3efa25ab2eb9325c08c68cc36f0d664d9'
and '877bd2153580c3f0eb7238b370fb1ae786b7b992'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/cm-x270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/cm-x270.conf b/conf/machine/cm-x270.conf index c712c3728e..0e6c5b2d10 100644 --- a/conf/machine/cm-x270.conf +++ b/conf/machine/cm-x270.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" PREFERRED_VERSION_compulab-pxa270 = "2.6.22" GUI_MACHINE_CLASS ?= "bigscreen" -PREFERRED_PROVIDER_virtual/kernel = "compulab-pxa270" +PREFERRED_PROVIDER_virtual/kernel = "linux" PACKAGE_EXTRA_ARCHS = "armv4 armv5te" require conf/machine/include/tune-xscale.inc |