Changes in Bitbake 1.8.x:
+ - Correctly redirect stdin when forking
+ - If parsing errors are found, exit, too many users miss the errors
+ - Remove supriours PREFERRED_PROVIDER warnings
Changes in Bitbake 1.8.4:
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
# Nothing to do
return
- bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing Runqueue")
+ bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing runqueue")
for task in range(len(taskData.tasks_name)):
fnid = taskData.tasks_fnid[task]