**** BEGIN LOGGING AT Sat Jun 08 02:59:58 2013 Jun 08 12:48:53 is there a way to call a python function from a bash function or set a VARIABLE in recipe from bash function in a .bb file? Jun 08 13:20:15 Net147: no, there isn't I'm afraid Jun 08 13:25:21 bluelightning: how about calling bash function from python function? Jun 08 13:27:00 Net147: that's easy... if it's a shell function as bitbake understands it you can do bb.build.exec_func("functionname", d); otherwise use some standard python means e.g. subprocess Jun 08 13:27:50 bluelightning: does exec_func return the exit code or will a non-zero exit code interrupt the build? Jun 08 13:30:28 it should return it I think **** ENDING LOGGING AT Sun Jun 09 02:59:59 2013