**** BEGIN LOGGING AT Wed Sep 04 03:00:01 2019 Sep 04 13:53:23 Perhaps a simple question, but how can I remove all the old task log files ? Over time they accumulate and take a lot of disk space. Other than completely nuking my build directory tree, what other options are there ? I just don't need multiple (old) copies of every run.do_fetch.xxx, log.do_fetch.xxx, etc. wasting valuable disk space Sep 04 13:59:16 they're not huge. a find -delete would be nice and fast. Sep 04 13:59:34 or just delete all of tmp occasionally, there's nothing in there that can't be rebuild from sstate Sep 04 14:03:17 I'm nervous about using find, just because there might be similarly-named files in some package. I'd rather be more discriminating if possible. That's why I was hoping that perhaps a bitbake option existed that could do just that. Kind of like a "-cleanlogs" option. Sep 04 14:03:38 bitbake -cclean will clean out the build tree for a specific recipe Sep 04 14:03:45 if you want to do it for all, just blast away tmp Sep 04 14:04:49 OK, thanks ! Sep 04 14:32:33 Does anyone have much experience with building recipes that use the Go language ? Sep 04 14:40:34 oz_rhett: there are peole here who have experience with go (not me), ask you question here or on the yocto email list and maybe someone will answer. Sep 04 14:40:56 oz_rhett: The meta-vitualization layer has several example recipes. Sep 04 14:42:17 @vmeson : I will definitely look at meta-virtualization. Thanks for the pointer ! Sep 04 14:57:32 oz_rhett: np, what is your high level goal or do you simply have a few go recipes to add? Also do you know about the layer index: https://layers.openembedded.org/layerindex/branch/master/layers/ Sep 04 16:55:09 <_aduskett> Hey guys, I have a question about prelink-cross. I am using it to get gobject-introspection into Buildroot, and we are having a debate on how to implement including libiberty. Most packages that require libiberty generally include it in their respective packages source code (such as GDB), but prelink-cross doesn't. Sep 04 16:55:40 <_aduskett> I was able to add the files needed for prelink-cross to build libiberty, but I wanted to gauge if that would be accepted upstream. It's only 15 files total... Sep 04 17:01:04 * rburton wonders why prelinking is needed to get g-i Sep 04 17:19:53 <_aduskett> rburton, well, that's a whole other thing :) Sep 04 17:22:42 hi, n00b question: are the IMAGE_PREPROCESS_COMMAND commands ran in postprocess via qemu or something like that? I'm trying to understand how applying selinux xattr (via meta-selinux selinux-image.bbclass) can work without root Sep 04 17:28:04 it runs in fakeroot Sep 04 17:28:22 so pseudo must be catching the calls and dealing with them Sep 04 17:34:01 uh interesting, I didn't think fakeroot was enough to get the kernel to let you apply xattr - I'll dig deeper, thank you for the pointer! Sep 04 17:37:44 bluca: so it's clear, that's 'pseudo', xattr commits here fyi: http://git.yoctoproject.org/cgit/cgit.cgi/pseudo/log/?ofs=50 Sep 04 17:38:38 oh I see - thank you! Sep 04 17:39:27 pseudo does more than debian's fakeroot Sep 04 17:39:34 including intercepting xattr calls :) Sep 04 17:45:57 nice! one of the reason for looking into this is that I need to apply some xattr in a CI environment that runs in a container, without any hope of getting cap_sys_admin - I'll see if I can steal this :-) Sep 04 23:00:27 hi Sep 04 23:01:21 where can i find the meaning of these tags ? Sep 04 23:01:23 https://wiki.codeaurora.org/xwiki/bin/QLBEP/release Sep 04 23:01:41 like le um Sep 04 23:01:45 le br Sep 04 23:02:46 ??? Sep 04 23:08:27 ? **** ENDING LOGGING AT Thu Sep 05 03:00:58 2019