**** BEGIN LOGGING AT Fri Mar 29 02:59:57 2019 Mar 29 08:47:43 hi, on a recipe (bb), is the place where you put "inherit" relevant ? I mean, can all inherits stay at the end ? Mar 29 08:49:40 angelo_ts: nope, things are being evaluated from top to bottom Mar 29 08:49:55 angelo_ts: so you can override things that the inherit did Mar 29 08:50:13 LetoThe2nd, thanks, great, this let me be an artist grouping lines :) Mar 29 09:24:40 hello guys, what happens if I have a really trivial patch to send, and I don't want to create an account for it? I mean poky Mar 29 09:25:38 LocutusOfBorg: you mean the ML? Mar 29 09:26:04 http://paste.debian.net/1075176/ Mar 29 09:26:16 I mean, I would like to send this documentation patch (just spacing nothing else) Mar 29 09:26:35 LocutusOfBorg: yeah but what account are you talking about? Mar 29 09:26:47 poky-contrib Mar 29 09:26:51 https://wiki.yoctoproject.org/wiki/Poky_Contributions Mar 29 09:26:52 ? Mar 29 09:27:01 just send the patch to the yocto mailing list Mar 29 09:27:44 oh.... Mar 29 09:27:50 and where is explained all that? Mar 29 09:27:51 New news from stackoverflow: how do i re-order bitbake tasks within a recipe Mar 29 09:28:04 I mean, the email header, the email address and so on Mar 29 09:29:12 well, we're not LKML. the ML is at yocto@yoctoproject.org, and we are not exactly know to be formality sticklers or harsh reviewers. Mar 29 09:29:46 the wiki page is more geared towards high-level poky contributors, IMHO Mar 29 09:30:43 LocutusOfBorg: you can also send the patch to scotty directly (his mail adress is in each of the docs you touched) and just cc yocto@ Mar 29 09:32:40 https://lists.yoctoproject.org/pipermail/yocto/2019-March/044608.html Mar 29 09:32:44 I hope it is correct Mar 29 09:33:25 LocutusOfBorg: the subject is a bit long, but otherwise this should certainly do fine, thank you. :) Mar 29 09:33:48 thanks to you! I noticed the subject was long, but I don't remember how to strip it with git send-email Mar 29 09:34:05 I'm just tired of the spacing incoherencies when I extract my sdk :p Mar 29 09:34:10 hrhrhr Mar 29 09:34:34 as said, nothing important, but since I contribute to meta-oe, I would like to start doing some wokr on poky too Mar 29 09:35:49 ok, now after a closer look it might have been good to split it in documentation and actual payload (script) patches. but as its nothing complicated, lets just hope folks are content with it anyways. Mar 29 09:35:58 we will see. Mar 29 09:47:51 yep :) Mar 29 12:38:16 tlwoerner: thanks for update, was the e-mail sent prematurely or does it really end that the good build runs fine in runtime? Mar 29 12:39:27 yes, that's all. is there something else you'd like me to test? Mar 29 12:39:31 JaMa: ^ Mar 29 12:40:06 i just wanted to show gobject-introspection running on the target, i didn't know anything specific to try other than to just as for the --help Mar 29 12:40:17 ok, it would be great if you could build some small image (which doesn't include gobject-introspection nor any other package which would cause build to fail) and try that on the device Mar 29 12:40:28 ah, with gold Mar 29 12:41:52 I'm trying to do the same on nexus5, but without serial output very early (before systemd is started), I wont see the output if libc cannot be used at all Mar 29 13:28:06 * zeddii resists the urge to reply to threads with “patches will be gladly accepted” Mar 29 13:28:25 * Crofton slaps zeddii Mar 29 13:29:29 hey. that would be the nicest thing to say, if I was to chime in at all! ;) Mar 29 13:29:47 but maybe it is my 7 am flight to Bangkok tomorrow morning that has me in a bad mood Mar 29 13:30:04 that would do it Mar 29 13:30:08 Connect then? Mar 29 13:30:27 yah Mar 29 13:30:34 I drew the short straw ;) Mar 29 13:30:54 I mean, who wouldn’t look forward to 27 hours of airline travel!! Mar 29 14:05:44 zeddii: "let's send the new guy!" Mar 29 14:09:44 JaMa: it fails, kernel panic trying to run init. i'll reply to the email with details Mar 29 14:12:21 tlwoerner: perfect, that confirms that glibc is really broken (not only that qemu-arm doesn't like it) Mar 29 14:22:39 JaMa: isn't a nexus5 a 64-bit device? snapdragon 808? Mar 29 14:27:07 tlwoerner: it's using 32bit android and is older MSM8974 Snapdragon 800 Mar 29 14:32:40 rburton, if the utility that needs librsvg comes from gtk recipe, shouldn't the dependency be placed there? Mar 29 14:33:12 kanavin: its *only* needed for that one tool which *only* adwaita needs, so why build all of librsvg before gtk+3 when its only needed for the theme Mar 29 14:33:16 tlwoerner: but you got me thinking if conf/machine/include/tune-cortexa8.inc which we're currently using is really the best match for it, it's similar, but who knows what exactly gcc will emit with -mcpu=cortexa8 :) Mar 29 14:33:47 kanavin: also its not a dependency. the theme has svg icons it wants to load, so it needs to depend on the svg loader Mar 29 14:33:51 gtk doesn't care Mar 29 14:34:57 rburton, right, does this save build time for gtk+-native? Mar 29 14:35:11 yes, because gtk+3-native doesn't need to depend on librsvg at all Mar 29 14:35:12 (because I still want to enable that fronted for qemu :) Mar 29 14:35:22 right, i knew that would be a good angle for you ;) Mar 29 14:40:16 tlwoerner: can I ask one more test? could you build the same image with my fix https://patchwork.openembedded.org/patch/159874/ included to confirm that it works for you with ld-is-gold? Mar 29 15:00:48 JaMa: okay, no problem, starting it now Mar 29 15:14:09 * zeddii wonders if rburton still has electricity and basic services ? Mar 29 15:15:29 * Crofton wonders if rburton still has a government Mar 29 15:15:50 heh. that lead to my question. “banana republic” :D Mar 29 15:16:01 I’ll resign, you’ll resign, we’ll all resign! Mar 29 16:16:12 JaMa: works! Mar 29 16:16:21 the build succeeds (you probably already knew that) Mar 29 16:16:38 and the image boots and runs into userspace Mar 29 16:19:01 tlwoerner: perfect, thanks a lot Mar 29 17:22:27 armpit, rburton RP AB is ready for work. Mar 29 17:22:57 sweeeet Mar 29 17:51:30 halstead: thanks Mar 29 21:25:53 RP: update regarding lttng-tools hanging, I should be able to send you an update with all the fixes and also fixes regarding musl (we had a problem with getgrnam usage, a legit problem that never happened unless we were on yocto/musl) most of the fixes were upstreamed and backported but we do not plan on making a tag release in the upcomming week so i'll add them to the patches. Have a good weekend Mar 29 22:03:42 psrcode, thanks Mar 30 00:30:33 New news from stackoverflow: how to make bitbake print options of do_configure **** ENDING LOGGING AT Sat Mar 30 02:59:57 2019