From: Simon Busch Date: Tue, 21 Dec 2010 18:46:03 +0000 (+0100) Subject: palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995229a7e876baa6cd39a6ccc9ec90124fab6461;p=openembedded.git palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap Signed-off-by: Simon Busch --- 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"