From: Koen Kooi Date: Wed, 4 Aug 2010 10:06:40 +0000 (+0200) Subject: davinci.inc, omap3.inc: bump MACHINE_KERNEL_PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4358c1cb0d8bb507b14e74adf4ceb447608090f;p=openembedded.git davinci.inc, omap3.inc: bump MACHINE_KERNEL_PR --- diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 6e959675f7..79c001f879 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r45" +MACHINE_KERNEL_PR = "r46" TARGET_ARCH = "arm" diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 630fde478b..3f89953890 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r84" +MACHINE_KERNEL_PR = "r85" KERNEL_IMAGETYPE = "uImage"