**** BEGIN LOGGING AT Mon Mar 09 02:59:57 2020 Mar 09 08:49:55 good morning Mar 09 08:57:01 mornin Mar 09 08:58:02 tlwoerner, JPEW: have you guys noticed anything strange with time settings on your tinker boards? I know it has no rtc, but it seems I am not able to modify the time settings in my yocto build; also ntpdate/ntp can't, it stays at 1970 Mar 09 09:34:38 is there some secret trick to commenting out lines in multi-line strings? It'd be really useful to be able to just temporarily comment out elements in a list in a recipe... Mar 09 09:52:01 mort: I tend to just cut them out and add them to a comment after the end of the multiline string Mar 09 10:27:33 mort: I was quite annoyed by this as well, but did not find any easy workaround :P Mar 09 10:28:02 * LetoThe2nd uses the same technique as paulbarker Mar 09 11:06:17 ugh. the nxp/freescale+yocto situation does not seem to have improved since last time I checked, some years ago Mar 09 11:07:24 just a bunch of outdated "setup/helper" scripts provided by nxp Mar 09 12:58:25 Hello, is it possible to get tgz of rootfs from wic image? I don't want to use rootfs.tar.gz, because wic performs some changes to the rootfs (modifying /boot, setting up /etc/fstab,...) Mar 09 13:02:09 AdamTrhon: you mean automatically via some feature? not that I would know; you can however loopback mount it and make a tarball manually for yourself (or come up with a bbclass or script that does that) Mar 09 13:05:01 i might be a final wic comamnd? just thinking aloud. Mar 09 13:06:04 Jin^eLD: OK, thank you. I know about the loopback option, just wanted to make sure there is nothing standard Mar 09 13:36:26 Jin^eLD: I haven't, but I'm not currently running a "stock" image Mar 09 13:36:53 hmm, I wonder what it is missing Mar 09 15:54:02 what's the deal with work-shared? why would a package make use of it? I know its used for kenrel recipes by default, but I have a u-boot recipe here that for some reason moves its build there Mar 09 15:54:11 and I am trying to understand what the motivation for that was Mar 09 15:54:13 any hints? Mar 09 15:58:17 Jin^eLD: generally it avoids unpacking giant sources mulutiple times when it's needed by multiple recipes. that was the original purpose Mar 09 16:00:53 so that does not really make sense for something as small as u-boot? ok... hmm Mar 09 16:01:31 I am trying to get the u-boot package from the ST layer going with zeus, but they are doing so many weird things that I did not quite get there yet Mar 09 16:02:01 thanks for the explanation btw :) Mar 09 16:03:36 probably not, *unless* there are other recipes that need full access to its source tree anyway and they want ot avoid deploying it into the sysroot Mar 09 16:03:38 that's all that comes to mind, anyway Mar 09 16:06:20 does not seem like it; their recipes does however hack something to build u-boots for all boards and all configurations at once Mar 09 16:06:51 but it does not look related to work-shared Mar 09 16:07:06 oh well. :) Mar 09 16:07:13 vendors ;) Mar 09 16:13:13 indeed Mar 09 19:52:50 Is there a standard approach to specify a package ARCH specific to a SOCFAMILY? Mar 09 19:53:46 fray: for reasons unknown my brain just wandered off thinking about SOCKFAMILIES. Mar 09 20:00:03 cause there is TUNE_ARCH and MACHINE_ARCH.. Mar 09 20:00:14 I suspect it's trivial to add a SOCFAMILY_ARCH and just use it Mar 09 20:00:29 I didn't see any examples of doing htat, but I suspect i may try it in a bit Mar 09 20:00:50 (I've got a number of recipes that are the same per soc family, even though there are different boards using them) Mar 09 20:13:33 fray: you can use MACHINE_SOCARCH Mar 09 20:14:00 is that a documented standard at this point, or just what you've used? Mar 09 20:14:00 like meta-freescale does Mar 09 20:14:04 no Mar 09 20:14:09 (trying to make sure I do it in some standard way.. Mar 09 20:14:22 khem: can you maybe give $GUY over in #yocto a hint concerning the multilib loader thing? i guess he hit it too. Mar 09 20:14:24 I was thinking SOCFAMILY_ARCH or SOC_ARCH would follow the existing convention Mar 09 20:31:33 LetoThe2nd: heh, feel free to preach the sermons Mar 09 20:31:34 :) Mar 09 20:32:56 khem: which would be? Mar 09 21:19:16 nevermind, I jumped in seems to be making progress now **** ENDING LOGGING AT Tue Mar 10 02:59:57 2020