diff options
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_git.bb | 4 | ||||
-rw-r--r-- | recipes/linux/linux_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
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" diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb index 35f827e565..c242ef1b2b 100644 --- a/recipes/linux/linux_git.bb +++ b/recipes/linux/linux_git.bb @@ -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" |