[oe-commits] Steffen Sledz : linux-2.6.24: enable some more kernel debug options ( hipox machine only)

git version control git at git.openembedded.org
Tue Jun 14 09:08:49 UTC 2011


Module: openembedded.git
Branch: sledz/maintenance
Commit: c52d5a3b2bfa8a5c6133c5667c27fbe49c285fda
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=c52d5a3b2bfa8a5c6133c5667c27fbe49c285fda

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Thu May 19 13:44:34 2011 +0000

linux-2.6.24: enable some more kernel debug options (hipox machine only)

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>

---

 recipes/linux/linux-2.6.24/hipox/defconfig |   12 ++++++------
 recipes/linux/linux_2.6.24.bb              |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig
index b22fc2b..ce39776 100644
--- a/recipes/linux/linux-2.6.24/hipox/defconfig
+++ b/recipes/linux/linux-2.6.24/hipox/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.24.7
-# Wed May 11 14:11:43 2011
+# Thu May 19 12:38:17 2011
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1515,7 +1515,7 @@ CONFIG_OPROFILE=m
 #
 # Kernel hacking
 #
-# CONFIG_PRINTK_TIME is not set
+CONFIG_PRINTK_TIME=y
 CONFIG_ENABLE_WARN_DEPRECATED=y
 CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_MAGIC_SYSRQ=y
@@ -1525,8 +1525,8 @@ CONFIG_DEBUG_FS=y
 CONFIG_DEBUG_KERNEL=y
 # CONFIG_DEBUG_SHIRQ is not set
 CONFIG_DETECT_SOFTLOCKUP=y
-CONFIG_SCHED_DEBUG=y
-# CONFIG_SCHEDSTATS is not set
+# CONFIG_SCHED_DEBUG is not set
+CONFIG_SCHEDSTATS=y
 # CONFIG_TIMER_STATS is not set
 # CONFIG_DEBUG_SLAB is not set
 # CONFIG_DEBUG_RT_MUTEXES is not set
@@ -1550,8 +1550,8 @@ CONFIG_FORCED_INLINING=y
 # CONFIG_RCU_TORTURE_TEST is not set
 # CONFIG_FAULT_INJECTION is not set
 # CONFIG_SAMPLES is not set
-# CONFIG_DEBUG_USER is not set
-# CONFIG_DEBUG_ERRORS is not set
+CONFIG_DEBUG_USER=y
+CONFIG_DEBUG_ERRORS=y
 # CONFIG_DEBUG_LL is not set
 
 #
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index 55c11c6..d64986a 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -11,7 +11,7 @@ DEFAULT_PREFERENCE_hipox = "1"
 DEFAULT_PREFERENCE_cs-e9302 = "1"
 DEFAULT_PREFERENCE_smartq5 = "1"
 
-PR = "r40"
+PR = "r41"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2;name=kernel \
            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;apply=yes;name=stablepatch \





More information about the Openembedded-commits mailing list