Saturday, 2018-12-29

khemRP: yes, fixed it. I also see that we have three patches doing same things for different arches, I have squashed all three into one for gcc 900:19
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-azoyyntlkmkwrmcw> has quit IRC00:34
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC00:41
*** gtristan <gtristan!~tristanva@modemcable131.169-131-66.mc.videotron.ca> has quit IRC00:43
*** ant_home <ant_home!~ant__@host243-184-dynamic.50-82-r.retail.telecomitalia.it> has quit IRC00:50
*** no_such_user <no_such_user!~no_such_u@fpc125996-trow7-2-0-cust59.18-1.static.cable.virginm.net> has quit IRC01:19
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto02:02
*** tprrt <tprrt!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC02:38
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC02:53
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto02:54
*** gtristan <gtristan!~tristanva@24.48.71.248> has joined #yocto03:26
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto04:19
*** armpit <armpit!~armpit@2601:202:4180:c33:1174:5053:9975:b869> has quit IRC04:31
*** armpit <armpit!~armpit@2601:202:4180:c33:7405:ef2c:e2c9:a5b5> has joined #yocto04:43
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC05:47
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC06:08
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto06:29
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC06:36
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto06:36
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto09:34
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto09:49
*** linuxwiz <linuxwiz!~Thunderbi@c-71-228-109-194.hsd1.nm.comcast.net> has quit IRC10:18
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC10:24
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto10:26
*** dev1990 <dev1990!~dev@abfu83.neoplus.adsl.tpnet.pl> has quit IRC11:00
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC11:18
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto11:34
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:17
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto13:34
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC14:00
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC14:05
*** ant_home <ant_home!~ant__@host83-255-dynamic.14-87-r.retail.telecomitalia.it> has joined #yocto15:00
*** linuxwiz <linuxwiz!~Thunderbi@c-71-228-109-194.hsd1.nm.comcast.net> has joined #yocto15:45
*** nighty- <nighty-!~nighty@b157153.ppp.asahi-net.or.jp> has quit IRC16:00
*** mckoan|away is now known as mckoan16:33
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto16:42
*** mattsm <mattsm!~mattsm@76.205.175.243> has quit IRC16:44
*** mattsm <mattsm!~mattsm@76.205.175.243> has joined #yocto16:46
*** ant_home <ant_home!~ant__@host83-255-dynamic.14-87-r.retail.telecomitalia.it> has quit IRC16:50
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC16:53
*** dev1990 <dev1990!~dev@dynamic-78-8-116-81.ssp.dialog.net.pl> has joined #yocto17:24
*** kaspter <kaspter!~Instantbi@115.206.61.174> has quit IRC17:37
*** kaspter <kaspter!~Instantbi@115.204.109.100> has joined #yocto17:39
*** ravi <ravi!~ravi@2a02:908:698:68a0:79fb:a9e:7409:4d4d> has joined #yocto19:08
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC19:17
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto19:18
*** pn <pn!~parthiban@62.91.12.45> has joined #yocto20:09
pnHey all, I have enabled "CONFIG_MODULE_COMPRESS" in my Linux Kernel and included "kernel-modules" to get it to rootfs. But yocto still complains in package_qa. How can I include compressed kernel module into rootfs?20:12
*** ravi <ravi!~ravi@2a02:908:698:68a0:79fb:a9e:7409:4d4d> has quit IRC20:13
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC20:22
khemwhats the error?21:33
pnkhem: https://pastebin.com/3uqgaj3Q That's the error I am getting. But it works perfectly fine without compression.21:39
aehs29pn: apparently your kernel recipe isnt setting FILES_$PN correctly21:43
pnaehs29: Thanks. But I am just inhering yocto classes. Should I explicitly specify for FILES_${PN} when kernel modules are in compressed form?21:47
aehs29pn: maybe setting compression is modifying where the modules are put after being built or something, check the difference between the ${D} directory with and without compresiosn21:48
pnaehs29: Between, here is my recipes https://pastebin.com/yLJZxSM9 and https://pastebin.com/rZnM1DiA21:48
aehs29pn: you may have to modify it, if the compression is changing something from the defaults21:48
pnaehs29: Yes the compression just changes the extension of the files i.e instead of .ko, I have .ko.xz (may be other compressions as well)21:49
aehs29do a diff between tree ${D} with and without the compression, then check what FILES is being set to and then you'll see if you have to modify it somewhow, but before simply modifying you should know why you are doing it21:49
aehs29pn: who knows, perhaps FILES has a pattern that doesnt match .ko.xz ...21:50
pnaehs29: I have searched around the poky code to check for "kernel-modules" and how it is handled. But unfortunately I couldn't figure out how it is copied.21:51
aehs29pn: it is very likely is caused because of what i just said, look at the kernel-module-split class21:56
aehs29pn: if this isn't specific to your configuration, please file a bug on bugzilla and send a patch for it21:57
pnaehs29: Sure, thanks. I will check that class.22:01
*** pn <pn!~parthiban@62.91.12.45> has quit IRC22:02
*** ant_home <ant_home!~ant__@host83-255-dynamic.14-87-r.retail.telecomitalia.it> has joined #yocto22:10
*** mckoan is now known as mckoan|away22:26
*** ant_home <ant_home!~ant__@host83-255-dynamic.14-87-r.retail.telecomitalia.it> has quit IRC23:42
*** flying_sausages <flying_sausages!~flying_sa@static.88-198-40-49.clients.your-server.de> has quit IRC23:52
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC23:53
*** flying_sausages <flying_sausages!~flying_sa@static.88-198-40-49.clients.your-server.de> has joined #yocto23:55

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!