From: Marcin Juszkiewicz Date: Mon, 23 Apr 2007 13:57:06 +0000 (+0000) Subject: collie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2... X-Git-Tag: Release-2010-05/1~8868^2~660^2~62^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ac37281b46f0a4042a425d31beeaa511fe3e87;p=openembedded.git collie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2.4 in local.conf --- diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index c9cfe7744f..429463cc87 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -MACHINE_KERNEL_VERSION ?= "2.4" +MACHINE_KERNEL_VERSION ?= "2.6" require conf/machine/include/collie-${MACHINE_KERNEL_VERSION}.conf PREFERRED_PROVIDER_xserver = "xserver-kdrive"