**** BEGIN LOGGING AT Thu Oct 26 03:00:02 2017 Oct 26 07:52:47 Is there a recommendeded way of versioning yocto configuration files? Oct 26 08:14:48 osse: what kind of cfg files ? Oct 26 08:20:58 nayfe: good question. My first instinct is conf/local.conf but I'm not sure that's a good way of doing things. I guess it's a more general question of versioning all the input, like which layers are used and which version of them Oct 26 08:23:41 osse: for reproductible builds ? Oct 26 08:25:04 Yes, I suppose. Oct 26 08:25:22 But also for simply having a log of how things changed over time Oct 26 08:26:23 osse: for logs, put everything in git repository Oct 26 08:27:34 osse: avoid using local.conf, make a custom layer and put stuff in it Oct 26 08:29:31 osse: i don't know if you use it, but if you use repo google tool, use only hash version in manifest, and keep that manifest in a SCM Oct 26 09:58:05 hello, as far as I understand BBMASK is only usable in bblayers.conf? It can not be used in a recipe .bb file? Oct 26 11:19:49 eduardas_m, I don't think it makes sense in a recipe Oct 26 11:20:04 You can use it in a conf file though Oct 26 11:20:07 like local.conf Oct 26 11:23:41 nayfe: we have a repo which contains a conf/local.conf and a list of repos and sha1s, layers and others. the latter is read by a script (in a different repo) to checkout repos out. the list of repos is probably similar to the manifest you mention, but in some DIY format Oct 26 11:29:43 nayfe: hmm, local.conf includes the custom machine name, for example, and a BBMASK. How else should this configuration be stored? Oct 26 11:36:22 Crofton: thank you for the explanation Oct 26 11:44:58 I'll use BBMASK to remove a broken recipe from a build temporarily, so just put in local.conf Oct 26 12:00:36 anyone know what would happen if you set BBMASK in a recipe, and then (possibly) how much confusion you could cause? Oct 26 12:04:45 halstead, you awake? Oct 26 12:13:25 Crofton: if I set a BBMASK in a recipe, it just gets ignored as far as I can tell Oct 26 12:19:23 it probably needs to be up in non-recipe namespace since it's used in parsing Oct 26 12:20:09 Anyone aware when Rocko is expected released? I thought it should have been Oct. 20th... Oct 26 12:21:35 Real soon now Oct 26 12:21:59 we had to re-spin and run QA again after some late breaking security fixes in the kernel and bluetooth stack Oct 26 12:26:01 Crofton: not quite, but I can be. What's up? Oct 26 12:28:16 Arh, I see - thanks... Oct 26 12:33:15 mnsgs: I'm hoping today/tomorrow Oct 26 12:33:17 halstead, I was wondering if yocti can read rss feeds Oct 26 12:33:40 Crofton: don't scare halstead as I suspect he worries about the devday ;-) Oct 26 12:34:24 lol Oct 26 12:34:25 Devday was my first thought. Or maybe something had gone down . Oct 26 12:34:29 no just thinking Oct 26 12:34:45 wondering is we could rss feed stackoverflow into here Oct 26 12:34:57 gnuradio does it into a slack channel Oct 26 12:35:01 slack is evil though Oct 26 12:35:44 Crofton, yocti is a supybot so if that can do it yocti can. Oct 26 12:38:31 Crofton: looking at https://github.com/buildbot/supybot/tree/master/plugins/RSS it should be possible. Want to make a feature request in bugzilla for it? Oct 26 12:39:12 sure Oct 26 12:39:17 what component? Oct 26 12:39:54 Hopefully it raises awareness of S-O without being annoying Oct 26 12:44:57 Any component indeed infra should work. Not sure anything fits. Oct 26 12:47:35 Probably should have a generic infrastructure component Oct 26 12:54:22 halstead, https://bugzilla.yoctoproject.org/show_bug.cgi?id=12280 Oct 26 12:54:23 Bug 12280: normal, Undecided, ---, stephen.k.jolley, NEW , Try adding RSS feed to yocti so irc is notified of questions in stack voerflow Oct 26 12:55:12 Thank you. Oct 26 14:52:24 hi.. i need to install packages (ipks) using opkg and --offline-root option. but right now i face issues with preinst and postinst scripts because $D is not set. Any idea how to solve this? Oct 26 14:54:46 Are preinst and postinst scripts even run with --offline-root? Oct 26 14:54:55 yes Oct 26 14:55:27 Interesting, then it always worked for me for some reason. I regularly update using --offline-root and then manually run 'opkg configure' in the target system later Oct 26 14:55:48 so, i use --force-postinstall also Oct 26 14:55:51 thats why Oct 26 14:56:19 and yes, 'opkg configure' is good, but i can not use this Oct 26 14:56:36 i need a solution w/o Oct 26 14:57:16 and i am close, but unset $D is the problem right now, i have a workaround for this.. but that is not the best one Oct 26 14:58:31 one more question: how to overwrite useradd.bbclass and/or systemd.bbclass, ie systemd_postinst without changing systemd.bbclass from poky? Oct 26 15:11:40 New news from stackoverflow: How do I deploy a Python PyQt5 Application to an embedded Linux? || Poky, targets devshell task broken, workarounding this || How to override optimization level for a single package in bit-bake recipe? || Swig dependency error while building firmware with apparmor in openembedded || -sh /usr/local/sbin/wpa_supplicant no such file or directory || Is there a way to check the exact list of packages that will be installed Oct 26 15:13:35 paulbarker: hi o/ Oct 26 15:13:46 is it possible to talk to you about runc-opencontainers? Oct 26 15:14:06 about the recipe in meta-virtualization to be precise Oct 26 15:14:22 alkino: yes sure Oct 26 15:16:58 do you try to compile after having delete tmp directory Oct 26 15:17:06 there is some weird tricks with this "src/vendor" Oct 26 15:17:43 Ah ok, not sure about that Oct 26 15:18:50 I'll have to take a look at it when I'm back from ELCE/Dev Day Oct 26 15:18:55 First the patch doesn't apply --- a/src/import/Makefile => --- a/Makefile Oct 26 15:18:57 ok Oct 26 15:18:59 thanks Oct 26 15:20:40 Hmmm it applied for me, might be some inconstancy somewhere though Oct 26 15:21:51 I have no src/import in my "git" directory Oct 26 15:24:52 That's part of recent changes to the go tooling in oe-core Oct 26 15:25:09 Are you on the latest commits on master branch? Oct 26 15:25:38 for oe-meta-go or for meta-virtualization? Oct 26 15:25:42 yes in both cases Oct 26 15:26:18 hum Oct 26 15:26:35 last patch for oe-meta-go is from 2017-04-25 Oct 26 15:33:35 Ah that might be an issue Oct 26 15:33:50 You shouldn't need oe-meta-go anymore Oct 26 15:35:32 oh Oct 26 15:35:39 and what should I need? Oct 26 15:35:44 I don't want to annoy you Oct 26 15:35:55 is there any documentation about go in yocot? Oct 26 15:36:07 I can't find any Oct 26 15:39:15 For go in general, not sure. For the stuff in meta-virtualization you should just need what it lists as deps Oct 26 15:58:02 paulbarker: README tell that meta-virtualization depends on oe-meta-go from "errordevelopper" which is really old (does not contain class for example) Oct 26 16:01:57 I find my mistake sorry Oct 26 19:45:14 I tried to mask out a recipe with BBMASK in local.conf, but its still appearing when I do bitbake-layers show-recipes. Normal? Oct 26 19:45:38 BBMASK += "imx-gst1.0-plugin" also tried BBMASK += "*imx-gst1.0-plugin*" same result Oct 26 19:57:54 bodangly: interesting. Can you try building it? Oct 26 19:58:42 bodangly: the value is actually a regular expresion, same as the ones in re module Oct 26 19:59:00 so, I wonder if you to escape the dot for example Oct 26 19:59:32 the dot has a meaning (match any character) so try a backslash before it Oct 26 20:04:42 ah right it is a regex good point, but a dot should still match in this instance. I'll try backslashes though thanks Oct 26 20:11:39 regex or wildcard? Oct 26 20:11:48 ".*" instead og "*" maybe Oct 27 00:45:53 Good evening, I was hoping someone could shed some light on a task I am trying to complete for work. I want to use the smart package manager, which is included in the build, but I don't know any URL to use for fetching packages I wish to install. Can anyone shed some light on this? Oct 27 01:43:17 New news from stackoverflow: What is cfinteractive process in Yocto? **** ENDING LOGGING AT Fri Oct 27 03:00:01 2017