**** BEGIN LOGGING AT Thu Feb 11 02:59:58 2016 Feb 11 08:30:57 good morning Feb 11 11:14:19 ndec: did you get piglit to work? Feb 11 11:20:40 rburton1: yes. Feb 11 11:25:31 rburton1: i will add piglit test in our CI loops. with freedreno we expect to have ~96% pass rate. this is the current status of the driver. we never ran piglit on OE, but that's what we get on debian/fedora.. Feb 11 11:26:15 is that excluding skips, i presume Feb 11 11:26:24 in theory you'll get ~identical results right :) Feb 11 11:26:39 koen: is variable expension possible from python functions? http://pastie.org/10717704 Feb 11 11:26:41 yes, excluding skip. Feb 11 11:27:04 funman: use d.getVar or d.expand Feb 11 11:27:21 rburton1: yes, it should be identical.. given the piglit version and the mesa version might not be completely aligned.. Feb 11 11:27:34 rburton1: rburton1 that's what I did for UBOOT_*IMG Feb 11 11:28:00 but on another machine the variables are expanded correctly without that diff :/ Feb 11 11:28:21 ndec: i just posted an update of piglit so its a bit more recent now. need to get python-six in oe-core to go any further Feb 11 11:28:27 funman: yes, that was changed this week Feb 11 11:28:42 if you track master, read the git log and mailing lists :) Feb 11 11:28:42 ah ok, which change was it? Feb 11 11:29:01 rburton1: yes, i saw that. i will try it. not until next Tue, though.. Feb 11 11:29:19 scripts/devtool: Add getVarFlag expand argument Feb 11 11:29:40 " bitbake: build/data: Don't expand python functions before execution [API change]" Feb 11 11:29:50 was it on oe-core list? Feb 11 11:29:54 bitbake Feb 11 11:29:57 as its a bitbake change Feb 11 11:30:27 I see Feb 11 11:30:59 (cc'd oe-arch which is also worth reading if you're tracking master) Feb 11 11:31:10 i couldnt use d.getVar("${S}/u-boot") though Feb 11 11:31:27 correct Feb 11 11:31:30 getVar takes a variable name Feb 11 11:31:49 so either getVar and then glue it with os.path.join, or use d.expand Feb 11 11:32:10 ie os.path.join(d.getVar("S", True), "u-boot") Feb 11 11:32:18 or d.expand("${S}/u-boot") Feb 11 11:35:13 i had missed d.expand, looks perfect Feb 11 17:11:21 JaMa: about ne10: I get the textrel problem even if I explicitely add -fPIC Feb 11 17:11:55 I wonder if the assembly bits are responsible Feb 11 17:14:32 in worse case you can INSANE_SKIP them, but I don't want more QA issues in build than we currently have Feb 11 17:15:14 understandable. Feb 11 17:15:24 btw, the textrel issue with ffmpeg is still unresolved? Feb 11 17:16:11 afaik yes Feb 11 19:24:13 is it intended that instructions at http://www.openembedded.org/wiki/OE-Core_Standalone_Setup would most of the time also work for master? Feb 11 19:25:26 ah silly me, I guess I had bitbake out of date **** ENDING LOGGING AT Fri Feb 12 02:59:58 2016