**** BEGIN LOGGING AT Tue Oct 22 02:59:58 2013 Oct 22 07:52:12 Hi! I need to compile gdb-cross in 32bit mode (because of a binary-only plug-in). My host is 64 bit. Is there a best practice for how to do that with OE? I can override CC and CXX to add -m32, but that of course doesn't take care of additional libraries like 32bit zlib. Oct 22 07:57:35 u need gdb-server Oct 22 07:57:58 devzero_: no. I need gdb-cros Oct 22 07:58:00 s Oct 22 08:22:50 morning all Oct 22 14:44:45 hello Oct 22 14:45:06 I have observed that sometimes, a while after starting the system, connman suddenly uses a lot of CPU% Oct 22 14:45:18 anybody else seen that? I have observed it on several machines Oct 22 15:24:26 XorA, ping Oct 22 15:25:33 Crofton: gnop Oct 22 15:27:06 you will be at the pub around 8? I am going to take a look around and see who gets collected Oct 22 15:27:24 people are all over, sort of like the quickening is underway Oct 22 15:28:16 my phone is reminding me how to get to the regent, so I am good there, just need to remain coherent Oct 22 15:28:29 should we bring irn bru to dev day? Oct 22 16:11:00 Hi all. I'd like to add STAGING_INCDIR/myheaders in my keenel module compilation Oct 22 16:11:24 However, STAGING_INCDIR is not propagated from Bitbake to kernel module Makefile, Oct 22 16:11:45 so ccflags-y += -I${STAGING_INCDIR}/myheaders will not work Oct 22 16:12:34 is there any other ay how I can instruct kernel module makefile to change CFLAGS and LDFLAGS? Oct 22 21:10:55 Hi Oct 22 21:11:02 Regarding do_fetch. Oct 22 21:12:11 It seems like SSH_AUTH_SOCK and other environment-variables should survive the trip trough bitbake. But for do_fetch those bariables is somehow cleared anyway. Why/how is that. Oct 22 21:12:44 I need to do something like this in my custom do_fetch. Oct 22 21:12:46 export SSH_AUTH_SOCK="${@d.getVar("SSH_AUTH_SOCK", True)}" **** ENDING LOGGING AT Wed Oct 23 02:59:58 2013