**** BEGIN LOGGING AT Wed Jan 11 03:00:02 2017 Jan 11 08:44:52 good morning Jan 11 12:02:14 khem: could you add berton to oe and meta-freescale projects on patchwork? Jan 11 12:02:45 khem: he helps me a lot on those and would be great if he could mark the patches as well Jan 11 13:54:12 FWIW, downgrading python from 3.6 to 3.5.2 on my build machine fixed bitbake 1.32 (can't test master with my this setup since it blows up parsing a recipe in meta-oe). So proceed with caution on 3.6. Jan 11 13:55:26 It may not have anything to do with bitbake itself and could be a third party python module (like sqllite) that's broken with 3.6. Not sure yet. Jan 11 14:34:11 hi there.. does anybody know how to fix this: Jan 11 14:34:11 # python -m SimpleHTTPServer 8000 Jan 11 14:34:11 Could not import runpy module Jan 11 14:35:32 ndec: with an oe python? Jan 11 14:35:37 yes. Jan 11 14:36:15 it's our slightly customized distro, but it should be very close to nodistro config. Jan 11 14:36:34 and I get the same with python and python3 Jan 11 14:36:52 did you try installing python-modules python-misc to ensure you have everyything included? Jan 11 14:37:21 no.. let me add them right now Jan 11 14:37:54 yeah.. much better now.. Jan 11 14:38:50 yeah runpy is in python-misc Jan 11 14:39:01 feel free to shift it to something more suitable, i hate -misc Jan 11 14:40:04 rburton: -modules just install them all? Jan 11 14:41:20 yeah Jan 11 14:41:51 right. i found it in the -manifest.. Jan 11 14:42:00 thanks.. Jan 11 14:43:41 hmm. looks like we had python-misc before and it wasn't enough to get runpy to work.. it's only when I added -modules that SimpleHTTPServer started to work.. Jan 11 14:46:27 no. sorry.. i didn't have it.. Jan 11 16:47:43 ndec: I think you should check configure log of python, runpy must be enabled after some configure check is met and it could be that this check is a runtime check like uname or something which obviouslt fails on cross builds Jan 11 16:48:17 IIRC this needs libssl Jan 11 16:54:52 or may be you can try defining PYTHONHOME to point to /usr/lib/python-xxx in your distro env Jan 11 16:55:01 if the module is already built and installed Jan 11 19:05:40 Any uboot experts? Is it possible that my version of uboot does not set gatewayip with dhcp command? Jan 11 19:34:38 follinge: did you try just running dhcp then printenv? Jan 11 19:34:52 Yes, that was my test. Jan 11 19:35:02 I got back NO ipaddr nor gatewayip nor netmask. Jan 11 19:35:14 I was wondering if there's a switch in the uboot code I can flip, a #define perhaps. Jan 11 19:35:29 Or even better is there an env variable that I can change to get this to be set? Jan 11 19:35:46 follinge: I am not sure if the dhcp command is supposed to override the environment variables. - I am not a u-boot expert. Jan 11 19:35:52 Perhaps my bootp server is not configured properly? Jan 11 19:36:06 Ah, OK. The docs suggest that it does. Jan 11 19:36:12 follinge: could be. Jan 11 19:36:14 In practice this does not work. Jan 11 19:36:25 follinge: can you ping manually after setting them up manually? Jan 11 19:36:31 them=these vars Jan 11 19:36:37 I guess I can set up a local bootp server and test this. I don't control the mothership dhcp server... Jan 11 19:36:49 Yes, I can ping after setting up manually. Jan 11 19:37:04 I can set gatewayip and serverip and I'm fine. Jan 11 19:37:19 It gets ipaddr from dhcp, but it does not SET the env var. Jan 11 19:37:34 I know it has ipaddr b/c it passes it on to kernel cmdline. Jan 11 19:38:39 follinge: you seem to be right on the #define: http://stackoverflow.com/questions/13975468/in-u-boot-can-the-dhcp-command-automatically-set-the-serverip-environment-varia Jan 11 19:39:01 Quote: "It's also possible that the U-Boot image I have been given was compiled without support to set the serverip. There is an #ifdef around this code." Jan 11 19:39:32 I guess there is a u-boot mailing list also, not sure. Jan 11 19:39:43 ^ IRC channel I mean... Jan 11 19:41:50 Can we build Qt5 statically? Jan 11 19:42:05 Can we build Qt5 statically linked to any of the C libraries? Jan 11 19:53:14 likewise, that would be a large binary :) Jan 11 19:56:19 Crofton|work: it is done often for minimal boot times (< 2 seconds). Jan 11 19:58:02 I know of a 1 second boot after power-up to Qt 4 built with OpenEmbedded long ago. Jan 11 19:58:46 well, give a talk when you figure it out :) Jan 11 19:59:00 but we seem to be losing the really tuned-down tiny/quick stuff due to all the build complexities/flexibilities. Jan 11 19:59:03 it sounds reallt neat Jan 11 19:59:19 Crofton|work: 2010-ish ELCE: http://www.slideshare.net/andrewmurraympc/elce-the Jan 11 20:02:26 hmm, we really need to link all OE related presentations into the wiki Jan 11 20:25:39 Thanks likewise. Will look into it. Jan 11 21:52:53 anyone ever talk about improving 'bitbake-layers show-appends'? maybe per recipe args, more script friendly parsing? Jan 11 21:55:15 i expect patches would be welcome :) Jan 11 21:55:52 mattsm: when I did run it recently I was suprised I hadn't added more options like that, I thought I would have... Jan 11 21:56:07 s/suprised/surprised/ Jan 11 21:56:19 so yes, patches would be welcome Jan 11 22:16:40 bluelightning: ok just seeing if anyone else had not started something similiar Jan 11 22:17:47 bluelightning, thanks for updating the OE getting started page Jan 11 22:18:01 just noticed while futzing with accounts and OEDAM stuff Jan 11 22:18:15 Crofton|work: no worries, it does seem to get forgotten unfortunately Jan 11 22:18:38 well, jethro should still work :) Jan 11 22:19:06 Crofton|work: true, it was at least up-to-date with krogoth though :) Jan 11 22:19:29 OK , I forgot exactly what you changed it from :) **** ENDING LOGGING AT Thu Jan 12 03:00:01 2017