summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 1545c914cc..810f886897 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -770,11 +770,11 @@ overview of their function and contents.
770 .. note:: 770 .. note::
771 771
772 In order for your I/O priority settings to take effect, you need the 772 In order for your I/O priority settings to take effect, you need the
773 Completely Fair Queuing (CFQ) Scheduler selected for the backing block 773 Budget Fair Queuing (BFQ) Scheduler selected for the backing block
774 device. To select the scheduler, use the following command form where 774 device. To select the scheduler, use the following command form where
775 device is the device (e.g. sda, sdb, and so forth):: 775 device is the device (e.g. sda, sdb, and so forth)::
776 776
777 $ sudo sh -c "echo cfq > /sys/block/device/queu/scheduler" 777 $ sudo sh -c "echo bfq > /sys/block/device/queue/scheduler"
778 778
779 :term:`BB_TASK_NICE_LEVEL` 779 :term:`BB_TASK_NICE_LEVEL`
780 Allows specific tasks to change their priority (i.e. nice level). 780 Allows specific tasks to change their priority (i.e. nice level).