Thursday, 2019-06-06

*** vineela <vineela!~vtummala@134.134.139.76> has quit IRC00:08
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC00:27
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto00:29
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has joined #yocto00:54
*** zzeroo <zzeroo!~zzeroo@p50999e88.dip0.t-ipconnect.de> has quit IRC01:04
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has quit IRC01:06
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-sgorxxphaktofrns> has quit IRC02:37
*** zzeroo <zzeroo!~zzeroo@p50999e88.dip0.t-ipconnect.de> has joined #yocto03:01
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto05:00
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has joined #yocto05:54
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC06:04
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has quit IRC06:07
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:d810:a560:63b7:8642> has joined #yocto06:24
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has joined #yocto06:28
*** frsc <frsc!~frsc@200116b82485db00383ee788e40afa02.dip.versatel-1u1.de> has joined #yocto06:33
halsteadI'm hitting issues with do_package_write_rpm: Function failed: sign_rpm. Getting gpg: signing failed: Cannot allocate memory.06:51
halsteadI've tried both gnupg1 and gnupg2.  Looks like there were some issues way back https://patchwork.openembedded.org/patch/142916/.06:52
*** mckoan|away is now known as mckoan06:57
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-10-84.static.upcbusiness.at> has quit IRC06:59
*** tprrt <tprrt!~tprrt@217.114.201.133> has joined #yocto06:59
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto06:59
*** jeanba <jeanba!~jbl@77.243.63.34> has joined #yocto07:02
*** jeanba <jeanba!~jbl@77.243.63.34> has left #yocto07:02
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto07:04
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC07:07
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC07:12
*** realbigfoot <realbigfoot!~realbigfo@host11-207-dynamic.40-79-r.retail.telecomitalia.it> has quit IRC07:15
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto07:21
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto07:24
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC07:50
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has joined #yocto07:50
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e307> has joined #yocto07:57
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto07:59
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has joined #yocto08:09
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto08:25
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-irnvohrfhlrcztmq> has joined #yocto08:43
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:44
*** florian_kc is now known as florian08:45
RPhalstead: this happens periodically with several of the builders08:50
RPhalstead: this is reproducible with f30?08:51
halsteadRP, Seems to be. Check out the last 4 bringup failures.08:52
RPhalstead: I still have http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=6357c352fcdd1b59af2d7597ba7a12cf82a4df51 around from working on this last time08:53
RPhalstead: perhaps we'll need to do that08:53
RPhalstead: I'm a bit surprised we can run these machines "out of memory" though08:54
halsteadRP, It's not general memory as far as I can tell. I think it's some reserved memory in the gpg-agent.08:54
RPhalstead: I'll see if I can reproduce it by hand and then debug08:56
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has joined #yocto09:03
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC09:18
RPName:rpmbuild.real09:21
RP[...]09:21
RPVmPeak:84958232 kB09:21
RPThat seems a touch high09:21
RPkanavin_: do you remember anything more about this signing memory issue? :/09:22
RPhalstead: it seems it really is general memory, not locked09:22
halsteadOops. Okay.09:24
*** rubdos_ is now known as rubdos09:24
halsteadRP, These do have less memory than some of the workers but the same amount or more than several.09:25
RPhalstead: I wonder if the failures we see correlate with the amount of memory in the workers09:27
RPhalstead: we could perhaps prove this by setting the overcommit ratio on this new worker higher and see if the selftest passes09:27
* RP suspects rpm doesn't actually use all this memory09:27
halsteadRP, Yeah, I can investigate more knowing that. Hopefully 128GiB is still plenty.09:28
RPhalstead: it can't be using 85GB09:29
RPhalstead: echo 1 > /proc/sys/vm/overcommit_memory (just as a test, wouldn't want to run with it)09:31
RPhalstead: I can test this in a buld quickly as I have one on the machine09:31
RPhalstead: trying it09:38
Ad0is there a guide on how to structure your custom  project for git so multiple people can use it on their local installations, by this I mean where to put the git directories of the meta modules. should they be in the poky main dir, or under your local build? should the poky be a subdir of your own project which is in git etc09:39
RPhalstead: failed even with overcommit09:40
* RP tries turning off the compression parallelism09:48
qschulzAd0: nothing in poky. Everything that is not yours, you don't touch it. This includes cloning layers into upstream layers that you previously cloned.09:49
RPstill dies09:51
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto09:51
qschulzAd0: If you need a way to have an easy setup process, you can have a look at repo from Google for example or maybe git submodules I guess09:51
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto09:53
Ad0thanks09:54
Ad0qschulz, when I look at tutorials etc, 99% of them clone inside the poky dir09:54
*** yann <yann!~yann@85.118.38.73> has joined #yocto09:57
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:59
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC10:04
*** frsc <frsc!~frsc@200116b82485db00383ee788e40afa02.dip.versatel-1u1.de> has quit IRC10:07
*** frsc_ <frsc_!~frsc@251-67-142-46.pool.kielnet.net> has joined #yocto10:07
rburtonAd0: they're wrong.10:13
Ad0thanks, I thought I was insane10:14
rburtonAd0: using repo/submodules/whatever clone bitbake, oe-core, and whatever other layers you want.10:14
Ad0thanks. want to find a git repo I can look at10:15
Ad0some have the poky outside, some have poky as one of the subdir10:15
Ad0some have it as a layer, some have it as a "project"10:16
rburtonAd0: https://github.com/rossburton/customdistro10:16
rburtonthats using submodules10:16
Ad0Googlehttps://wiki.yoctoproject.org/wiki/Building_your_own_recipes_from_first_principles10:16
Ad0see? even the yocto wiki suggest adding it to the yocto main dir /home/user/yocto/poky-jethro-14.0.0/meta-example10:17
Ad0thanks rburton10:17
rburtonyeah we need to burn the wiki to the ground10:20
Ad0hahaha10:20
Ad0it's very flexible so it needs to be restructured10:20
Ad0I mean it can be structured in so many ways10:20
*** frsc_ <frsc_!~frsc@251-67-142-46.pool.kielnet.net> has quit IRC10:23
*** frsc <frsc!~frsc@200116b82485db0048b4fc27bee5a184.dip.versatel-1u1.de> has joined #yocto10:23
*** xade <xade!b2f8a452@gateway/web/freenode/ip.178.248.164.82> has joined #yocto10:44
xadeHi, I am working on a custom layer for nanopi neo plus 2. I tried to activate the i2c and saw that it was "desactivated" in the devicetree. I modified the device tree inside yocto to enable it but it isn't working. Here is an abstract of my "updated" device tree: https://pastebin.com/rS4pwuSR10:48
xadeAnd here is my linux-mainline_%.bbappend: https://pastebin.com/kaHsReC710:48
qschulzxade: patch the DTS and include that patch in SRC_URI10:53
xade@gshulz my way of overwriting the DTS is not correct?10:55
qschulzNot really, what happens if you update the kernel without touching this bbappend or your patched dts? Best case scenario it does not compile and you can fix it, worst case scenario, you spend hours trying to find out why the new kernel is not working or why such device should be present and is not10:58
qschulzMost of the time, you want to patch files in Yocto, it's way easier to detect possible errors when updating to newer versions10:59
xadeOK. Understood, but with what I have, I assume that with a patch or override, it's the same stuff and as my override doesn't work, the patch will not work neither11:01
qschulzA patch would be easier for people to read and help you. Because I don't know what you changed exactly. I also don't have the original kernel sources11:11
qschulzYou might have added status="okay", but it might be overriden somewhere else, or it depends on a pinctrl that is already muxed in another mode, or using a gpio that is already requested by someone else, or depending on another driver that isn't compiled/probed11:12
qschulzYou can use devtool with the Linux kernel to see if it's correctly applied11:13
opennandraxade: YSe patch to dts would be preferred (I'm comaintaining meta-sunxi and we're doing it same way)11:13
qschulzit also helps to modify directly the sources without having to create patches or update the recipe, pretty helpful when in early stages11:13
xade@opennandra : I am using meta-sunxi to use the nanopi neo plus 2 but I am trying to make i2c (and bluetooth) work....11:19
xadeI unserstand that the patch is the best way. But a patch or an override are similar from a technical point of view (not maintainability).11:20
opennandraxade: yes this is fine jus twant to say if you want change dts patch is best way11:20
opennandraxade: well you want to change kernel from meta-sunxi so it's only way with bbappend11:20
xade@opennandra : so my bbappend to linux-mainline is correct? Do you have an idea why the i2c is not working?11:21
opennandraxade: bbappend is OK you just need to patch dts (if necessary). If you have issue pls write new issue on github meta-sunxi so we can llok11:22
xade@opennandra : I assumed the issue is on my side so I don't think the issue on github is the correct way :-D11:24
opennandraxade: OK but we can help if necessary11:25
qschulzI'd suggest to make sure the patch is actually applied. If it is, then head to linux-sunxi for example and debug with them the patch. You'll need the complete bootlog11:26
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC11:28
*** berton <berton!~berton@181.220.86.53> has joined #yocto11:39
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has quit IRC11:44
*** geissonator <geissonator!~geissonat@45-18-127-186.lightspeed.austtx.sbcglobal.net> has joined #yocto11:58
*** kaspter <kaspter!~Instantbi@60.176.175.110> has quit IRC12:25
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:49
alessioigorCan Yocto build SDK for bare-metal system (w/o operating system)?12:58
xadeOK! thank you everybody! I will go to meta-sunxi as it is more linked to yocto build12:59
mckoanalessioigor: please describe "SDK for bare-metal system"13:00
qschulz#linux-sunxi for the kernel actually13:00
LetoThe2ndalessioigor: it has been used as the vehicle for zephyr which is basically a bare-metal system, but you probably are rather looking for something like crosstool-ng or such, then.13:00
LetoThe2ndalessioigor: and, what mckoan said :)13:01
alessioigorA toolchain for generate code for an MCU or CPU which are intended to work without any operating system.13:16
LetoThe2ndyou want crosstool-ng.13:17
mckoanor a Linaro toolchain13:19
LetoThe2ndwhich is probably generated with crosstool-ng in some form13:20
mckoanwhich is the same approach used by OE/Yocto13:20
LetoThe2ndyeah of course, but why 1) beat the crosstool approach into shape so it fits the larger OE approach and then 2) beat OE into shape so it resembles crosstool again, when you can just do 0) use crosstool for exactly its intended usecase?13:22
*** opennandra <opennandra!~marek@94.18.181.146> has joined #yocto14:22
opennandrahi, can I run any kind of script when set in ROOTFS_POSTINSTALL_COMMAND variable?14:25
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:26
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto14:27
*** tprrt <tprrt!~tprrt@217.114.201.133> has quit IRC14:30
*** xade <xade!b2f8a452@gateway/web/freenode/ip.178.248.164.82> has quit IRC14:34
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC14:34
rburtonalessioigor: yes you can build without an os14:36
alessioigorrburton: Ok thanks.15:05
*** berton_ <berton_!~berton@181.220.86.53> has joined #yocto15:27
armpitdropping from bug call15:28
*** berton <berton!~berton@181.220.86.53> has quit IRC15:30
moto-timoRP: are we still running ptest for core-image-sato and core-image-sato-sdk (https://bugzilla.yoctoproject.org/show_bug.cgi?id=13293) ?15:34
yoctiBug 13293: normal, Medium+, 2.8 M1, unassigned, NEW , libxml-parser-perl ptest results are inconsistent per image15:34
moto-timoRP: curious if it is missing ${PN} as I suggested or missing BBCLASSEXTEND nativesdk15:34
JPEWRP: Is this title better: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13378 ?15:36
yoctiBug 13378: normal, Medium+, 2.8 M2, JPEWhacker, NEW , native programs from RSS that alias hosttools can cause non-reproducible builds15:36
RPmoto-timo: that is fixed now15:36
RPJPEW: much, thanks!15:36
RPmoto-timo: I think the perl dependencies were the final pieces needed15:44
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto15:51
*** opennandra <opennandra!~marek@94.18.181.146> has quit IRC15:51
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has joined #yocto15:56
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:d810:a560:63b7:8642> has quit IRC16:02
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC16:07
*** Dvorkin <Dvorkin!b072cc0c@gateway/web/freenode/ip.176.114.204.12> has joined #yocto16:08
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto16:11
*** yann <yann!~yann@85.118.38.73> has quit IRC16:19
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has quit IRC16:21
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has joined #yocto16:21
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC16:31
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto16:36
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has quit IRC16:46
behanwarmpit: yup. Got it16:47
*** mckoan is now known as mckoan|away16:53
armpitk16:53
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC16:58
*** vineela <vineela!~vtummala@134.134.139.72> has joined #yocto17:02
yoctiNew news from stackoverflow: Yocto for Nvidia Jetson fails because of GCC 7 - cannot compute suffix of object files <https://stackoverflow.com/questions/56481980/yocto-for-nvidia-jetson-fails-because-of-gcc-7-cannot-compute-suffix-of-object>17:13
*** Dvorkin <Dvorkin!b072cc0c@gateway/web/freenode/ip.176.114.204.12> has quit IRC17:25
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC17:27
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto17:29
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC17:33
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto17:52
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC17:53
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC17:56
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e307> has quit IRC17:57
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto18:05
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC18:14
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto18:20
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC18:39
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto18:46
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto18:49
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto18:53
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has joined #yocto19:28
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC19:39
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto19:59
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has quit IRC20:03
*** peacememories <peacememories!~textual@e246-043.eduroam.tuwien.ac.at> has joined #yocto20:04
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:18
*** diego_r <diego_r!~diego@81.29.205.101> has joined #yocto20:23
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.193> has quit IRC20:29
*** diego_r <diego_r!~diego@81.29.205.101> has quit IRC20:38
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-irnvohrfhlrcztmq> has quit IRC20:43
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.156> has joined #yocto20:45
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC20:46
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto20:48
*** Jacobenz <Jacobenz!~jacobenz@45.56.151.156> has quit IRC20:53
*** frsc <frsc!~frsc@200116b82485db0048b4fc27bee5a184.dip.versatel-1u1.de> has quit IRC20:54
*** berton__ <berton__!~berton@181.220.86.53> has joined #yocto20:58
*** diego_r <diego_r!~diego@81.29.205.101> has joined #yocto20:59
*** berton_ <berton_!~berton@181.220.86.53> has quit IRC21:00
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has quit IRC21:06
*** berton__ <berton__!~berton@181.220.86.53> has quit IRC21:14
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC21:17
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC21:29
*** diego_r <diego_r!~diego@81.29.205.101> has quit IRC21:36
*** rubdos <rubdos!~rubdos@2a02:578:859d:701:a846:9858:21a:9451> has quit IRC22:11
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC22:19
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto22:20
*** rubdos <rubdos!~rubdos@2a02:578:859d:701:a846:9858:21a:9451> has joined #yocto22:24
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has quit IRC22:28
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto22:38
*** peacememories <peacememories!~textual@2a02:8388:8480:fd80:4586:6203:34b7:ac38> has joined #yocto22:46
*** geissonator <geissonator!~geissonat@45-18-127-186.lightspeed.austtx.sbcglobal.net> has quit IRC23:02
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pmyqtfzrjocdymwb> has joined #yocto23:24
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has quit IRC23:28
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto23:38
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC23:40
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC23:53
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto23:55

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