[oe-commits] Simon Busch : palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap

git version control git at git.openembedded.org
Tue Jan 4 10:48:41 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 995229a7e876baa6cd39a6ccc9ec90124fab6461
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=995229a7e876baa6cd39a6ccc9ec90124fab6461

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Dec 21 19:46:03 2010 +0100

palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 conf/machine/palmpre.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf
index 8117d97..7aee448 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"
 





More information about the Openembedded-commits mailing list