From: Cliff Brake Date: Mon, 17 Dec 2007 22:03:35 +0000 (+0000) Subject: cm-x270.conf: allow user to override kernel version X-Git-Tag: Release-2010-05/1~8136^2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca4a54a664546080045b75070ac8fe2c1880c46;p=openembedded.git cm-x270.conf: allow user to override kernel version --- diff --git a/conf/machine/cm-x270.conf b/conf/machine/cm-x270.conf index 2522897042..1b6188753e 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.23" +PREFERRED_VERSION_linux ?= "2.6.23" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"