[oe-commits] Martin Jansa : linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more

git version control git at git.openembedded.org
Wed Jun 30 00:06:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 46a631a298b42d2fd49160a60b8cbf8023328430
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=46a631a298b42d2fd49160a60b8cbf8023328430

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 29 17:07:46 2010 +0200

linux(-kexecboot): bump SRCREV for git recipe and decrease D_P a bit more

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/kexecboot/linux-kexecboot_git.bb |    4 ++--
 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 6e29777..e2259bf 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 35f827e..c242ef1 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"





More information about the Openembedded-commits mailing list