[oe-commits] Michel Pollet : MINI2440: Updated kernel recipes

git version control git at git.openembedded.org
Thu Jun 4 15:59:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eae733b16df945936cd91d3423f379c7c2d6ce94
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eae733b16df945936cd91d3423f379c7c2d6ce94

Author: Michel Pollet <buserror at gmail.com>
Date:   Wed Jun  3 09:10:23 2009 +0100

MINI2440: Updated kernel recipes

MINI2440: Updated kernel recipes

To use MACHINE_KERNEL_PR instead of PR.

Signed-off-by: Michel Pollet <buserror at gmail.com>

---

 recipes/linux/linux-mini2440_2.6.29+git.bb |    2 +-
 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 a97ee5c..32aefe7 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 8a4898a..52f1814 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"





More information about the Openembedded-commits mailing list