diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-29 17:07:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-30 01:36:17 +0200 |
commit | 46a631a298b42d2fd49160a60b8cbf8023328430 (patch) | |
tree | 8742ae5b6c311ca7f0d4d758f4b0a328d997712e /recipes | |
parent | d1aa3c2a68f06f59128044d36fe798b733ee2be2 (diff) |
linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-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" |