From: Koen Kooi Date: Wed, 9 Mar 2011 13:20:53 +0000 (+0100) Subject: omap3.inc: bump MACHINE_KERNEL_PR for beagleboard changes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77bbb6a167195e619c798cba904f06282b80b7a;p=openembedded.git omap3.inc: bump MACHINE_KERNEL_PR for beagleboard changes Signed-off-by: Koen Kooi --- diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 9700a7aa3f..a40be43176 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" 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 = "r100" +MACHINE_KERNEL_PR = "r101" KERNEL_IMAGETYPE = "uImage"