From 995229a7e876baa6cd39a6ccc9ec90124fab6461 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 21 Dec 2010 19:46:03 +0100 Subject: [PATCH] palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omap Signed-off-by: Simon Busch --- conf/machine/palmpre.conf | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.39.5