[oe-commits] Martin Jansa : linux(-kexecboot)_git: bump SRCREV for 2.6.37-rc6

git version control git at git.openembedded.org
Thu Dec 16 10:09:14 UTC 2010


Module: openembedded.git
Branch: master
Commit: eba0ae08050c5d5d3085a7367c5731d125da870d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eba0ae08050c5d5d3085a7367c5731d125da870d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 16 11:03:13 2010 +0100

linux(-kexecboot)_git: bump SRCREV for 2.6.37-rc6

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

---

 recipes/linux/linux-kexecboot/spitz/defconfig |    8 ++++++--
 recipes/linux/linux-kexecboot_git.bb          |    4 ++--
 recipes/linux/linux/spitz/defconfig           |   10 +++++++---
 recipes/linux/linux_git.bb                    |    4 ++--
 4 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/recipes/linux/linux-kexecboot/spitz/defconfig b/recipes/linux/linux-kexecboot/spitz/defconfig
index 48b7c49..14b3e07 100644
--- a/recipes/linux/linux-kexecboot/spitz/defconfig
+++ b/recipes/linux/linux-kexecboot/spitz/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Linux/arm 2.6.37-rc4 Kernel Configuration
-# Tue Nov 30 13:38:02 2010
+# Linux/arm 2.6.37-rc6 Kernel Configuration
+# Thu Dec 16 10:45:56 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -668,6 +668,7 @@ CONFIG_INPUT_KEYBOARD=y
 # CONFIG_KEYBOARD_QT2160 is not set
 # CONFIG_KEYBOARD_LKKBD is not set
 CONFIG_KEYBOARD_GPIO=y
+# CONFIG_KEYBOARD_GPIO_POLLED is not set
 # CONFIG_KEYBOARD_TCA6416 is not set
 CONFIG_KEYBOARD_MATRIX=y
 # CONFIG_KEYBOARD_LM8323 is not set
@@ -766,6 +767,9 @@ CONFIG_I2C_BOARDINFO=y
 # CONFIG_I2C_CHARDEV is not set
 # CONFIG_I2C_MUX is not set
 CONFIG_I2C_HELPER_AUTO=y
+# CONFIG_I2C_ALGOBIT is not set
+# CONFIG_I2C_ALGOPCF is not set
+# CONFIG_I2C_ALGOPCA is not set
 
 #
 # I2C Hardware Bus support
diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb
index fa3a3d6..864aff8 100644
--- 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.37-rc4"
+KERNEL_RELEASE = "2.6.37-rc6"
 OLD_KERNEL_RELEASE = "2.6.36"
 PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
 
-SRCREV = "e8a7e48bb248a1196484d3f8afa53bded2b24e71"
+SRCREV = "b0c3844d8af6b9f3f18f31e1b0502fbefa2166be"
 
 SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
             file://defconfig"
diff --git a/recipes/linux/linux/spitz/defconfig b/recipes/linux/linux/spitz/defconfig
index bb05cd4..ea7db69 100644
--- a/recipes/linux/linux/spitz/defconfig
+++ b/recipes/linux/linux/spitz/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Linux/arm 2.6.37-rc4 Kernel Configuration
-# Tue Nov 30 12:05:56 2010
+# Linux/arm 2.6.37-rc6 Kernel Configuration
+# Thu Dec 16 11:01:46 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -398,7 +398,7 @@ CONFIG_ALIGNMENT_TRAP=y
 #
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE=" quiet "
+CONFIG_CMDLINE=" debug "
 # CONFIG_CMDLINE_FORCE is not set
 # CONFIG_XIP_KERNEL is not set
 CONFIG_KEXEC=y
@@ -1169,6 +1169,7 @@ CONFIG_INPUT_KEYBOARD=y
 # CONFIG_KEYBOARD_QT2160 is not set
 # CONFIG_KEYBOARD_LKKBD is not set
 CONFIG_KEYBOARD_GPIO=y
+# CONFIG_KEYBOARD_GPIO_POLLED is not set
 # CONFIG_KEYBOARD_TCA6416 is not set
 CONFIG_KEYBOARD_MATRIX=y
 # CONFIG_KEYBOARD_LM8323 is not set
@@ -1287,6 +1288,9 @@ CONFIG_I2C_COMPAT=y
 # CONFIG_I2C_CHARDEV is not set
 # CONFIG_I2C_MUX is not set
 CONFIG_I2C_HELPER_AUTO=y
+# CONFIG_I2C_ALGOBIT is not set
+# CONFIG_I2C_ALGOPCF is not set
+# CONFIG_I2C_ALGOPCA is not set
 
 #
 # I2C Hardware Bus support
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
index 7e7df52..5e557da 100644
--- a/recipes/linux/linux_git.bb
+++ b/recipes/linux/linux_git.bb
@@ -1,10 +1,10 @@
 require linux.inc
 
-KERNEL_RELEASE = "2.6.37-rc4"
+KERNEL_RELEASE = "2.6.37-rc6"
 OLD_KERNEL_RELEASE = "2.6.36"
 PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
 
-SRCREV = "e8a7e48bb248a1196484d3f8afa53bded2b24e71"
+SRCREV = "b0c3844d8af6b9f3f18f31e1b0502fbefa2166be"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
            file://defconfig"





More information about the Openembedded-commits mailing list