aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-24 22:43:42 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-24 22:43:42 +0200
commite4dc6750f1a9417aa6326708ec20999dff53838c (patch)
tree1560a58bdaa51e9c3273976d8bea3ad8cea1c1e7
parentd5eb547bc3529c70eaec724847bca96c39fd25c7 (diff)
downloadopenembedded-e4dc6750f1a9417aa6326708ec20999dff53838c.tar.gz
linux-kexecboot: fix SRCREV for 2.6.39-rc4
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes/linux/linux-kexecboot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb
index 6ff8c968ea..1228560268 100644
--- a/recipes/linux/linux-kexecboot_git.bb
+++ b/recipes/linux/linux-kexecboot_git.bb
@@ -4,7 +4,7 @@ KERNEL_RELEASE = "2.6.39-rc4"
OLD_KERNEL_RELEASE = "2.6.38"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "8fd62c82872a5a721c9fb0071ca0f7a49c1732e4"
+SRCREV = "f0e615c3cb72b42191b558c130409335812621d8"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"
@@ -12,4 +12,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 = "-2"
+DEFAULT_PREFERENCE = "2"