summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/sreadahead/sreadahead_0.02.bb
diff options
context:
space:
mode:
authoraustin <austin@azhang.bj.intel.com>2008-11-07 05:01:12 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-01 20:40:32 +0000
commit6f7afab062b81ee8822dd2ac84e4f44608fa17be (patch)
tree1114043f38180468e367b9e81c301465f82c6e29 /meta-moblin/packages/sreadahead/sreadahead_0.02.bb
parent0c2a3df77b1afee479e60aca02f44acce4e04e45 (diff)
downloadpoky-6f7afab062b81ee8822dd2ac84e4f44608fa17be.tar.gz
sreadahead: Add a patch to set the app to io-idle running status.
This patch sets the sreadahead to io-idle stauts when it is running, so that sreadahead will not preempt IO with other apps.
Diffstat (limited to 'meta-moblin/packages/sreadahead/sreadahead_0.02.bb')
-rw-r--r--meta-moblin/packages/sreadahead/sreadahead_0.02.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-moblin/packages/sreadahead/sreadahead_0.02.bb b/meta-moblin/packages/sreadahead/sreadahead_0.02.bb
index 1ca5f16557..b7341010aa 100644
--- a/meta-moblin/packages/sreadahead/sreadahead_0.02.bb
+++ b/meta-moblin/packages/sreadahead/sreadahead_0.02.bb
@@ -9,6 +9,7 @@ inherit update-rc.d
9SRC_URI = "http://www.moblin.org/sites/all/files/sreadahead-${PV}.tar.gz \ 9SRC_URI = "http://www.moblin.org/sites/all/files/sreadahead-${PV}.tar.gz \
10 file://sreadahead-0.02-make.patch;patch=1 \ 10 file://sreadahead-0.02-make.patch;patch=1 \
11 file://readahead_c.patch;patch=1 \ 11 file://readahead_c.patch;patch=1 \
12 file://set_to_idle.patch;patch=1 \
12 file://sreadahead-generate.sh \ 13 file://sreadahead-generate.sh \
13 file://sreadahead.sh" 14 file://sreadahead.sh"
14 15