palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap
authorSimon Busch <morphis@gravedo.de>
Tue, 21 Dec 2010 18:46:03 +0000 (19:46 +0100)
committerSimon Busch <morphis@gravedo.de>
Tue, 4 Jan 2011 10:42:13 +0000 (11:42 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
conf/machine/palmpre.conf

index 8117d97..7aee448 100644 (file)
@@ -17,6 +17,11 @@ MACHINE_DISPLAY_PPI = "185"
 
 require conf/machine/include/omap3.inc
 
+# 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 = "r92"
+
 # Put it below omap3.inc as we override the kernel here
 PREFERRED_PROVIDER_virtual/kernel = "linux-palmpre"