**** BEGIN LOGGING AT Fri Apr 22 02:59:58 2016 Apr 22 06:33:49 I added a kernel module to IMAGE_INSTALL. The package contains only the .ko, but still the kernel module is loaded on boot. Could that be something the build process causes? Apr 22 07:00:59 hi, one of our user is getting this error "TypeError: (‘__init__() takes at least 2 arguments (1 given)’, , ())", it's with jethro. it vaguely reminds me something. .but i can't connect the dot. the full log is http://hastebin.com/cesohiqomo.avrasm Apr 22 07:10:06 ndec: try removing bbcodeparser.dat Apr 22 07:15:57 good morning Apr 22 07:17:06 koen: ok, let me ask him to try that.. btw, it's from here: http://www.96boards.org/forums/topic/yocto/ Apr 22 07:22:53 * koen sighs at url Apr 22 07:25:42 koen: the forum creates the url based on the subject of the post ;-) Apr 22 08:08:23 mornin Apr 22 08:22:02 I find references to my kernel module in modules.order and modules.list, but nowhere else. That shouldn't cause it to be loaded automatically? Apr 22 12:59:16 kergoth: is today "send untested patches day" at mentor? :/ Apr 22 12:59:32 one that doesn't parse, another that has no purpose. you can tell its friday! Apr 22 13:12:57 hmm, I have an image recipe, I have an IMAGE_INSTALL="package" thing there and it seem that the image is not being rebuilt when "package" has changed Apr 22 13:13:03 what am I missing? Apr 22 13:17:12 hello Apr 22 13:26:10 so, I want to added busybox udhcpd interface config script to my target /etc Apr 22 13:26:43 I created a new layer and in the layer I append to busybox so I specify a new file Apr 22 13:27:12 however, since this file does not exist in the current implementation its a replacement. Apr 22 13:27:33 I need to do an install to get it on the target Apr 22 13:28:24 can I just add a do_install() routine in the recipe and it install my new config file preserving the original work by the existing busybox or will my do_install section overwrite the original? Apr 22 13:28:48 do a do_install_append() Apr 22 13:29:14 otherwise you will overwrite the "original" do_install() Apr 22 13:29:16 Jin^eLD: many thanks. Apr 22 13:29:28 yes, that is what I was worried about Apr 22 13:30:21 This python package on pypi https://pypi.python.org/pypi/scales/1.0.9 does not contain a license file. On the github page, it's stated to be licensed under Apache 2.0. Should I file a bug with them? I'm trying to make a python3-scales.bb file for meta-python. Apr 22 13:32:16 install -m 0644 dhcpd.usb1.conf ${D}/${etcdir}/udhcpd.usb1.conf Apr 22 13:32:30 i put that in my do_install_append() Apr 22 13:45:17 systemd-tmpfiles[123]: [[0;1;31m[/usr/lib/tmpfiles.d/sys Apr 22 13:45:17 temd.conf:20] Unknown user 'systemd-network' Apr 22 13:45:23 any ideas on how to fix this? Apr 22 13:54:17 seems related: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9497 Apr 22 16:31:38 * Crofton|work curses systemd Apr 22 16:31:59 anyone understand this? Apr 22 16:32:00 https://github.com/ostroproject/meta-ostro/blob/9d3a4c0abc0180011ba04ff3c198160a8422aa37/meta-ostro/classes/systemd-sysusers.bbclass Apr 22 17:02:50 Crofton|work: isn't that for the stateless stuff? Apr 22 17:03:14 Crofton|work: aiui systemd will populate /etc/passwd using sysusers Apr 22 17:03:18 well, I lack the systend-netork user Apr 22 17:03:26 so networkd doesn't start Apr 22 17:03:44 something funny is oing on Apr 22 17:04:13 was also playing with PACLAGECONFIG Apr 22 17:21:18 koen, sysusers isn't enabled by default Apr 22 17:21:33 and even with it enabled, I'm not seeing the users end up in /etc/passwd Apr 22 17:32:33 koen, https://bugzilla.yoctoproject.org/show_bug.cgi?id=9497 Apr 22 17:35:15 rburton: heh, sorry about that, usually I'm the one that works through our submission backlog, but we're spreading the load out a bit and some of the folks apparently don't have the process down yet Apr 22 17:46:47 Crofton|work: it's for stateless, which needs some magic var iirc Apr 22 17:47:10 my systemd skillz blow Apr 22 17:47:35 but it looks like the current recipe needs moar lines like this one Apr 22 17:47:36 USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'timesyncd', '--system -d / -M --shell /bin/nologin systemd-timesync;', '', d)}" Apr 22 17:47:56 it does Apr 22 17:49:59 yeah, but needs the one for networkd-user Apr 22 18:01:07 * armpit hmm, elce is now 3 days Apr 22 18:21:54 koen, as long as I m bitching about systemd, also see: Apr 22 18:21:55 Apr 20 12:24:08 ansible systemd-tmpfiles[134]: [[0;1;39m"/var/tmp" already exist Apr 22 18:21:55 s and is not a directory.[[0m Apr 22 18:21:56 Apr 20 12:24:08 ansible systemd-tmpfiles[134]: [[0;1;39m"/var/log" already exist Apr 22 18:21:56 s and is not a directory.[[0m Apr 22 18:23:57 someone sent a patch for that recently, dunno what the status of it was, just saw it going through email Apr 22 18:28:09 yeah I see it in pw Apr 22 18:28:36 http://patchwork.openembedded.org/patch/120377/ Apr 22 18:29:09 i'm surprised at how many bootup errors there are right now. i'm sure a few are mentor specific, but i think most aren't.. Apr 22 18:29:14 should probably work on that Apr 22 18:31:05 yeah Apr 22 18:36:11 I'm in that mode now Apr 22 18:36:26 annoyingly I do not see the patch in pw in master-next Apr 22 18:50:27 khem, you around? Apr 22 18:57:19 anyone seen Ant? Apr 22 19:05:33 Crofton|work: yes Apr 22 19:06:04 systemd networkd isn't starting for me due to missin gsystemd-network user Apr 22 19:06:25 OK Apr 22 19:06:34 which version Apr 22 19:06:38 master Apr 22 19:06:49 you sent in update :) Apr 22 19:06:50 229 Apr 22 19:07:20 https://bugzilla.yoctoproject.org/show_bug.cgi?id=9497 Apr 22 19:07:26 seems related Apr 22 19:14:41 I am failing to cut and paste to add systemd-netowrk user :) Apr 22 19:16:22 Hmm, looks like none of the initramfs images in oe-core are going to be suitable for firing up plymouth early, they're all either standalone images or live-specific Apr 22 19:16:37 gah Apr 22 19:16:51 I have networkd, but packaconfig not set for it Apr 22 19:16:52 weid Apr 22 19:22:45 yeah systemd sysusers are not supported right now Apr 22 19:24:00 well, netwrokd isn't starting due to no user Apr 22 19:24:11 so stuff isn't working Apr 22 19:24:19 hmmm Apr 22 19:26:08 * Crofton|work removes custom PACKAGECONFIG settings Apr 22 19:41:38 ok, removing custom packageconfig made it work again Apr 22 23:12:13 kergoth: whats best way to call a cmd under qemu in OE during build Apr 22 23:15:56 khem: see the functions in qemu.bbclass Apr 22 23:18:50 qemu_wrapper_cmdline is what I was looking for Apr 22 23:19:09 I am thinking we can drop cross-localdef Apr 22 23:19:38 if it works out Apr 22 23:20:44 not every machine will be able to successfully run its binaries under qemu, though Apr 22 23:20:51 no? Apr 22 23:21:48 yeah I know Apr 22 23:22:08 but most of arches we support in OE-Core it will work Apr 22 23:27:52 one of these days i need to dig into why it's failing for me on minnowmax. think it might be due to running inside a vmware vm Apr 22 23:28:53 qemu ? Apr 22 23:29:37 yeah, my first boot ends up pretty long due to it Apr 22 23:30:23 * kergoth adds a few small improvements to scriptutils.load_plugins Apr 22 23:32:59 are you targetting right core2 or corei7 Apr 22 23:35:27 the latter at the moment **** ENDING LOGGING AT Sat Apr 23 02:59:58 2016