linux-kexecboot: use INC_PR for kernels, PR should get bump with every kexecboot...
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 16 Feb 2010 08:25:08 +0000 (09:25 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 16 Feb 2010 08:43:48 +0000 (09:43 +0100)
* Andrea Adami wants only one INC_PR shared between kexecboot and
  linux-kexecboot recipes, maybe we could use sth like
  INC_PR = "${KEXECBOOT_PR}.19" in linux-kexecboot.inc
  and set KEXECBOOT_PR in some new .inc file
* For now use INC_PR only for linux-kexecboot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/kexecboot/linux-kexecboot.inc
recipes/kexecboot/linux-kexecboot_2.6.21-hh20.bb
recipes/kexecboot/linux-kexecboot_2.6.24.bb
recipes/kexecboot/linux-kexecboot_2.6.26.bb
recipes/kexecboot/linux-kexecboot_2.6.29.bb
recipes/kexecboot/linux-kexecboot_2.6.32+2.6.33-rc8_git.bb
recipes/kexecboot/linux-kexecboot_2.6.32.bb

index a241be8..ed3a07f 100644 (file)
@@ -1,5 +1,5 @@
-# We set PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
-PR = "r18"
+# We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels:
+INC_PR = "r19"
 
 LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
 SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
index 7667037..01e7f1c 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_hx4700 = "1"
 DEFAULT_PREFERENCE_h2200 = "1"
index e950ab0..07efd57 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "-1"
 DEFAULT_PREFERENCE_poodle = "1"
index 345d2ac..9dfa8c0 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_qemuarm = "-1"
 DEFAULT_PREFERENCE_qemux86 = "-1"
index 4064c98..b840f17 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom"
 
 SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"
index 216bf64..8ead75a 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 KERNEL_RELEASE = "2.6.33-rc8"
 OLD_KERNEL_RELEASE = "2.6.32"
 PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}"
index ccb8cd6..1851fa8 100644 (file)
@@ -1,5 +1,7 @@
 require linux-kexecboot.inc
 
+PR = "${INC_PR}.0"
+
 S = "${WORKDIR}/linux-${PV}"
 S_omap3 = "${WORKDIR}/git"