diff options
author | Michel Pollet <buserror@gmail.com> | 2009-06-03 09:10:23 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 17:54:50 +0200 |
commit | eae733b16df945936cd91d3423f379c7c2d6ce94 (patch) | |
tree | d2dfc23064528268f451c77a064c5a28a09563f2 /recipes/linux | |
parent | 758c37d96a77992769ae7ed94ac3403c54ae6989 (diff) |
MINI2440: Updated kernel recipes
MINI2440: Updated kernel recipes
To use MACHINE_KERNEL_PR instead of PR.
Signed-off-by: Michel Pollet <buserror@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.29+git.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.29+git.bb b/recipes/linux/linux-mini2440_2.6.29+git.bb index a97ee5c4fb..32aefe7d3f 100644 --- a/recipes/linux/linux-mini2440_2.6.29+git.bb +++ b/recipes/linux/linux-mini2440_2.6.29+git.bb @@ -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/" diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb index 8a4898a089..52f1814bab 100644 --- a/recipes/linux/linux-mini2440_2.6.30+git.bb +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -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" |