Monday, 2019-08-26

zeddiiarmpit: yup. I’ve seen it here as well, you can largely ignore it. I have a tweaked config to deal with it in my series.00:11
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC00:28
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC00:29
*** b0g <b0g!~hello@unaffiliated/b0g> has joined #yocto01:21
b0gis there a video or audio recording available of the yocto Q&A at OSSNA19 from a few days ago?01:22
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC01:22
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto01:26
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto01:34
*** tz <tz!~tz@orange.tzarc.io> has quit IRC01:38
*** tz <tz!~tz@orange.tzarc.io> has joined #yocto01:40
smurrayb0g: the ELC schedule indicates it was videoed, but LF hasn't uploaded any videos from the conf yet.  I think it usually takes a few weeks02:18
b0gsmurray: thanks02:36
*** kaspter <kaspter!~Instantbi@115.195.55.3> has joined #yocto02:36
khemzeddii: you cant ignore vdso support not building in kernel02:38
khemits an essential optimization feature02:38
*** camus <camus!~Instantbi@115.195.55.3> has joined #yocto02:39
*** kaspter <kaspter!~Instantbi@115.195.55.3> has quit IRC02:41
*** camus is now known as kaspter02:41
khemsee https://lkml.org/lkml/2019/7/28/216 I guess thats what armpit is seeing as well02:41
zeddiinope. not what I’m seeing at all.02:52
zeddiiall my kernels are properly configured. I’ve only seen it when doing “make scripts prepare” on target with 5.3-rcX. Which you can ignore, since you aren’t building the kernel.02:53
zeddiiso it may be something different02:57
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto05:19
*** jwwww <jwwww!~magnet@lfbn-mon-1-417-80.w86-193.abo.wanadoo.fr> has joined #yocto05:30
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC05:33
jwwwwHello. I'm using poky rocko and meta-raspberrypi on a rpi3 with an additional usb wifi adapter.I added 'linux-firmware' to IMAGE_INSTALL and the usb adapter works fine, but the onboard one doesn't show up.I've read in documentation it's because 'linux-firmware' as been replaced in meta-raspberrypi by linux-firmware-raspbian but I don't understand how to get both adapter working at the same time.Can somebody05:36
jwwwwhelp please ?05:36
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has quit IRC05:38
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto06:03
*** lexano <lexano!~lexano@CPE64777d52fed3-CM64777d52fed0.cpe.net.cable.rogers.com> has joined #yocto06:08
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:08
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto06:16
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-10-84.static.upcbusiness.at> has quit IRC06:29
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto06:41
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has joined #yocto06:58
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto07:00
*** tprrt <tprrt!~tprrt@217.114.204.178> has joined #yocto07:11
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto07:13
*** onlyesterday <onlyesterday!~onlyester@113.160.58.178> has joined #yocto07:15
*** Crofton <Crofton!~Crofton@145.253.78.226> has joined #yocto07:25
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC07:29
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC07:32
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto07:32
*** yann <yann!~yann@85.118.38.73> has joined #yocto07:42
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto07:49
*** MiskaX <MiskaX!bs3u27ivf1@2001:2060:72::3> has joined #yocto08:04
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has joined #yocto08:05
*** goliath <goliath!~goliath@82.150.214.1> has joined #yocto08:11
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:55
*** florian_kc is now known as florian08:56
jwwwwokay I solved it ! if anybody came to the same issue it's not related to having a second wifi card but of a missing file in linux-firmware : brcmfmac43430-sdio.txt .I found the information on the mailing list https://lists.yoctoproject.org/pipermail/yocto/2017-February/034623.html09:03
jofrjwwww: Cool.  :)09:06
*** luneff <luneff!~yury@95.174.106.201> has joined #yocto09:26
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC09:30
luneffhey guys! I'm trying to DEPENDS += "grpc" for a CMake project. It seems like I got grpc built incorrectly as it refers to /usr/lib/... on host in gRPCTargets.cmake. It fails to find it's lib so the build isn't going further09:30
luneffI wonder what to do. I tried grpc 1.8.5 from meta-openembedded, and 1.14.1 from a later version of meta-openembedded. No changes. Still it can't find /usr/lib/libgpr.so.4.0.0 :-(09:31
luneffI guess I hit this https://github.com/grpc/grpc/issues/1770809:35
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto09:37
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has joined #yocto09:49
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC09:50
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto09:51
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto09:51
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has quit IRC09:54
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC09:55
lunefflooks like grpc is completely broken with Yocto and CMake recipes. Only some Python stuff survives09:58
*** litb <litb!~js@pd907fca9.dip0.t-ipconnect.de> has joined #yocto10:12
litbhello folks10:12
litbIf i use the useradd class to add a user iin my recipe.. and then the recipe's install script uses chmod with the user's plaintext name. will that work correctly?10:12
litbor will it resolve to the user-id in the host?10:12
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC10:25
yoctiNew news from stackoverflow: YOCTO : No '/lib/modules' directory in image, modprobe fails <https://stackoverflow.com/questions/57656086/yocto-no-lib-modules-directory-in-image-modprobe-fails>10:35
*** luneff <luneff!~yury@95.174.106.201> has quit IRC11:05
*** falk0n_ <falk0n_!~falk0n@a109-49-147-206.cpe.netcabo.pt> has joined #yocto11:16
*** falk0n <falk0n!~falk0n@a109-49-142-1.cpe.netcabo.pt> has quit IRC11:18
*** luneff <luneff!~yury@95.174.106.201> has joined #yocto11:37
*** cp <cp!~cp@b157153.ppp.asahi-net.or.jp> has quit IRC11:41
*** cp <cp!~cp@b157153.ppp.asahi-net.or.jp> has joined #yocto11:42
*** berton <berton!~berton@181.220.83.67> has joined #yocto11:43
*** berton <berton!~berton@181.220.83.67> has quit IRC11:47
*** berton <berton!~berton@181.220.83.67> has joined #yocto11:48
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC11:51
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto11:53
*** jeanba <jeanba!~jbl@77.243.63.34> has joined #yocto11:56
*** jeanba <jeanba!~jbl@77.243.63.34> has left #yocto11:56
*** onlyesterday <onlyesterday!~onlyester@113.160.58.178> has quit IRC11:58
*** kaspter <kaspter!~Instantbi@115.195.55.3> has quit IRC12:02
*** kaspter <kaspter!~Instantbi@115.195.55.3> has joined #yocto12:02
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC12:29
*** JPEW <JPEW!cc4da337@204.77.163.55> has joined #yocto12:37
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto12:47
*** kaspter <kaspter!~Instantbi@115.195.55.3> has quit IRC12:53
*** JPEW <JPEW!cc4da337@204.77.163.55> has quit IRC12:57
*** JPEW <JPEW!cc4da337@204.77.163.55> has joined #yocto13:03
yoctiNew news from stackoverflow: How to compile yocto rootfs after changing a qt.cpp file? <https://stackoverflow.com/questions/57658086/how-to-compile-yocto-rootfs-after-changing-a-qt-cpp-file>13:06
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has quit IRC13:10
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto13:11
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC13:16
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto13:18
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto13:19
yoctiNew news from stackoverflow: YOCTO : problem of install kernel module (*.ko) to my linux OS image <https://stackoverflow.com/questions/57658787/yocto-problem-of-install-kernel-module-ko-to-my-linux-os-image>13:36
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC13:42
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto13:50
*** mrc3_ <mrc3_!~mrc3@linaro/mrc3> has joined #yocto13:58
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has joined #yocto13:58
*** mrc3_ <mrc3_!~mrc3@linaro/mrc3> has quit IRC13:58
*** AndersD_ <AndersD_!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto14:00
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC14:03
yoctiNew news from stackoverflow: Run different scripts at different targets/runlevels in yocto with systemd <https://stackoverflow.com/questions/57659046/run-different-scripts-at-different-targets-runlevels-in-yocto-with-systemd>14:06
luneffhey guys! I have "grpc" and "grpc-native" both in my DEPENDS. on the linkage stage, ld tries to link to -native version and (of course) it fails. What do I do? I do need -native, because there's some binaries I need to run on build-time14:07
litbhmmm14:13
litbi can't figure it out :(  i inherit kernel.bbclass which inherits   kernel-module-split.bbclass14:13
litbnow I want to add two helper scripts that install things to ${sbindir}14:14
litbhowever, by FILES_${PN}-bin = "${sbindir}/*"  appears to be ignored!14:14
litbbitbake complains that i installed files to /usr/sbin, but that they don't appear in any packages14:14
litbthat's not true. I added them14:14
litbin fact I see this output from bitbake -e:  "FILES-foo-mod-bin="/usr/sbin/*""14:24
litbso not sure why files are not picked up14:24
*** goliath <goliath!~goliath@82.150.214.1> has quit IRC14:26
litbman... turned out I misused "install" and each call overwrote the file /usr/sbin, instead of copying things into it...14:28
*** goliath <goliath!~goliath@212-186-42-13.cable.dynamic.surfer.at> has joined #yocto14:53
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has quit IRC14:54
qschulzHi all, I've a function in ROOTFS_POSTINSTALL_COMMAND which depends on a do_deploy of some task. Apparently myfunction[depends] += "mydep:do_deploy" does not work. Is there something more fine-grained that just do_rootfs[depends] += "mydep:do_deploy" in the image recipe?15:03
kergothqschulz: the 'depends' flag only affects tasks, not functions. you'd need to add it to do_rootfs[depends].15:06
qschulzthat's what I gathered from the manual yes'15:07
qschulzbut something confused me a lot in our current code base. apparently myfunc[vardepsexclude] = "DATETIME" works since it was in a commit whose sole purpose was to fix a build issue15:08
qschulz(please note our current code base is krogoth and we're updating to thud, so if changes happened we might not have them yet)15:09
qschulzkergoth: so I guess, as I gathered, all the variable flags are for tasks only and there is no way it could work with shell functions right?15:11
kergothnot all flags are task only. flags are just extra metadata. key=value pairs associated with a variable.15:17
kergothwhat they're used for and where depends on what's needed and the internals of bitbake15:18
*** AndersD_ <AndersD_!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC15:19
qschulzkergoth: do you have any pointer to where this is handled by any chance? I'm just being curious, if you don't know on top of your head, I'll gladly look by myself :)15:25
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC15:28
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto15:28
kergothwhich flag? it's all in bitbake's source. depends itself is handled in multiple places. taskdata, cache, runqueue, iirc15:29
qschulzwell, any :D but I guess there isn't one central place where it is clearly defined from what I gather from what you're saying15:34
kergothmuch like the variables in the metadata, there's no central registry, there's a datastore, and there's the many places that use it15:36
qschulzalrighty then. Thanks for the help115:41
*** tprrt <tprrt!~tprrt@217.114.204.178> has quit IRC15:57
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC16:13
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto16:13
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC16:15
*** armpit <armpit!~armpit@2601:202:4180:c33:d435:11b7:8108:4569> has quit IRC16:20
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC16:28
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC16:33
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto16:37
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC16:51
*** litb <litb!~js@pd907fca9.dip0.t-ipconnect.de> has quit IRC16:53
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has quit IRC17:02
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto17:03
*** yann <yann!~yann@85.118.38.73> has quit IRC17:05
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto17:27
*** goliath <goliath!~goliath@212-186-42-13.cable.dynamic.surfer.at> has quit IRC17:33
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC17:47
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto17:48
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto17:56
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC18:05
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto18:06
*** rostam <rostam!~bizhna@12.156.66.99> has quit IRC18:06
*** armpit <armpit!~armpit@45.19.219.178> has joined #yocto18:24
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto18:28
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC18:31
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto18:31
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto18:36
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC19:00
*** stephano <stephano!stephano@nat/intel/x-udgytqcmgmxxgruo> has joined #yocto19:12
*** luneff <luneff!~yury@95.174.106.201> has quit IRC19:30
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has quit IRC19:31
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC19:33
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC20:13
*** MiskaX <MiskaX!bs3u27ivf1@2001:2060:72::3> has quit IRC20:15
*** MiskaX <MiskaX!zkm6aym95u@2001:2060:72::3> has joined #yocto20:16
*** Ded_Zerom <Ded_Zerom!~Ded_Zerom@unaffiliated/deda-zych/x-1167266> has quit IRC20:18
*** JPEW <JPEW!cc4da337@204.77.163.55> has quit IRC20:37
aehs29Crofton: I cant answer your  keynote question, they were cloud so I didnt go haha20:39
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has joined #yocto20:41
*** JPEW <JPEW!cc4da337@204.77.163.55> has joined #yocto20:47
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC20:48
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto20:48
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC20:53
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto20:59
*** berton <berton!~berton@181.220.83.67> has quit IRC21:18
*** khem <khem!~khem@unaffiliated/khem> has quit IRC21:38
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC21:41
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has joined #yocto21:51
*** JaMa <JaMa!~martin@ip-217-030-068-212.aim-net.cz> has quit IRC21:59
yoctiNew news from stackoverflow: Yocto - Can't build library for host SDK <https://stackoverflow.com/questions/57481985/yocto-cant-build-library-for-host-sdk>22:07
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto22:23
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC22:32
*** stephano <stephano!stephano@nat/intel/x-udgytqcmgmxxgruo> has quit IRC23:17
*** armpit <armpit!~armpit@45.19.219.178> has quit IRC23:29
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC23:35
*** armpit <armpit!~armpit@45.19.219.178> has joined #yocto23:45
*** armpit <armpit!~armpit@45.19.219.178> has quit IRC23:55

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