linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 29 Jun 2010 15:07:46 +0000 (17:07 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 29 Jun 2010 23:36:17 +0000 (01:36 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/kexecboot/linux-kexecboot_git.bb
recipes/linux/linux_git.bb

index 6e29777..e2259bf 100644 (file)
@@ -1,7 +1,7 @@
 require linux-kexecboot.inc
 
 KERNEL_RELEASE = "2.6.35-rc3"
-SRCREV = "7e27d6e778cd87b6f2415515d7127eba53fe5d02"
+SRCREV = "5904b3b81d25166e5e39b9727645bb47937618e3"
 PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
 
 SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
@@ -11,4 +11,4 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
 S = "${WORKDIR}/git"
 
 # Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-2"
index 35f827e..c242ef1 100644 (file)
@@ -1,7 +1,7 @@
 require linux.inc
 
 KERNEL_RELEASE = "2.6.35-rc3"
-SRCREV = "7e27d6e778cd87b6f2415515d7127eba53fe5d02"
+SRCREV = "5904b3b81d25166e5e39b9727645bb47937618e3"
 PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
@@ -11,4 +11,4 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;
 S = "${WORKDIR}/git"
 
 # Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-2"