[oe-commits] Thilo Fromm : linux-2.6.24: enable some more diagnostic options ( hipox machine only)

git version control git at git.openembedded.org
Mon Jun 6 10:06:03 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5164d949a20a5113ae87e3a513cf0aecd729f5b2
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=5164d949a20a5113ae87e3a513cf0aecd729f5b2

Author: Thilo Fromm <fromm at dresearch-fe.de>
Date:   Tue May 31 14:09:22 2011 +0000

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

* enable process and task accounting
* enable per-task IO accounting

Signed-off-by: Thilo Fromm <fromm at dresearch-fe.de>

---

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

diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig
index ce39776..a901397 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
-# Thu May 19 12:38:17 2011
+# Tue May 31 16:06:17 2011
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -37,8 +37,12 @@ CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_SYSVIPC_SYSCTL=y
 CONFIG_POSIX_MQUEUE=y
-# CONFIG_BSD_PROCESS_ACCT is not set
-# CONFIG_TASKSTATS is not set
+CONFIG_BSD_PROCESS_ACCT=y
+# CONFIG_BSD_PROCESS_ACCT_V3 is not set
+CONFIG_TASKSTATS=y
+CONFIG_TASK_DELAY_ACCT=y
+CONFIG_TASK_XACCT=y
+CONFIG_TASK_IO_ACCOUNTING=y
 # CONFIG_USER_NS is not set
 # CONFIG_PID_NS is not set
 # CONFIG_AUDIT is not set
@@ -46,6 +50,8 @@ CONFIG_POSIX_MQUEUE=y
 CONFIG_LOG_BUF_SHIFT=14
 # CONFIG_CGROUPS is not set
 # CONFIG_FAIR_GROUP_SCHED is not set
+# CONFIG_FAIR_USER_SCHED is not set
+# CONFIG_FAIR_CGROUP_SCHED is not set
 # CONFIG_SYSFS_DEPRECATED is not set
 # CONFIG_RELAY is not set
 CONFIG_BLK_DEV_INITRD=y
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index d64986a..8569690 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 = "r41"
+PR = "r42"
 
 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