MINI2440: Updated kernel recipes
authorMichel Pollet <buserror@gmail.com>
Wed, 3 Jun 2009 08:10:23 +0000 (09:10 +0100)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 4 Jun 2009 15:54:50 +0000 (17:54 +0200)
MINI2440: Updated kernel recipes

To use MACHINE_KERNEL_PR instead of PR.

Signed-off-by: Michel Pollet <buserror@gmail.com>
recipes/linux/linux-mini2440_2.6.29+git.bb
recipes/linux/linux-mini2440_2.6.30+git.bb

index a97ee5c..32aefe7 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Linux Kernel for mini2440 development board"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r8"
+MACHINE_KERNEL_PR = "r8"
 
 GGSRC = "http://www.xora.org.uk/oe/patches/"
 
index 8a4898a..52f1814 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "Linux Kernel for mini2440 development board"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r2"
+MACHINE_KERNEL_PR = "r3"
+#PR = "r3"
 
 GGSRC = "http://www.xora.org.uk/oe/patches/"
 
@@ -22,4 +23,4 @@ do_configure() {
        oe_runmake oldconfig
 }
 
-KERNEL_RELEASE = "2.6.29"
+KERNEL_RELEASE = "2.6.30"