From 46a631a298b42d2fd49160a60b8cbf8023328430 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 29 Jun 2010 17:07:46 +0200 Subject: linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more Signed-off-by: Martin Jansa --- recipes/kexecboot/linux-kexecboot_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/kexecboot') diff --git a/recipes/kexecboot/linux-kexecboot_git.bb b/recipes/kexecboot/linux-kexecboot_git.bb index 6e29777617..e2259bf543 100644 --- a/recipes/kexecboot/linux-kexecboot_git.bb +++ b/recipes/kexecboot/linux-kexecboot_git.bb @@ -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" -- cgit 1.2.3-korg