Skip to content

Commit

Permalink
linux(-kexecboot): bump SRCREV a bit more to rc7
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Dec 22, 2010
1 parent cdaf164 commit e816f74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions recipes/linux/linux-kexecboot/spitz/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.37-rc6 Kernel Configuration
# Thu Dec 16 10:45:56 2010
# Linux/arm 2.6.37-rc7 Kernel Configuration
# Wed Dec 22 09:58:15 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Expand Down
4 changes: 2 additions & 2 deletions recipes/linux/linux-kexecboot_git.bb
@@ -1,10 +1,10 @@
require linux-kexecboot.inc

KERNEL_RELEASE = "2.6.37-rc6"
KERNEL_RELEASE = "2.6.37-rc7"
OLD_KERNEL_RELEASE = "2.6.36"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"

SRCREV = "b0c3844d8af6b9f3f18f31e1b0502fbefa2166be"
SRCREV = "90a8a73c06cc32b609a880d48449d7083327e11a"

SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"
Expand Down
4 changes: 2 additions & 2 deletions recipes/linux/linux/spitz/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.37-rc6 Kernel Configuration
# Thu Dec 16 11:01:46 2010
# Linux/arm 2.6.37-rc7 Kernel Configuration
# Wed Dec 22 10:03:41 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Expand Down
4 changes: 2 additions & 2 deletions recipes/linux/linux_git.bb
@@ -1,10 +1,10 @@
require linux.inc

KERNEL_RELEASE = "2.6.37-rc6"
KERNEL_RELEASE = "2.6.37-rc7"
OLD_KERNEL_RELEASE = "2.6.36"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"

SRCREV = "b0c3844d8af6b9f3f18f31e1b0502fbefa2166be"
SRCREV = "90a8a73c06cc32b609a880d48449d7083327e11a"

SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"
Expand Down

0 comments on commit e816f74

Please sign in to comment.