[oe-commits] Koen Kooi : linux-kexecboot kernels: more PR to .inc file since it' s more tied to the initramfs than the kernel

GIT User account git at amethyst.openembedded.net
Sun Feb 8 10:37:16 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Feb  8 11:34:35 2009 +0100

linux-kexecboot kernels: more PR to .inc file since it's more tied to the initramfs than the kernel

---

 packages/kexecboot/linux-kexecboot.inc            |    3 +++
 packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb |    2 --
 packages/kexecboot/linux-kexecboot_2.6.24.bb      |    2 --
 packages/kexecboot/linux-kexecboot_2.6.26.bb      |    1 -
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/packages/kexecboot/linux-kexecboot.inc b/packages/kexecboot/linux-kexecboot.inc
index 86c4ebb..2056758 100644
--- a/packages/kexecboot/linux-kexecboot.inc
+++ b/packages/kexecboot/linux-kexecboot.inc
@@ -1,3 +1,6 @@
+# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
+PR = "r12"
+
 SRC_URI = "file://defconfig"
 
 LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
diff --git a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
index 002ed7b..7667037 100644
--- a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
+++ b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
@@ -4,8 +4,6 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_hx4700 = "1"
 DEFAULT_PREFERENCE_h2200 = "1"
 
-PR = "r2"
-
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \
            http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \
diff --git a/packages/kexecboot/linux-kexecboot_2.6.24.bb b/packages/kexecboot/linux-kexecboot_2.6.24.bb
index 2c97cf6..f728c7a 100644
--- a/packages/kexecboot/linux-kexecboot_2.6.24.bb
+++ b/packages/kexecboot/linux-kexecboot_2.6.24.bb
@@ -1,7 +1,5 @@
 require linux-kexecboot.inc
 
-PR = "r7"
-
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "-1"
 DEFAULT_PREFERENCE_poodle = "1"
diff --git a/packages/kexecboot/linux-kexecboot_2.6.26.bb b/packages/kexecboot/linux-kexecboot_2.6.26.bb
index 6c97db2..bf1dbb6 100644
--- a/packages/kexecboot/linux-kexecboot_2.6.26.bb
+++ b/packages/kexecboot/linux-kexecboot_2.6.26.bb
@@ -1,6 +1,5 @@
 require linux-kexecboot.inc
 
-PR = "r11"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_qemuarm = "-1"
 DEFAULT_PREFERENCE_qemux86 = "-1"





More information about the Openembedded-commits mailing list