**** BEGIN LOGGING AT Sun Dec 21 03:00:00 2014 Dec 21 17:49:31 Hi. I'm want to add support for using an sstate mirror in my local.conf. Problem is that sometimes I invoke bitbake without a connection to this server, when I'm not at my usual workstation, and this hangs bitbake in a wget subprocess. Can I do some inline python magic to handle this, or anyone have another idea ? Dec 21 17:59:11 Seems I can't define python functions in local.conf Dec 21 18:35:32 hi Dec 21 18:36:18 how can I debug a .bbclass? I tried -DDD but I do not see much there, what's the way to do this? or can I force the -x for some shell function somehow? Dec 21 19:03:26 bitbake -e to see the env (variables, functions) Dec 21 19:04:16 well I was interested in the execution of the functions Dec 21 19:04:23 i.e. like sh -x script.sh where you see what is happening Dec 21 19:04:38 I ended up with echo "mydebugmessage" >> /tmp/mylog.txt Dec 21 19:06:38 -vv ? Dec 21 19:06:50 did not try that yet, I will, thanks **** ENDING LOGGING AT Mon Dec 22 02:59:58 2014