diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-10-11 23:08:01 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-11 23:08:01 +0000 |
commit | cb88b95f9edb0fe8421f8715bb4f18143f335dd4 (patch) | |
tree | 5794345bb602d49fe2ebbfca2e31b6818970e2ce /conf | |
parent | 5480a229480f1bc775aa4de16109d0eef875fb77 (diff) |
linux 2.6.23: add kernel version, cm-x270 support, and binutils patch from poky
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 db3fb9ba51..2522897042 100644 --- a/conf/machine/cm-x270.conf +++ b/conf/machine/cm-x270.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux = "2.6.22" +PREFERRED_VERSION_linux = "2.6.23" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" |