aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/nokia900.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-02 11:07:55 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-02-10 13:42:18 +0100
commit88c3458253fa4a5b4e901564f9213db88a0268e1 (patch)
treefbd10e2d407c7d80e6e97e6ff02af81100003fd3 /conf/machine/nokia900.conf
parent4fee7cea31f8b408bfe85f7d669af826606cc819 (diff)
downloadopenembedded-88c3458253fa4a5b4e901564f9213db88a0268e1.tar.gz
linux 2.6.28: fix nokia900 build
- defconfig is based on Maemo5 one (present in sources as rx51_defconfig) - MACHINE_KERNEL_PR is set in nokia900.conf as we do not use linux-omap recipes for that device. It was discussed with OMAP3 maintainter (Koen Kooi) on IRC: 11:02 < hrw> koen: nokia900 uses omap3.inc and I need to bump kernel - are you ok with bumping M_K_PR for all omap3? 11:02 < hrw> koen: I can also move M_K_PR to nokia900.conf to separate it 11:02 < hrw> this device do not use linux-omap recipes 11:02 < hrw> at least not yet 11:06 < _koen_> hrw: either solution is fine by me, but if it isn't using linux-omap I think I prefer moving MKPR to nokia900.conf
Diffstat (limited to 'conf/machine/nokia900.conf')
-rw-r--r--conf/machine/nokia900.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/nokia900.conf b/conf/machine/nokia900.conf
index f8d942238d..4ceb936c61 100644
--- a/conf/machine/nokia900.conf
+++ b/conf/machine/nokia900.conf
@@ -31,3 +31,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat"
+
+# 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 = "r52"