aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/palmpre.conf
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-12-21 19:46:03 +0100
committerSimon Busch <morphis@gravedo.de>2011-01-04 11:42:13 +0100
commit995229a7e876baa6cd39a6ccc9ec90124fab6461 (patch)
tree618761872e346373d31ee86cb6094ebee1303d6d /conf/machine/palmpre.conf
parentb2854f4659715098115080179529955a96935e1d (diff)
downloadopenembedded-995229a7e876baa6cd39a6ccc9ec90124fab6461.tar.gz
palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'conf/machine/palmpre.conf')
-rw-r--r--conf/machine/palmpre.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf
index 8117d971fa..7aee4488eb 100644
--- a/conf/machine/palmpre.conf
+++ b/conf/machine/palmpre.conf
@@ -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"