git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ef753
)
linux-kexecboot: move SRCREV of git recipe to 2.6.38-rc3
author
Andrea Adami
<andrea.adami@gmail.com>
Tue, 1 Feb 2011 22:52:10 +0000
(23:52 +0100)
committer
Andrea Adami
<andrea.adami@gmail.com>
Wed, 2 Feb 2011 00:07:28 +0000
(
01:07
+0100)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/linux/linux-kexecboot_git.bb
patch
|
blob
|
history
diff --git
a/recipes/linux/linux-kexecboot_git.bb
b/recipes/linux/linux-kexecboot_git.bb
index
d93e437
..
def1318
100644
(file)
--- a/
recipes/linux/linux-kexecboot_git.bb
+++ b/
recipes/linux/linux-kexecboot_git.bb
@@
-1,10
+1,10
@@
require linux-kexecboot.inc
-KERNEL_RELEASE = "2.6.38-rc
2
"
+KERNEL_RELEASE = "2.6.38-rc
3
"
OLD_KERNEL_RELEASE = "2.6.37"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "
1bae4ce27c9c90344f23c65ea6966c50ffeae2f
5"
+SRCREV = "
ebf53826e105f488f4f628703a108e98940d1dc
5"
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"