diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-20 09:54:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:44 +0100 |
commit | 35a1d37ac8fd57bef6bc4de8047ffcadf7df7e56 (patch) | |
tree | 7ea12c3f5f1046adb14d0f586bdbbed6f285a858 /meta | |
parent | ace48c2866b9e74051ea97e26f09eaded9c21dcf (diff) | |
download | poky-35a1d37ac8fd57bef6bc4de8047ffcadf7df7e56.tar.gz |
bitbake: build: Add BB_TASK_NICE_LEVEL to task code
On Linux its not possible for processes to regain a previous nice level after
it has changed. Its therefore not possible to have a core low priority and
then raise the priorities of individual tasks.
This variable allows us to do something like:
BB_TASK_NICE_LEVEL = "5"
BB_TASK_NICE_LEVEL_task-testimage = "0"
to give priority to specific tasks which the BB_NICE_LEVEL functionality
doesn't give us the option of.
(Bitbake rev: 94d82997220c6cfc7028f76719df028ba8254a5c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions