From: Martin Jansa Date: Thu, 16 Dec 2010 10:03:13 +0000 (+0100) Subject: linux(-kexecboot)_git: bump SRCREV for 2.6.37-rc6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba0ae08050c5d5d3085a7367c5731d125da870d;p=openembedded.git linux(-kexecboot)_git: bump SRCREV for 2.6.37-rc6 Signed-off-by: Martin Jansa --- diff --git a/recipes/linux/linux-kexecboot/spitz/defconfig b/recipes/linux/linux-kexecboot/spitz/defconfig index 48b7c4934b..14b3e077e9 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 fa3a3d6aa1..864aff800c 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 bb05cd4b4c..ea7db695b2 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 7e7df52bc2..5e557da2d0 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"