mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bitbake: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
Changes in Bitbake 1.8.x:
|
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:
|
Changes in Bitbake 1.8.4:
|
||||||
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
|
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ class RunQueue:
|
|||||||
# Nothing to do
|
# Nothing to do
|
||||||
return
|
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)):
|
for task in range(len(taskData.tasks_name)):
|
||||||
fnid = taskData.tasks_fnid[task]
|
fnid = taskData.tasks_fnid[task]
|
||||||
|
|||||||
Reference in New Issue
Block a user