**** BEGIN LOGGING AT Fri Nov 27 03:00:53 2015 Nov 27 09:37:21 hi folks, thanks for the answers Nov 27 09:38:02 BTW I'm looking to find a way for autoloading a kernel module Nov 27 09:38:02 KERNEL_MODULE_AUTOLOAD seems to do the trick, but according to the implementation code Nov 27 09:38:26 something like "foo parameter1=value" doesn't work, right? Nov 27 09:42:31 otavio: vivante fails in master, | vivante_extension/vivante_ext.c:43:21: fatal error: swaprep.h: No such file or directory Nov 27 09:43:06 otavio: also it appears to be turning on make debugging which makes the output a bit verbose, https://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm/builds/545/steps/BuildImages_1/logs/stdio Nov 27 11:51:51 odd - pidgin won't connect but the web interface works Nov 27 12:06:44 hello Nov 27 12:07:34 is it possible to build more packages against a binary-only yocto image? i've got elibc version, arch, and flags, but probably some headers and libs to build against will still be missing? Nov 27 12:13:57 sledges: see populate_sdk Nov 27 12:21:27 JaMa: ahoj/hi Nov 27 12:21:37 JaMa: do you know someone doing upstream binutils work ? Nov 27 12:21:43 RP: ^ Nov 27 12:21:56 I have a patch for binutils, I sent it to bug-binutils list, but the list seems to be dead Nov 27 12:22:49 Marex: hi/ahoj, try to ping khem he will probably know or be directly involved Nov 27 12:29:35 khem: ping ? :) Nov 27 12:39:46 khem: http://lists.gnu.org/archive/html/bug-binutils/2015-11/msg00139.html I have this binutils patch, did I send it to the correct list ? Nov 27 12:40:16 JaMa: thanks Nov 27 13:00:41 and - I'm back Nov 27 13:12:36 Can i somehow disable SRC_URI md5 checking? i always get the error ERROR: No checksum specified for xxx, please add at least one to the recipe: Nov 27 13:22:26 hi.. i am wondering why a symlink for libz is missing.. in zlib/1.2.8-r0/image/lib i see libz.so.1 -> libz.so.1.2.8 but there is no link like libz.so -> libz.so.1 -- how to fix this? Nov 27 13:29:07 ericbutters: The symlink is not created until do_rootfs is executed AFAIK Nov 27 13:30:17 no it should be created in do_install Nov 27 13:30:36 do_rootfs is only installing the packages created in do_package (after do_install) Nov 27 13:32:21 raykinsella78: JaMa: it is not.. not with do_install and not with do_rootfs Nov 27 13:32:28 in the image it is missing Nov 27 13:41:13 btw, how to cleanall all packages within a packagegroup? Nov 27 14:19:47 anyone? why is symlink libz.so -> libz.so.1 missing? how to fix? Nov 27 14:29:14 ericbutters: you didn't instal libz-dev? Nov 27 14:54:03 rburton: libz-dev is not needed on my target. Nov 27 14:54:33 then why do you want to have libz.so? Nov 27 14:54:37 or do you mean, i should double-check *if* i wrongly installed -dev? Nov 27 14:55:39 JaMa: sorry I do not understand your question. Nov 27 14:56:45 libz.so is only needed for development Nov 27 14:56:52 so it will be packaged in libz-dev Nov 27 15:37:45 rburton: thx; I will take a look on those issues. Nov 27 15:47:51 rburton: i added zlib-dev to IMAGE_INSTALL but still got no libz.so -> libz.so.1 Nov 27 15:49:35 ericbutters: its probably called libz-dev Nov 27 15:49:52 lrwxrwxrwx root/root 0 2015-11-26 11:57 ./usr/lib/libz.so -> ../../lib/libz.so.1.2.8 Nov 27 15:50:18 (contents of my libz-dev) Nov 27 15:51:12 rburton: ah! okay, i have that too! thanks Nov 27 16:15:19 hi everyone! Nov 27 16:16:13 does anyone have experience in building an image with bitbake but beeing unable to use patches correctly? Nov 27 16:19:33 Taurenking: what do you mean "being unable to use patches correctly" ? Nov 27 16:19:36 Taurenking: patch does not apply ? Nov 27 16:20:10 yep Nov 27 16:20:31 Taurenking: what is it complaining about ? Nov 27 16:20:48 nothing, that's the funny thing Nov 27 16:20:57 bitbake-layers show-appends show my bbappend file Nov 27 16:20:57 Taurenking: can you pastebin the bitbake splat ? Nov 27 16:21:18 roger that Nov 27 16:21:21 Taurenking: also pastebin your bbappend file please :) Nov 27 16:22:36 conf/bblayers.conf Nov 27 16:22:38 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /yocto/poky/meta \ /yocto/poky/meta-yocto \ /yocto/poky/meta-yocto-bsp \ /yocto/layers/meta-openembedded/meta-oe \ /yocto/layers/meta-java \ /yocto/layers/meta-enerlife \ /yocto/layers/meta-ti \ " BBLAYERS_NON_REMOVABLE ?= " \ /yocto/poky/meta \ /yoct Nov 27 16:23:12 inside of layer meta-enerlife i have a list of recipes Nov 27 16:23:30 specifically in recipes-bsp i have Nov 27 16:24:42 FILESEXTRAPATHS := "${THISDIR}/files" SRC_URI = "file://0001-epicuro-board-bootcmd.patch" Nov 27 16:25:12 it's a basic patch on u-boot in which I try to modify bootcmd Nov 27 16:29:54 @Marex what do you mean by bitbake splat? Nov 27 16:31:52 * Taurenking slaps Taurenking around a bit with a large fishbot Nov 27 16:36:40 Taurenking: I mean, what happens when the patch fails to apply Nov 27 16:36:46 Taurenking: bitbake has to complain, right ? Nov 27 16:38:41 Taurenking: in general, you should be able to disable application of that patch of yours (in SRC_URI), do bitbake -c clean u-boot ; bitbake -c patch u-boot -> then navigate into the source tree and try patch --dry-run -p1 -i 00nn-...patch and see if this works, see if the patch applies cleanly at all on that source tree Nov 27 16:38:57 Taurenking: if it does, there's another problem, if it doesn't, fix the patch Nov 27 16:39:11 cool Nov 27 16:39:20 another quick question Nov 27 16:39:22 Taurenking: that's just a quick test I'd do Nov 27 16:39:37 (bitbake doesn't complain btw) Nov 27 16:39:39 Taurenking: maybe there's a quicker way Nov 27 16:39:46 Taurenking: so how do you know the patch has problem applying ? Nov 27 16:40:07 Taurenking: could it be that the effect of the patch does not show up after you installed the system image ? Nov 27 16:40:09 because when i flash my image into my device there are no changes Nov 27 16:40:14 exactly Nov 27 16:40:16 Taurenking: oh Nov 27 16:40:22 bootcmd is the same Nov 27 16:40:27 Taurenking: restart the device into U-Boot prompt and do Nov 27 16:40:35 Taurenking: => env default bootcmd ; printenv bootcmd Nov 27 16:40:54 Taurenking: I suspect your U-Boot might be pulling the old environment from some storage Nov 27 16:41:15 Taurenking: you can reset the env with "env default -a" and make it permament with "saveenv" Nov 27 16:41:23 ok wait Nov 27 16:41:26 so first of all Nov 27 16:41:33 Taurenking: the other option would obviously be to nuke the env partition/storage during update Nov 27 16:41:45 how do i disable this "caching" of uboot Nov 27 16:41:54 caching ? Nov 27 16:42:26 you just said that uboot stores old env from a storage or "cache" Nov 27 16:42:28 just try the above -- env default bootcmd ; printenv bootcmd Nov 27 16:42:39 ok let see... Nov 27 16:42:39 do you see correct bootcmd then ? Nov 27 16:43:02 nope, still the same Nov 27 16:43:02 Taurenking: well u-boot stores the environment, that's correct and expected, so you can save variables across reboots Nov 27 16:43:31 Taurenking: ok, in that case, either your u-boot was not updated in the system image (check with "ver" command) or it was not updated in the flash Nov 27 16:43:38 (or on the SD card or whatever) Nov 27 16:44:24 mmm Nov 27 16:44:45 U-Boot 2014.07 (Nov 27 2015 - 14:04:39) Nov 27 16:44:52 that's today Nov 27 16:45:45 does the time also look correct ? Nov 27 16:46:08 also, did you change the default env for the correct board ? Nov 27 16:47:01 yep, did everything Nov 27 16:47:50 look, no problem, i'll try what you told me on monday, i don't want to waste anymore of your time Nov 27 16:47:58 Taurenking: no worries Nov 27 16:48:06 you alreadey gave me a couple hints Nov 27 16:48:09 Taurenking: I have to run now, but will be back in ~2 hours Nov 27 16:48:15 cool Nov 27 16:48:29 Taurenking: one last hint then -- run "strings" on the u-boot binary and see if the updated env is in the u-boot binary ;-) Nov 27 16:48:35 u-boot.bin is the binary you want Nov 27 16:48:54 thx Nov 27 16:48:56 np Nov 27 16:48:58 bye! Nov 27 19:19:37 rburton: Why lttng update has not been applied yet? Nov 27 19:20:35 otavio: its in mut Nov 27 19:20:47 the stalls meant it fell into mut2, which is now mut. Nov 27 19:24:01 rburton: it is blocking our upgrade for 4.3 kernel Nov 27 19:28:38 otavio: the horror :) Nov 27 19:34:11 Marex: uh?! Nov 27 19:34:19 Marex: :-D how are you doing? Nov 27 19:44:48 otavio: I just bought xbox one to play the new tomb raider, but I suspect I won't have time to do it Nov 27 19:44:57 otavio: I'm mutating into an FPGA guy :) Nov 27 19:45:04 otavio: you ? Nov 27 19:45:20 Marex: oh my godness ... you were crazy enough already ... LOL Nov 27 19:45:26 otavio: how come you're not popping up at ELCE? The parties are boring ... Nov 27 19:45:32 Marex: I am doing fine... being hacking some nice stuff Nov 27 19:45:42 otavio: conventional hardware is boring :b Nov 27 19:45:51 Marex: yeah, indeed. I need to come to it Nov 27 19:46:05 Marex: I miss a lot of the ELCE energy :-) Nov 27 19:46:23 otavio: ELCE is becoming shitty tho Nov 27 19:46:45 otavio: I think fosdem might be a better place for a party :) Nov 27 19:50:37 Marex: I never attended for it Nov 27 19:55:28 otavio: did you ever suffer alcohol poisoning _before_ some conference ? :) Nov 27 19:58:52 Marex: no; never Nov 27 19:58:56 Marex: how bad is it? Nov 27 19:58:58 LOL Nov 27 19:59:12 otavio: I'm not a pig, I don't know ;-) Nov 27 19:59:25 Marex: I bet you do :P Nov 27 19:59:26 otavio: apparently it's far from pleasant ... Nov 27 19:59:26 LOL Nov 27 19:59:39 otavio: fuck off a bit ? :-) Nov 27 19:59:47 Marex: LOL Nov 27 20:00:38 otavio: the fact that we're beer empire does not imply everyone drinks like a sailor ;-) Nov 27 20:05:00 Marex: I never thought everyone would apply ... however I guess it works for you ... at same level, at least :P Nov 27 20:07:06 otavio: look, people are leaving just by listening to this horror :-) Nov 27 20:07:23 Marex: yes. We ought to shut up :P Nov 27 20:08:10 otavio: wisest thing I heard from you in a while :b Nov 27 20:08:34 Marex: I am not that bad. You are overestimating it Nov 27 20:08:35 lol Nov 27 20:10:05 and that's another one :) Nov 27 20:16:26 you guys ever drink with a bunch of geologists? in the middle of nowhere Baja Calif? Nov 27 20:17:00 * nerdboy has a few wilderness hangover stories... Nov 27 20:17:01 nerdboy: is it worse than drinking with young Germans or Moravians of any age ? Nov 27 20:17:11 and one lost grad student Nov 27 20:17:27 * Marex grabs popcorn Nov 27 20:17:32 Nov 27 20:17:38 nerdboy: please, go ahead :-) Nov 27 20:17:55 takes about 20 geology students 2 hrs to kill a keg of beer on friday Nov 27 20:18:16 with some hackysack and chips/salsa... Nov 27 20:18:19 nerdboy: that's ~2.5l of beer per capita, no ? Nov 27 20:18:37 the regular bar-size keg Nov 27 20:18:58 we had to help the engineering dept finish a lot of beer... Nov 27 20:19:31 nerdboy: well keg is 50 liters :) Nov 27 20:19:59 we still use gallons :/ Nov 27 20:20:43 divide by 7 and then SHL 1 Nov 27 20:21:06 AGS is just a cover for $5/semester beer dues Nov 27 20:21:34 keg every friday Nov 27 20:21:45 can't beat that with a stick Nov 27 20:22:07 technically we were drinking in the paleo park across the street Nov 27 20:22:19 maybe is was a "field trip" Nov 27 20:22:26 lol Nov 27 20:23:43 okay, i did make them play intramural softball a few times Nov 27 20:24:20 but herding geology students ain't any easier than herding developers... Nov 27 20:25:04 chem dept had a team every year Nov 27 20:25:48 nerdboy: college was fun ? :) Nov 27 20:26:05 um, yeah? Nov 27 20:26:27 girls, beer, and science geeks Nov 27 20:26:49 * nerdboy imagines that's what heaven must be like Nov 27 20:28:27 except for a couple dick profs... Nov 27 20:31:06 :D Nov 27 20:31:36 nerdboy: there the heck do they have such a technology universities ? :) Nov 27 21:05:44 is anybody using runit, daemontools or something similar for service supervision? I can't seem get any to compile for daisy Nov 27 21:27:32 san diego Nov 27 21:27:39 you make due Nov 27 21:28:54 i kinda got the impression that we were not so atypical Nov 27 21:29:24 unless you went to school in pennsylvania or somewhere with no geology to look at... Nov 27 21:29:49 *they came out to take our summer field class Nov 27 21:30:32 desert being much better than amish farms for viewing the bedrock, etc Nov 27 21:32:10 in the tectonic world, all the Good Stuff on is in western north america Nov 27 21:32:16 most of it anyway Nov 27 21:33:51 hanDerPeder: those are a bit problematic but both of them built/ran in the old oe-classic Nov 27 21:34:09 haven't tried them since then... Nov 27 21:34:36 well, let's say they "built" Nov 27 21:35:14 runtime was goofy in our old fork on ti8168 Nov 27 21:35:27 never deployed it Nov 27 21:36:12 mostly it was our inhouse apps written by idiots who couldn't write a daemon Nov 27 21:36:49 behaved better with upstream stuff and the right shell tricks Nov 27 21:37:40 * nerdboy sugarcoating a bit... Nov 27 21:49:05 nerdboy: thanks, I'll have a look at oe-classic Nov 27 21:56:54 that wasn't my suggestion... Nov 27 21:57:11 i did have to jigger a lot of recipes back then Nov 27 21:58:07 you probably need to fix it in daisy or try another branch Nov 27 21:58:41 did you look at the history to see if anything was changed/fixed? Nov 27 21:58:50 *file history Nov 27 22:18:32 alternatively file a bug or complain on the list Nov 27 23:23:00 If I am rolling out an image, is there any reason NOT to jump to "jethro"? Any opinions? Nov 27 23:43:10 I will check later, if anyone has comments about jethro release. Thx! **** ENDING LOGGING AT Sat Nov 28 03:00:45 2015