OE and distcc

Hi,

Subject says it all really. Does anyone have experience using distcc to speed OpenEmbedded compiles? Is it possible, how might one configure it in OE, etc…

John

Distcc isn't really fit for crosscompiling (it can be done, but it's way too easy to mess up), have a look at KDEs icecream, there is a bbclass (icecream, or icecc) that handles everything for you. Icecream takes care of distributing the toolchain for you, so that's one item less to worry about.

regards,

Koen