aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-11-21 19:44:01 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-11-21 20:42:31 +0100
commitae36cd21a01f3371f3520cfe75da353cee2d00f7 (patch)
tree599cfcb50c8a53cb4ba8485237ffbf91f587e900 /conf/machine
parentd9b47fc89086eed07fab3aab02aa8c880df6c63b (diff)
downloadopenembedded-ae36cd21a01f3371f3520cfe75da353cee2d00f7.tar.gz
nokia900.conf: migrate to newer linux-nokia900 kernel and bump PR
The new kernel is composed of the 2.6.28 kernel, last maemo PR 1.3 patches, usb host patch,various other patches, and the necessary patches for booting from microsd and for compiling with gcc4. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/nokia900.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index 98b46a38e3..216485d40e 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -29,7 +29,7 @@ IMAGE_FSTYPES ?= "jffs2 tar.gz"
SERIAL_CONSOLE = "115200 ttyS0"
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel = "linux-nokia900"
#use this if you are using the nokia initfs
ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
@@ -41,4 +41,4 @@ module_autoload_g_ether = "g_ether"
# Copied from include/omap3.inc (as we do not use linux-omap recipes):
#
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r54"
+MACHINE_KERNEL_PR = "r55"