git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2854f4
)
palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap
author
Simon Busch
<morphis@gravedo.de>
Tue, 21 Dec 2010 18:46:03 +0000
(19:46 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/conf/machine/palmpre.conf
b/conf/machine/palmpre.conf
index
8117d97
..
7aee448
100644
(file)
--- 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"