[bitbake-devel] bitbake quitting without parsing or doing anything

Khem Raj raj.khem at gmail.com
Fri Jun 10 23:03:26 UTC 2011


Hi

I started to experience this error on my machine when I updated bitbake
in my setup today. bitbake console-image simply quits without doing anything
and it dies pretty early. Same setup worked fine last week I did not change
anything

I could trace it go until

bb.event.fire(bb.event.ConfigParsed(), data) line 693 in lib/bb/cooker.py
and silently quit after that

Bisecting resulting in this commit being bad for me.

Let me know if I more information is needed


d21d5954d0c08b1c80b72c5f37becc2e58ec916a is the first bad commit
commit d21d5954d0c08b1c80b72c5f37becc2e58ec916a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jun 8 13:08:52 2011 +0100

    bitbake/server: Move server specific code into the server backend and create a server API
    
    Move the server implementation specific code into the server backend where
    it belongs and replace this with a set of object method calls which
    establish the server, detach it and then connect to it using appropriate
    IPC.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

-- 
-Khem




More information about the bitbake-devel mailing list