**** BEGIN LOGGING AT Mon Jul 01 02:59:58 2013 Jul 01 08:12:40 morning all Jul 01 08:23:51 bluelightning: morning Jul 01 08:24:09 bluelightning: have you seen the request for those 2 path.py backports? Jul 01 08:25:38 JaMa: i'm reliably informed that mesa patches sent to the bugzilla are likely to be ignored, so send it directly to the list. Jul 01 08:25:54 JaMa: I have yes Jul 01 08:27:07 JaMa: we've got some pretty urgent issues to deal with in master atm, unfortunately I think that's going to keep me busy for today Jul 01 08:29:15 JaMa: you might be interested in my ross/mesa branch on poky-contrib. whoever wins the race to send the patches avoids having to rebase :) Jul 01 08:33:08 rburton: I plan to send them today :) Jul 01 08:33:21 bluelightning: ok Jul 01 11:12:58 hi i updated the recipie for my bind to 9.9.3-p1 and now it throws back an error on the do compile ../../tools/genrandom 100 randomfile/bin/bash: ../../tools/genrandom: No such file or directory make[3]: *** [randomfile] Error 127 Jul 01 11:13:05 what could caus this ? Jul 01 13:53:10 is it possible to combine varflags with override? e.g. PNBLACKLIST_distro[foo] = "foo doesn't work with "? Jul 01 14:12:54 JaMa: I can't find that we do that anywhere so I suspect not Jul 01 14:53:09 bluelightning: ok, I've wrapped it in anonymous python which compares DISTRO value Jul 01 15:15:33 JaMa: re 4565 - I have all those packages and still I'm not able to reproduce the failure Jul 01 15:16:44 JaMa: I'm wondering if it's something you can reproduce on your autobuilder with a clean TMPDIR, just doing bitbake -c configure cmake-native ? Jul 01 15:17:05 unless you can think of any other package that might be installed on the host that might trigger it Jul 01 15:21:15 bluelightning: I'm pretty sure that host system wasn't changed lately, so it's trigerred by some change in metadata or order of items being built Jul 01 15:21:32 bluelightning: I'll try from clean tmpdir after last world build finishes Jul 01 15:21:37 JaMa: sure, I appreciate it's not a host issue, I just need to reproduce it to try to find the problem Jul 01 15:22:07 JaMa: actually I might be onto something; I notice your machine is x86-64 but the installed Qt packages are i386, maybe that will trigger it Jul 01 15:22:34 and because it failed the same for 3 different architectures I guess it's some -native recipe now built before cmake-native (e.g. qt4-native-tools) Jul 01 15:25:46 annoyingly the machine I have vmware installed on is 32-bit so I can't try it there :/ Jul 01 15:30:18 looks like the libcurl in buildtools-tarball doesn't support https, breaking git ls-remote of many repositories Jul 01 15:30:24 * kergoth digs Jul 01 15:37:57 also looks like the git wrapper for nativesdk is busted, due to hardcoded paths. those wrappers are only useful with the sysroot substitutions happening Jul 01 15:38:08 * kergoth rolls eyes Jul 01 15:38:23 * kergoth wonders if buildtools-tarball was ever actually used Jul 01 15:40:11 Gosh, that's a funny coincidence, I think we were just talking with someone at Mentor about buildtools-tarball. Jul 01 15:44:52 khem: you're the patchwork man, right? can i have an account please? Jul 01 15:45:17 khem: i also want to figure out why its not auto-marking merged patches as well as it should, so if you have any thoughts... Jul 01 15:46:15 rburton: most common reason is multiple versions of the same patch Jul 01 15:46:25 rburton: then it marks only one version as applied Jul 01 15:46:52 needs a way to mark v1 as obsolete if a v2 arrives Jul 01 15:47:15 rburton: unfortunatelly even when v1 is marked as superseded and v2 as "Pending" it marks v1 not v2 Jul 01 15:47:46 ah Jul 01 15:47:48 sadface Jul 01 15:48:39 yes, that's just broken logic, shouldn't be too hard to fix Jul 01 15:49:08 kergoth: I've used it here Jul 01 15:50:23 hmm, either the env setup script needs to do the equivalent of the sysroot install substitutions on the warppers, or it needs to not use create_wrapper at all Jul 01 15:53:07 rburton: I've talked with khem about it and IIRC the issue is that the script doesn't use some PW API to query state and patches, it just looks for patch with right checksum Jul 01 15:53:38 ah Jul 01 16:14:56 JaMa: bingo... you need 64-bit qmake-qt4 installed but 32-bit libraries Jul 01 16:15:18 JaMa: to be honest I'm not sure what the correct course is here... ultimately the host system does appear to be misconfigured Jul 01 16:24:54 bluelightning: any idea why it's showing it only now? Jul 01 16:25:23 JaMa: don't know yet, but I'm testing a possible fix atm Jul 01 16:26:01 bluelightning: last world build finished few minutes ago, let me know if I should test it as-is or wait for that fix Jul 01 16:26:31 JaMa: it's pretty much guaranteed that you'll get the failure now, probably best to wait Jul 01 16:26:59 ok Jul 01 17:52:42 Hmm, is there a recipe for the root certificate bundle? Jul 01 17:53:25 ca-certificates in meta-oe? Jul 01 17:53:44 meta-openembedded/meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb Jul 01 18:02:20 ah, not sure how i missed that, thanks Jul 01 18:03:38 JaMa: does it work nowadays? Jul 01 18:05:14 trying to fix buildtools-tarball to actually be useful, need ssl and ca certs for libcurl to be useful to git ffor https repositories.. Jul 01 18:12:50 zecke: yes AFAIK, only the tarball needs to be on PREMIRROR Jul 01 18:13:01 zecke: it's removed every time new one is published IIRC Jul 01 18:13:09 rburton: ping about mesa Jul 01 18:15:00 rburton: nobody will need separate PACKAGECONFIG for --enable-xlib-glx, right? Jul 01 18:15:32 rburton: I need to enable it to test 0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch but mesa.inc doesn't allow to force-enable it with PACKAGECONFIG Jul 01 18:15:51 but I guess everybody is happy with DRI-based glx Jul 01 18:17:06 adding the PACKAGECONFIG stuff sounds more flexible... Jul 01 18:17:16 is there a downside to doing that? Jul 01 18:18:34 mr_science: it's exclusive with other PACKAGECONFIGs like dri Jul 01 18:18:42 mr_science: and nobody is probably using it Jul 01 18:19:10 we already have many PACKAGECONFIGs in mesa for options which are more usefull Jul 01 18:20:38 i'm still working on integrating the rpi gles/egl stuff with mesa Jul 01 18:20:56 sounded like it might be useful... Jul 01 18:21:09 kergoth: erm... surely it should be picking up the root certificates from the host? Jul 01 18:21:45 mostly because i've already hacked a few PACKAGECONFIG options in my meta-rpi layer i guess... Jul 01 18:22:32 JaMa: xlib glx is unbelievably useless Jul 01 18:22:37 mr_science: what option is missing for you? see http://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/mesa Jul 01 18:22:48 keep in mind it may cause me to bug you at some future time... ;) Jul 01 18:22:57 rburton: yes, that's why I need it only to test patch not to use it :) Jul 01 18:23:14 JaMa: surprised that code hasn't disappeared from mesa to be honest Jul 01 18:24:51 JaMa: thanks, i just emailed myself that link for later... Jul 01 18:25:04 rburton: that's the winsys pipe_loader which is failing without x11 headers :) Jul 01 18:25:17 huh Jul 01 18:25:47 my mesa patches got merged \o/ Jul 01 18:31:01 rburton: great, so I guess I'll do the rebase :) Jul 01 18:31:17 JaMa: i mean merged upstream, still haven't sent for oe-core Jul 01 18:39:06 heh I have finally found combination of flags which actually enables xlib in gallium loader (GALLIUM_PIPE_LOADER_DEFINES = -DHAVE_PIPE_LOADER_SW -DHAVE_PIPE_LOADER_XLIB), but such combination doesnt build Jul 01 18:39:10 cc1: some warnings being treated as errors Jul 01 18:39:13 make[2]: *** [glapi_dispatch.lo] Error 1 Jul 01 18:39:23 so it's true, nobody is using xlib in gallium loader :) Jul 01 18:42:43 hey there Jul 01 18:53:22 rburton: "build: fix EGL build when no X11 headers are present" isn't what we're using in oe-core now :/ "EGL: Mutate NativeDisplayType depending on config" is IMHO better implementation Jul 01 18:54:00 rburton: because it doesn't force you to add -DMESA_EGL_NO_X11_HEADERS in CFLAGS when building something else then mesa but still without x11 headers Jul 01 18:57:04 JaMa: it throws the flags into egl.pc too Jul 01 18:57:30 and the if is already there from b3f1f665b Jul 01 18:57:59 if echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1; then Jul 01 18:57:59 AM_CONDITIONAL(HAVE_EGL_PLATFORM_X11, echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1) Jul 01 18:58:02 if ! echo "$egl_platforms" | grep -q 'x11'; then Jul 01 18:59:09 what's your usual setup for testing the packages? I guess QEMU is the solution Jul 01 18:59:21 however, what I need is the ability to use serial ports and stuff Jul 01 18:59:26 does QEMU support it? Jul 01 18:59:45 I mean, can the emulated image use the serial port on the real hw Jul 01 19:00:03 hrm Jul 01 19:01:33 otherwise, I have beagleboard. I will have to produce image for beagleboard, dd it to mmc, boot it up, try it, get an error, rebuild ... Jul 01 19:01:35 :) Jul 01 19:04:20 why dont you netboot? Jul 01 19:04:26 saves so much testing time Jul 01 19:04:33 nfs share with the rootfs or something Jul 01 19:04:52 hm Jul 01 19:04:56 tftp etc Jul 01 19:05:09 granted... it's a royal pain in the ass to set up :D Jul 01 19:05:35 i know teh pandabard could boostrap/boot off of a usb-to-miniusb cable between a comp and the board Jul 01 19:05:43 does the beagleboard have such a feature? Jul 01 19:05:50 need to check Jul 01 19:06:36 just thinking out loud here. Jul 01 19:07:27 I guess u-boot has tftp feature Jul 01 19:07:35 let's assume that it has tftp boot Jul 01 19:07:52 when we are done with building, we can extract the rootfs to somewhere permanent Jul 01 19:07:55 oh Jul 01 19:07:56 it does Jul 01 19:07:57 I mean, in OE build tree Jul 01 19:08:02 ive used u-boot with tftp before Jul 01 19:08:08 then it does :) Jul 01 19:08:18 so, we extract the rootfs somewhere Jul 01 19:08:24 copy the uImage Jul 01 19:08:43 enable dhcp and tftp setup Jul 01 19:08:46 you an send the uImage over LAN Jul 01 19:08:52 insid uboot Jul 01 19:08:53 iirc Jul 01 19:08:58 hm Jul 01 19:09:10 ok, I will look at it Jul 01 19:09:11 and then point it at a nfs share Jul 01 19:09:19 take everything with a grain of salt Jul 01 19:09:22 i havent done this in 2 years Jul 01 19:10:59 * Daemon404 usually doesnt even look at this channel anymore... just happened to look today because he bought seebs' book Jul 01 19:11:11 Hey, cool! Jul 01 19:11:21 Hope you like it. I actually still use it as a reference sometimes. Jul 01 19:11:31 im hoping to use it as a reference Jul 01 19:11:31 ah, which book is it? Jul 01 19:11:38 i periodically forget certain pitfalls Jul 01 19:11:42 and bsd explodes. Jul 01 19:11:47 http://www.amazon.com/dp/1430210435 Jul 01 19:12:08 So, long story short: The book was written without anyone in the writing or editing part of it being aware that someone planned to attach "Beginning" to the name. Jul 01 19:12:23 * mr_science thought bsd was designed not to explode... Jul 01 19:12:23 seebs: oh nice! :) Jul 01 19:12:29 The technical reviewer was Gary Vaughan from autoconf land. Jul 01 19:12:35 mr_science, bashisms make bsd explode Jul 01 19:12:38 so do GNU extensions to sed Jul 01 19:12:39 and such. Jul 01 19:12:41 And *both* of us learned a fair bit about shell portability in the process of working on it. Jul 01 19:12:54 seebs: do you explain why there are lots of if [ x$foo = "xbar" ] strings? Jul 01 19:12:57 what is x here? :P Jul 01 19:13:01 Ahh, yeah. Jul 01 19:13:09 foo=-lt Jul 01 19:13:13 [ -lt = bar ] Jul 01 19:13:22 been a few years since i played with bsd... Jul 01 19:13:26 Some very old test will explode in fire because they got an operator (-lt) without an operand. Jul 01 19:13:39 maybe you can help me with a stupid problem: Jul 01 19:13:52 ive been passing regex around as strings in shel scripts Jul 01 19:14:00 and they accidentally expand to lists of filenames Jul 01 19:14:04 Bad Thins Happen Jul 01 19:14:08 * mr_science remembers the "lp0 error: printer on fire?" message Jul 01 19:14:13 i cant find a non-ugly solution to this Jul 01 19:15:47 Long story short, regex-like things should pretty much always be in "" so they aren't globbed. Jul 01 19:16:06 Except in cases where globbing won't happen, but you can nearly always quote them there too. Jul 01 19:16:18 i see Jul 01 19:16:21 well i have a strange case Jul 01 19:16:24 something like Jul 01 19:16:38 THING="regex1*;regex2*" Jul 01 19:16:40 IFS=';' Jul 01 19:16:49 quoting variables/strings/paths is usually a good thing... Jul 01 19:16:52 for exp in ${THING}; do... Jul 01 19:16:56 ohhh Jul 01 19:17:33 I would probably not use IFS splitting on things which might be globbish. Jul 01 19:17:56 well i figured as much Jul 01 19:18:01 im unsure if a 'better' way Jul 01 19:18:05 s/if/of/ Jul 01 19:18:32 while [ "$THING" ]; do exp=${THING%%;*} THING=${THING#*}; use-exp; done Jul 01 19:18:55 * eren thinks it's ugly Jul 01 19:18:59 python is new bash Jul 01 19:19:03 let the flame begin Jul 01 19:19:05 :P Jul 01 19:19:06 right Jul 01 19:19:09 so use expansion Jul 01 19:19:19 'ugly' but less error prone Jul 01 19:19:21 i suppose. Jul 01 19:19:38 I am so not a Python fan. Jul 01 19:19:53 It has just never really clicked for me. I like Lua and Ruby, but not Python and Tcl. Jul 01 19:20:28 * mr_science enjoys bash and python Jul 01 19:20:33 mostly... Jul 01 19:21:11 seebs, no perl? Jul 01 19:21:19 i am in fact porting this regex thing /from/ perl Jul 01 19:21:25 \fun/ Jul 01 19:21:30 perl is sort of in the middle of my language pool. I don't really like it, I don't really hate it. Jul 01 19:22:11 I never dared to learn perl Jul 01 19:22:30 and I am still amazed how bugzilla is maintained Jul 01 19:22:37 it's pure perl, oh Jul 01 19:22:37 My perl is pretty shoddy these days, I learned some very early perl5 and sort of vaguely know about bless and such, but.. only vaguely. Jul 01 19:23:09 actually, of all the compiled languages i still enjoy Ada... Jul 01 19:23:52 i sometimes miss the hardcore unix world wind river Jul 01 19:24:05 there;s so much hippy dippy hipster coding around me now Jul 01 19:24:07 nodejs and pals Jul 01 19:24:12 except foe the build overhead, i'm finally starting to like c++ a little better now... Jul 01 19:24:36 IFS splitting can be used for globbish things (in bash): IFS=';' read -ra foo <<< "r1*;r2*"; for exp in "${foo[@]}"; do ...; done Jul 01 19:24:46 Ahh, right. Jul 01 19:24:52 Daemon404: node.js, mongodb, textmate, macos, awesome \m/ Jul 01 19:24:54 i wouldnt be buying seebs' book if i wanted to write bash Jul 01 19:24:56 now would i ;) Jul 01 19:24:57 I think you can do that with << too, probably. Jul 01 19:25:07 Although now I don't remember. Hmm. Jul 01 19:25:27 eren, i one of three peope who runs linux at my place of work Jul 01 19:25:31 maybe 4 Jul 01 19:25:33 rest run mac os x Jul 01 19:25:49 not played with mongo, but i do like redis now Jul 01 19:26:07 theyre not really useful for the same reasons. Jul 01 19:26:12 OS X has bash these days too, I think. I mean, not just around, but I think /bin/sh might be now. Jul 01 19:26:53 i am not a fan of dong development work on os Jul 01 19:26:55 os x* Jul 01 19:26:59 that is deployed to linux Jul 01 19:27:06 just asking for trouble. Jul 01 19:27:09 Daemon404: other than they're both in the "noSQL" camp... Jul 01 19:27:09 well, I use OS X right now Jul 01 19:27:20 full screen tmux, zsh, weechat Jul 01 19:27:31 not different from my linux installation Jul 01 19:27:31 so youre telling me this load balancer works different on a different kernel? Jul 01 19:27:34 well. you dont say. Jul 01 19:27:45 I use OS X as some kind of a BSD distribution that has nice GUI Jul 01 19:27:49 Huh. If you don't need to be able to use the values in the same shell, echo "$foo" | tr ';' '\012' | while read i ... Jul 01 19:28:11 its gui is primarily why i do not use os x Jul 01 19:28:15 it constantly gets in my way Jul 01 19:28:43 also its subpixel smoothing is horrible Jul 01 19:28:47 oh Jul 01 19:28:51 I don't think so Jul 01 19:28:57 I really love OS X font rendering Jul 01 19:29:03 i despise it Jul 01 19:30:00 anyway, thanks for the suggestion seebs Jul 01 19:30:59 pretty much all my apple hardware is ppc, so it mostly runs gentoo... Jul 01 19:31:42 my mac mini is running windows 8 for a build/coverage instance for 4 different windows compilers for ffmpeg/libav Jul 01 19:31:48 ultimate heretic Jul 01 19:32:15 i'm surprised you haven't been tracked down and arrested... Jul 01 19:32:38 im committed worse sins... Jul 01 19:32:46 i've, even. Jul 01 19:33:15 nobody said said anything about sin Jul 01 19:33:43 just because you get arrested doesn't mean you actually did anything wrong... Jul 01 19:34:02 fair enough. Jul 01 19:34:30 try this on then: Jul 01 19:34:52 step 1) helped write and tests a c99-to-c89 converter to support MSVC for libav/ffmpeg Jul 01 19:35:13 step 2) run into a filesystem filter bug and get a friend to file na internal bug report Jul 01 19:35:30 step 3) ms announces MSVC gets c99 support with a giant ffmpeg logo at their latest conference Jul 01 19:35:44 im pretty proud of that one Jul 01 19:36:14 not sure about the cause and effect chain there... Jul 01 19:36:35 the answer to your bug was a new release? Jul 01 19:36:42 oh the bug with with MSE Jul 01 19:36:51 but it brough the c99-to-c89 converter to their attention Jul 01 19:36:59 compiler team wasnt so thrilled, as i hear. Jul 01 19:37:10 ah... Jul 01 19:37:34 maybe the compiler team should get off their collective asses Jul 01 19:37:41 just sayin'... Jul 01 19:37:58 their c++ support is rather good Jul 01 19:38:09 nobody uses c99 except foss pretty much Jul 01 19:38:11 hence ms didnt care Jul 01 19:39:07 why wasn't gcc the answer for you in this case? Jul 01 19:39:25 because fuck gdb Jul 01 19:39:33 msvc's debugger is actually /nice/ Jul 01 19:39:40 i hate gdb with the passion of a thousand suns Jul 01 19:39:43 after years of using it Jul 01 19:40:08 considering it's windows, wouldn't it have to be? Jul 01 19:40:20 what do you mean? Jul 01 19:40:59 (side note: ffmpeg has supported mingw's gcc for aeons) Jul 01 20:03:18 Daemon404: i was just referring to MSVC on windows needing a very good debugger... Jul 01 20:03:33 0/10 poor troll Jul 01 20:03:55 okay, i'll buy that... Jul 01 20:04:15 speaking of windows Jul 01 20:04:31 i was pondering the other day if its possible for glibc to pull something like MS's c runtime does Jul 01 20:04:39 filling free'd memory with a specfic constant Jul 01 20:04:45 instead of maybe working and maybe not Jul 01 20:04:52 if you try and access it Jul 01 20:15:56 been a long time since i had to troubleshoot memory errors on a windows box Jul 01 20:16:09 I haven't touched a windows box since ages Jul 01 20:16:19 let alone, programming on windows Jul 01 20:16:21 nah.. Jul 01 20:16:43 technically i have to touch one at work for certain things, but me too, more or less Jul 01 20:17:00 I heard that they have an internal API call with 23 parameters :P Jul 01 20:17:15 gave up on windows at home when my kids were just little tikes Jul 01 20:17:32 they all grew up on gentoo Jul 01 20:17:48 nice! Jul 01 20:18:08 mr_science: are they having hard times using windows? Jul 01 20:18:26 well, my daughter had to have macbook when she left for school Jul 01 20:18:40 made her pay for half of it tho Jul 01 20:18:55 im probably the youngest person in this channel Jul 01 20:18:57 * Daemon404 runs Jul 01 20:19:14 Daemon404: your age? Jul 01 20:19:14 my first answer was something like "What?!? i can buy 5 laptops for that price!!" Jul 01 20:19:28 2 Jul 01 20:19:30 er Jul 01 20:19:30 23 Jul 01 20:19:43 you lost it Jul 01 20:19:45 I'm 22 Jul 01 20:20:03 well then. Jul 01 20:20:42 mr_science: well, that's ok but MBP Retinas are quote appealing Jul 01 20:20:45 quite* Jul 01 20:21:27 eren: they mostly used openoffice at school but never had any MS office trouble AFAIK Jul 01 20:22:25 that resolution is wasted on tablet-size dsiplays... Jul 01 20:22:43 maybe on bigger ones it's more noticeable Jul 01 20:23:28 clearly we should all stay at 90 PPI for eternity Jul 01 20:23:31 as has been the case. Jul 01 20:24:10 it's more or less a function of display size and viewing distance Jul 01 20:25:16 the normal viewing distance for a 10" (or smaller) display doesn't lend itself to super-high res Jul 01 20:25:48 if your eyes can't see it, why drive the extra pixels? Jul 01 20:26:09 in general i am quite close to my laptop screen Jul 01 20:26:13 its pretty noticeable. Jul 01 20:26:27 especially WRT font rendering Jul 01 20:26:51 as i sit about two feet from a smallish 1080p laptop display Jul 01 20:27:29 well, proper font rendering is about a lot more than just resolution... Jul 01 20:27:39 that's why I love OSX Jul 01 20:27:44 <3 subpixel rendering Jul 01 20:27:52 os x's is by far the worst Jul 01 20:28:00 it makes some sites (slashdot e.g.) unreadable Jul 01 20:28:01 + Macbook's LCD is far greater than normal LCDs Jul 01 20:28:19 it's worse than stock debian fontconfig/freetype configs Jul 01 20:28:44 i wish i had kept those images i snapped... Jul 01 20:29:22 Daemon404: http://picpaste.com/Screen_Shot_2013-07-01_at_10.28.18_PM-zmaMb78j.png Jul 01 20:29:25 not to mention if you use a non-aaple monitor on a mac mini, it disables a bunch of font renderig stuff Jul 01 20:29:28 it looks good to me Jul 01 20:30:01 the titles look pretty terrible to me Jul 01 20:30:07 too bold, jagged edges. Jul 01 20:30:40 too bold? Jul 01 20:31:09 apple's subpixel rendering does not respect the fact that monitors are pixel-based Jul 01 20:31:13 it ends up lookign bold/smooth/ugly Jul 01 20:31:21 on non-apple monitor, yes Jul 01 20:31:38 when you are in Apple world, you should not leave it :P Jul 01 20:31:52 I use AOC 23" monitor with macbook air Jul 01 20:31:55 it's good so far Jul 01 20:31:59 apples monitors are crap for DSP or image relatd work Jul 01 20:32:01 glossy is terrible Jul 01 20:32:05 and they dont offer matet any more Jul 01 20:32:08 matte* Jul 01 20:32:32 ah yeah Jul 01 20:32:36 (i work in DSP/image stuff) Jul 01 20:33:03 * mr_science is listening to his freshly released PiMP3 yocto build Jul 01 20:33:14 also tryin to remember if theyre 8bit or some crap 6bit dithered thing Jul 01 20:33:19 i think theyre at least not TNs Jul 01 20:40:18 I think you can still get non-Retina MBPs in antiglare as a special option. But yeah. Jul 01 20:48:12 Hi! I am looking for some basic knowledge on rootfs and elf files? Can somebody please help telling me where can I find some information on it? Jul 01 20:52:23 google! Jul 01 20:59:34 mranostay: already tried google...didn't help me much....that's why I am here....I understand the definition of rootfs and I understand fsl-image-minimal and fsl-image-full etc are rootfs images....but why do we call them rootfs? Are they linux images? Jul 01 21:19:14 Does anybody have experience building a mingw SDK? I tried setting SDK_ARCH="i586", SDK_OS="mingw32", SDK_EXEEXT=".exe", and it starts off on the right track, but gcc-crosssdk-initial eventually fails because we're not creating gcc-4.7.2/winsup/ prior to `configure` Jul 01 21:19:55 (and more specifically failing due to a lack of finding windows.h) Jul 01 23:09:13 How can you ensure that a process is running as a daemon after a build machine has booted…supposing you know the proper command line arguments to start that process as a daemon? Jul 01 23:23:01 mulhern: a ps with a grep, I think the sanity tests do something similar to check for connman Jul 01 23:24:04 mulhern: scripts/qemuimage-tests/tools/connman_test.sh Jul 02 00:01:44 sgw1: OK, that tests that it's been set up successfully. What about actually causing it to be started up? Jul 02 00:02:14 sgw1: Also, could you tell me what causes connman_test.sh to be run? Jul 02 00:05:35 mulhern: It's part of the sanity test infrastucture, but that's all getting re-written, there was an RFC post about that from stefan on Friday Jul 02 00:05:49 on the oe-core list Jul 02 00:14:41 sgw1: OK, I see the email. Jul 02 01:30:35 hi all Jul 02 01:30:55 can anybody help me with customize Yocto image please Jul 02 01:31:46 I've got tslib in my image but it seems to be compiled with wrong kernel headers **** ENDING LOGGING AT Tue Jul 02 02:59:58 2013