diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:27:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-07 18:27:25 +0000 |
commit | 873d9b3bc7c6f76354cc3fc11cc68c43ffa65d13 (patch) | |
tree | d766083f639363209edbcc0332652cf41d1f8ace | |
parent | e3a5b67ddac4e60d9d298e31b130406830b646fd (diff) |
cm-x270: change kernel provider to linux
-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 |