* [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4
@ 2011-04-27 17:16 Gustavo Zacarias
2011-04-27 17:16 ` [Buildroot] [PATCH 2/4] linux: bump 2.6.38 kernel " Gustavo Zacarias
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2011-04-27 17:16 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 68151d0..e3f6b46 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -46,6 +46,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.35.12" if BR2_KERNEL_HEADERS_2_6_35
default "2.6.36.4" if BR2_KERNEL_HEADERS_2_6_36
default "2.6.37.6" if BR2_KERNEL_HEADERS_2_6_37
- default "2.6.38.3" if BR2_KERNEL_HEADERS_2_6_38
+ default "2.6.38.4" if BR2_KERNEL_HEADERS_2_6_38
default "2.6" if BR2_KERNEL_HEADERS_SNAP
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 2/4] linux: bump 2.6.38 kernel to 2.6.38.4
2011-04-27 17:16 [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Gustavo Zacarias
@ 2011-04-27 17:16 ` Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 17:16 ` [Buildroot] [PATCH 3/4] qemu/arm-versatile: use 2.6.38.4 kernel to match headers Gustavo Zacarias
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2011-04-27 17:16 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
linux/Config.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index d6bb790..3b0fa62 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -22,7 +22,7 @@ choice
default BR2_LINUX_KERNEL_2_6_38
config BR2_LINUX_KERNEL_2_6_38
- bool "2.6.38.3"
+ bool "2.6.38.4"
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
bool "Same as toolchain kernel headers"
@@ -52,7 +52,7 @@ endchoice
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
string "Kernel version"
depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
- default "2.6.38.3"
+ default "2.6.38.4"
config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
string "URL of custom kernel tarball"
@@ -60,7 +60,7 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
config BR2_LINUX_KERNEL_VERSION
string
- default "2.6.38.3" if BR2_LINUX_KERNEL_2_6_38
+ default "2.6.38.4" if BR2_LINUX_KERNEL_2_6_38
default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 3/4] qemu/arm-versatile: use 2.6.38.4 kernel to match headers
2011-04-27 17:16 [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Gustavo Zacarias
2011-04-27 17:16 ` [Buildroot] [PATCH 2/4] linux: bump 2.6.38 kernel " Gustavo Zacarias
@ 2011-04-27 17:16 ` Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 17:16 ` [Buildroot] [PATCH 4/4] toolchain: update uClibc snapshot config again to avoid build stalls Gustavo Zacarias
2011-04-27 19:05 ` [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2011-04-27 17:16 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_arm_versatile_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig
index 6b3d954..ba32327 100644
--- a/configs/qemu_arm_versatile_defconfig
+++ b/configs/qemu_arm_versatile_defconfig
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.4"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-2.6.38.config"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 4/4] toolchain: update uClibc snapshot config again to avoid build stalls
2011-04-27 17:16 [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Gustavo Zacarias
2011-04-27 17:16 ` [Buildroot] [PATCH 2/4] linux: bump 2.6.38 kernel " Gustavo Zacarias
2011-04-27 17:16 ` [Buildroot] [PATCH 3/4] qemu/arm-versatile: use 2.6.38.4 kernel to match headers Gustavo Zacarias
@ 2011-04-27 17:16 ` Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 19:05 ` [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Peter Korsgaard
3 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2011-04-27 17:16 UTC (permalink / raw)
To: buildroot
Update uClibc snapshot version config to avoid build stalls.
This time we take care of the new UCLIBC_HAS_FTS and
UCLIBC_HAS_BACKTRACE options.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
toolchain/uClibc/uClibc-snapshot.config | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/toolchain/uClibc/uClibc-snapshot.config b/toolchain/uClibc/uClibc-snapshot.config
index aa00680..34ec0ff 100644
--- a/toolchain/uClibc/uClibc-snapshot.config
+++ b/toolchain/uClibc/uClibc-snapshot.config
@@ -220,6 +220,7 @@ UCLIBC_HAS_FNMATCH=y
# UCLIBC_HAS_WORDEXP is not set
UCLIBC_HAS_NFTW=y
UCLIBC_HAS_FTW=y
+# UCLIBC_HAS_FTS is not set
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
# UCLIBC_HAS_UTMPX is not set
@@ -260,6 +261,7 @@ DOSTRIP=y
# SUPPORT_LD_DEBUG is not set
# SUPPORT_LD_DEBUG_EARLY is not set
# UCLIBC_MALLOC_DEBUGGING is not set
+# UCLIBC_HAS_BACKTRACE is not set
WARNINGS="-Wall"
# EXTRA_WARNINGS is not set
# DOMULTI is not set
--
1.7.3.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4
2011-04-27 17:16 [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Gustavo Zacarias
` (2 preceding siblings ...)
2011-04-27 17:16 ` [Buildroot] [PATCH 4/4] toolchain: update uClibc snapshot config again to avoid build stalls Gustavo Zacarias
@ 2011-04-27 19:05 ` Peter Korsgaard
3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2011-04-27 19:05 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-04-27 19:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 17:16 [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Gustavo Zacarias
2011-04-27 17:16 ` [Buildroot] [PATCH 2/4] linux: bump 2.6.38 kernel " Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 17:16 ` [Buildroot] [PATCH 3/4] qemu/arm-versatile: use 2.6.38.4 kernel to match headers Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 17:16 ` [Buildroot] [PATCH 4/4] toolchain: update uClibc snapshot config again to avoid build stalls Gustavo Zacarias
2011-04-27 19:06 ` Peter Korsgaard
2011-04-27 19:05 ` [Buildroot] [PATCH 1/4] toolchain: bump 2.6.38 kernel headers to 2.6.38.4 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox