Wednesday, 2020-04-08

*** stefandxm <stefandxm!~stefan@deusexmachinae.se> has joined #yocto00:03
stefandxmhola00:03
stefandxmiam trying to understand the runqemu approach00:03
stefandxmis there any exhaustive material on how this works?00:04
stefandxmif possible i want to run it outside the yocto enviroment in total00:08
stefandxmbuilding yocto in a dockers container00:08
stefandxmpreferably running the tests outside00:08
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC00:10
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto00:22
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has quit IRC00:26
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC00:28
*** rokm <rokm!rokm@freeshell.de> has joined #yocto00:29
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC00:41
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto00:42
*** flihp <flihp!~flihp@76.243.124.129> has quit IRC00:44
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto00:47
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC00:52
*** kovalevsky <kovalevsky!~kovalevsk@fedora/kovalevsky> has quit IRC00:54
alejandrohsstefandxm: I dont think theres any documentation other than the code itself which is inside scripts/runqemu, it does rely on the data grabbed from bitbake, so you would still need to do that to get the required variables about the system it'll run, a lot of those are inside the qemuboot.conf file on your deploy directory, which are set on the qemuboot class, you can easily share directories between01:09
alejandrohsthe container and your host which would allow you to do something similar to that01:09
stefandxmthats fair01:15
stefandxmponder i want to run 10x tests in parallel taking days01:16
stefandxmhmm, should work01:16
stefandxmsorry, was thinking loud :)01:16
stefandxmbut main question remains tho. albeit its my own fault01:18
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto01:18
stefandxmrunqemu documentation? i had some difficulties with it yesterday01:18
stefandxmi see now our shell scripts do not export stuff01:22
stefandxmbut pondering this works01:22
stefandxmwe should be able to stage the qemuboot.conf right?01:23
stefandxmwith the image?01:23
stefandxm(iam a bit out of the loop, just a programmer :)01:23
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC01:25
alejandrohstechnically the qemuboot.conf would still be generated within the build, so inside the container01:29
alejandrohsstefandxm: but if you share the build directory of such container with your host, you can run the same environment that was used to build on your host01:30
alejandrohsand it would grab the correct qemuboot.conf  automatically01:30
alejandrohsthats just AN approach that comes to mind cant say its the most efficient possible01:31
alejandrohsso what I'm saying is you dont have to stage it, from outside the container you can just use the one created inside01:32
*** kaspter <kaspter!~Instantbi@101.93.194.160> has joined #yocto01:32
stefandxmyeah we have mounted into the dockers container01:33
stefandxmi want to stage it01:33
stefandxmbut i do it manually with some python scripts01:33
alejandrohsyou would have to source the oe-env from outside and then nothing stops you from running runqemu at that point01:34
stefandxmits mostly because i want many short-tests01:34
stefandxmyeah01:34
alejandrohsas in you are using testimage?01:34
stefandxmyes01:34
stefandxmi think i will attack runqemu and make it more permanent to our test system01:34
stefandxmin the end i guess its all qemu system right?01:35
alejandrohsstefandxm: please dont attack our code01:36
stefandxmthe reason for staging is because our generic testing system runs 1-~10 tests01:36
alejandrohsjk01:36
stefandxmand we do a dry run, quick test, quick test * 201:36
stefandxmand then some longer tests01:36
alejandrohsyou can define different test suites01:36
stefandxmyeah, but the tests depend on evironment01:37
stefandxmnot talking about the shell environment but databases/perpherials etc01:37
stefandxma complete test takes 2 weeks :o01:37
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC01:38
stefandxmits nothing advanced. just staging :)01:38
stefandxmin this case the yocto image is an edge device01:39
stefandxmor, even several01:39
stefandxmand each image depends on a production enviroment01:39
stefandxmyocto in total.. i have no idea :D01:41
stefandxmfor what we are using it for it seems a bit over engineered01:41
stefandxmmaybe its time for some separation01:41
stefandxmbut it works great :)01:41
alejandrohsI think its achievable, my one suggestion would just be not to deviate too much from upstream, in case some behavior changes and that way you don thave to rebase your work01:41
stefandxmindeed01:42
stefandxmi will do full copy in the staging though01:42
stefandxmsince you never know what triggers an issue01:42
stefandxmwith yocto so many stages can create new behaviour01:42
stefandxmbut we are in desperate need of emulator to get to valgrind etc01:43
stefandxmthe hardware is just not fast enough01:43
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has joined #yocto01:43
dpWhen building offline, I notice that yocto really wants to contact a git server in the case of recipes using tags for SRCREV. I see the advice is to "use SHAs instead, silly" but I would like to leave my recipes looking pretty. Is there a way I can get it not to try and fetch tags when offline (e.g. BB_NO_NETWORK)?01:43
dpI understand the problems around tags potentially changing definition upstream, but if I'm building offline I don't 100% care about that from a developer perspective, since I'd have imagined offline builds to use local versions of tags01:44
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto01:44
stefandxmalejandrohs: you work on yocto?01:49
stefandxmdp: sorry i dont know01:49
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC01:49
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has quit IRC02:08
*** nerdboy <nerdboy!~sarnold@47.143.129.85> has joined #yocto02:11
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto02:12
alejandrohsstefandxm: I mean tecnically we all contribute to it02:12
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC02:12
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto02:13
stefandxmalejandrohs: i just adressed you because of the original comment of yours :) but you are a maintainer no?02:14
stefandxmwe are very happy with yocto02:14
stefandxmiam working for a company trying to get away from some lock ins02:15
stefandxmand personally iam an avid open source contributor02:15
stefandxmhaving some projects on my own02:15
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has quit IRC02:16
stefandxmbut we are new to yocto :)02:16
stefandxmand while trying to do some stuff yourself until you learn i love the synergy of asking questions when it can help you02:17
*** fury <fury!uid193779@gateway/web/irccloud.com/x-rnsglwsmwissymib> has left #yocto02:17
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has joined #yocto02:17
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto02:25
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC02:32
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto02:33
yoctiNew news from stackoverflow: Config parsing error on xl create for Xen Guest DomU <https://stackoverflow.com/questions/55907917/config-parsing-error-on-xl-create-for-xen-guest-domu>02:35
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC02:47
*** chandana731 <chandana731!~ckalluri@149.199.62.129> has quit IRC02:52
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has joined #yocto02:53
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto02:53
*** chandana73 <chandana73!~ckalluri@149.199.62.129> has quit IRC02:53
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC02:57
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC03:34
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto03:34
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has joined #yocto03:46
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has quit IRC03:58
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC03:58
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto04:05
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC04:10
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto04:37
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC04:43
*** jobroe <jobroe!~manjaro-u@p579EBA5B.dip0.t-ipconnect.de> has joined #yocto04:46
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto04:49
*** jobroe <jobroe!~manjaro-u@p579EBA5B.dip0.t-ipconnect.de> has quit IRC04:51
*** jobroe_ <jobroe_!~manjaro-u@193.158.0.154> has joined #yocto04:51
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC04:54
alejandrohsstefandxm: yes, usually you can get help from the community through these channels05:06
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto05:18
*** AndersD_ <AndersD_!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto05:20
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC05:23
*** ibinderwolf <ibinderwolf!~quassel@host232-105-dynamic.31-79-r.retail.telecomitalia.it> has joined #yocto05:23
*** xyzzy42 <xyzzy42!~tpiepho@75-172-26-164.tukw.qwest.net> has quit IRC05:28
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC05:29
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto05:43
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC05:53
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto05:54
*** nerdboy <nerdboy!~sarnold@47.143.129.87> has joined #yocto05:54
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC05:57
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC05:57
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto05:58
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto05:58
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto05:59
*** ebail <ebail!~ebail@2a01cb089000af00a7a4ea50b7eddc65.ipv6.abo.wanadoo.fr> has quit IRC06:02
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC06:03
*** zeddii <zeddii!~zeddii@CPE04d4c4975b80-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC06:07
*** guerinoni <guerinoni!~guerinoni@host9-78-dynamic.251-95-r.retail.telecomitalia.it> has joined #yocto06:11
*** vineela <vineela!vtummala@nat/intel/x-rgmvkkfseotsechi> has joined #yocto06:13
*** Guest5241 <Guest5241!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has joined #yocto06:14
*** Guest5241 is now known as PatrickE06:14
*** zeddii <zeddii!~zeddii@CPE04d4c4975b80-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto06:18
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-77-144.dynamic.amis.hr> has joined #yocto06:18
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto06:20
*** frsc <frsc!~frsc@220-67-142-46.pool.kielnet.net> has joined #yocto06:29
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has joined #yocto06:33
*** vineela <vineela!vtummala@nat/intel/x-rgmvkkfseotsechi> has quit IRC06:36
*** Zajc <Zajc!~Zajc@user140.c8.vrhnika.kabelnet.net> has quit IRC06:37
*** gtristan <gtristan!~tristanva@61.82.32.35> has joined #yocto06:38
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto06:45
*** AndersD_ <AndersD_!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC06:48
*** mckoan|away is now known as mckoan07:00
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC07:14
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto07:18
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto07:20
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has joined #yocto07:22
*** armpit <armpit!~armpit@2601:202:4180:a5c0:4888:3169:3bd:8440> has quit IRC07:23
*** armpit <armpit!~armpit@2601:202:4180:a5c0:4888:3169:3bd:8440> has joined #yocto07:26
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC07:30
yoctiNew news from stackoverflow: Installing Mosquitto on Yocto <https://stackoverflow.com/questions/61095064/installing-mosquitto-on-yocto>07:36
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto07:44
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has joined #yocto07:49
*** fl0v0 <fl0v0!~fvo@2a01:c22:a420:8a00:6c27:d486:3bf8:85f8> has joined #yocto07:49
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC07:50
*** nerdboy <nerdboy!~sarnold@47.143.129.87> has quit IRC07:52
*** nerdboy <nerdboy!~sarnold@47.143.129.87> has joined #yocto07:52
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto07:53
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC07:59
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has quit IRC08:05
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto08:05
*** rburton <rburton!~rburton@134.191.227.39> has joined #yocto08:08
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC08:10
*** ribalda <ribalda!sid306640@gateway/web/irccloud.com/x-pbmsvpphqxjspipd> has quit IRC08:22
*** ribalda <ribalda!sid306640@gateway/web/irccloud.com/x-omfnqzppsrvrchwg> has joined #yocto08:22
*** armpit <armpit!~armpit@2601:202:4180:a5c0:4888:3169:3bd:8440> has quit IRC08:24
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto08:36
*** aurelienbouin <aurelienbouin!~aurelienb@anantes-650-1-167-61.w2-0.abo.wanadoo.fr> has joined #yocto08:38
*** zopsi <zopsi!zopsi@2600:3c00::f03c:91ff:fe14:551f> has quit IRC08:38
*** zopsi <zopsi!~zopsi@irc.dir.ac> has joined #yocto08:38
aurelienbouinHello everybody, I am looking for a yocto build machine, I would like at least 32 threads (16 cores), have you buy something like that ? Do you have a website to advise me ? Thank you very much08:39
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:39
*** armpit <armpit!~armpit@c-67-181-203-136.hsd1.ca.comcast.net> has joined #yocto08:39
qschulzaurelienbouin: there was a thread recently on the mailing list, let me find it08:41
aurelienbouinqschulz: oh really, yes please show me it ! thank you08:43
qschulzaurelienbouin: ah not exactly... there was discussion on what were the factors for speedy yocto builds08:48
qschulzhttps://lists.yoctoproject.org/g/yocto/topic/72047879#4888508:52
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto08:57
aurelienbouinqschulz yes interesting, but where to buy ;-)08:57
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC08:57
*** AndersD_ <AndersD_!~AndersD@195-67-57-138.customer.telia.com> has joined #yocto08:59
*** ebail <ebail!~ebail@2a01cb089000af00a7a4ea50b7eddc65.ipv6.abo.wanadoo.fr> has joined #yocto09:00
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC09:02
paulbarkeraurelienbouin: Are you looking to buy a physical server or just rent one in a datacentre somewhere? I use Hetzner (DE) and OVH (FR/GB) servers09:10
aurelienbouinAs a yocto build machine I was planning to use AMD EPYC 7302P (Lenovo ThinkSystem SR635), but I don't know if it is worth it compare to AMD Ryzen 9 3900X09:11
aurelienbouinpaulbarker : The problem is my internet connection bandwidth, else i would rent AWS or any other machine online, things that i do for my customers ...09:12
paulbarkerhttps://www.cpubenchmark.net/compare/AMD-EPYC-7302P-vs-AMD-Ryzen-9-3900X/3610vs349309:13
aurelienbouinMaybe better to buy two AMD Ryzen 9 then09:13
aurelienbouinpaulbarker: Maybe better to buy two AMD Ryzen 9 then09:14
paulbarkerPersonally I'd take the Ryzen 9.09:14
aurelienbouinIs there a way to split yocto build among multiple machine on a network ?09:14
paulbarkerNot that I know of. Multiple machines would help if you've got more than one build to do at a time though, I often find I have 3 machines running different builds09:15
aurelienbouinpaulbarker: yes the same for me the problem is that sometime we need to wait until a build finished for so small modifications ...09:16
mcfriskaurelienbouin: pool of throw away build machines and jenkins...09:16
aurelienbouinmcfrisk: yes actually using bamboo those times but yes the way to go I guess09:18
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC09:18
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto09:19
RobertBerger@aurelienbouin: Is there a way to split yocto build among multiple machine on a network ? - Yes you can try icecream09:19
mcfriskaurelienbouin: measure your builds:CPU, RAM, IO, disk, networking.. take machines where you can extend at least memory and disk if needed. our builds are not bound by CPUs nor RAM nor disk or network. It's an annoying combination of them which is hard to optimize...09:20
RobertBerger@aurelienbouin: there is a bbclass for it in poky: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/icecc.bbclass09:21
mcfriskI didn't see any build time improvements with icecc...switching from virtual machines to real throw away ones brought the biggest reliability and performance gains beyond rm_work, sstate caches/mirrors, download caches..09:22
aurelienbouinRobertBerger: really interesting ! Reading on it : https://elinux.org/images/c/cc/Sweeten_Your_Yocto_Build_Times_with_Icecream.pdf if you have a better link I am also interested09:22
*** fl0v0 <fl0v0!~fvo@2a01:c22:a420:8a00:6c27:d486:3bf8:85f8> has quit IRC09:23
aurelienbouinmcfrisk: I prefer to use docker instead of VM,  a lot more convenient to share folders; reproduce builds;move build etc09:23
mcfriskwe use lxc, docker would do as well. but mainly for host contamination and easier portability of all build tools and their versions.09:25
aurelienbouinI share sstate-cache dir and downloads folder through docker, example of a launch : DOWNLOADS_SHARED_DIRECTORY="/media/hddhome/bouin/yocto/downloads/" && SSTATE_SHARED_DIRECTORY="/media/hddhome/bouin/yocto/sstate-cache/" && docker run --rm -it -v ${PWD}:/workdir -v ${DOWNLOADS_SHARED_DIRECTORY}:/workdir/downloads -v ${SSTATE_SHARED_DIRECTORY}:/workdir/sstate-cache crops/poky:ubuntu-18.04 --workdir=/workdir bash09:27
mcfriskdocker images are not reproducible by default...09:28
RobertBerger@aurelienbouin: here are a few notes I made about it: http://reliableembeddedsystems.com/wiki/index.php?title=Technonolgies_to_check#UB_1809:29
RobertBerger@aurelienbouin: http://reliableembeddedsystems.com/wiki/index.php?title=Technonolgies_to_check#icecream09:30
RobertBerger@aurelienbouin: I use proxmox and lxr containers which docker running in there - much better performance than vm + container09:34
*** ebail <ebail!~ebail@2a01cb089000af00a7a4ea50b7eddc65.ipv6.abo.wanadoo.fr> has quit IRC09:34
aurelienbouinmcfrisk: don't you think that buy 2x 12 cores processors combined with icecc won't get better performance than 1x16 cores processor ? of course with RAM and NvME etc09:34
*** caiortp <caiortp!d57f6fca@gateway/web/cgi-irc/kiwiirc.com/ip.213.127.111.202> has joined #yocto09:40
aurelienbouinThank you all for your time RobertBerger mcfrisk paulbarker qschulz09:43
*** elGamal <elGamal!~elg@103.221.233.93> has quit IRC09:51
*** elfGamal <elfGamal!~elg@66.115.177.142> has joined #yocto09:51
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.171.136.38> has joined #yocto09:58
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto09:58
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:3024:aeb8:62df:3ab4> has quit IRC10:16
*** Saur <Saur!pkj@nat/axis/x-mfhsackhynbotrqs> has quit IRC10:22
*** Saur <Saur!~pkj@85.235.16.180> has joined #yocto10:46
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC10:49
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto10:50
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto10:53
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC10:58
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto10:58
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:814:9df1:db5d:1af9> has joined #yocto11:14
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC11:16
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto11:31
*** aurelienbouin <aurelienbouin!~aurelienb@anantes-650-1-167-61.w2-0.abo.wanadoo.fr> has quit IRC11:33
*** berton <berton!~berton@181.220.114.167> has joined #yocto11:34
*** berton <berton!~berton@181.220.114.167> has quit IRC11:37
*** berton <berton!~berton@181.220.114.167> has joined #yocto11:38
*** rob_w_ <rob_w_!~bob@dslb-084-062-252-232.084.062.pools.vodafone-ip.de> has joined #yocto11:39
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has joined #yocto11:41
*** jobroe <jobroe!~manjaro-u@p579EB668.dip0.t-ipconnect.de> has joined #yocto11:48
*** jobroe_ <jobroe_!~manjaro-u@193.158.0.154> has quit IRC11:48
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC11:49
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:814:9df1:db5d:1af9> has quit IRC12:00
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has quit IRC12:03
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has joined #yocto12:06
*** kovalevsky <kovalevsky!~kovalevsk@fedora/kovalevsky> has joined #yocto12:11
*** emrius <emrius!5edfbc5d@dslb-094-223-188-093.094.223.pools.vodafone-ip.de> has joined #yocto12:12
emriusHello together, I ran into a strange error:  do_package_qa: QA Issue: non debug package contains .debug directory.12:12
emriusThis is strange 1. because the stated .debug directory doesn't exist and 2. I have no idea why that directory was created.12:13
emriusThe recipe compiles some c code through a makefile12:13
emriusCan anyone shed some light onto 1. or 2.?12:13
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has joined #yocto12:18
emriusINHIBIT_PACKAGE_DEBUG_SPLIT = "1" fixed that for now. But I'm still a little confused about number 1.12:21
emriusanyway...12:21
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has quit IRC12:24
*** emrius <emrius!5edfbc5d@dslb-094-223-188-093.094.223.pools.vodafone-ip.de> has quit IRC12:25
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has joined #yocto12:26
*** vermaete <vermaete!51f6329a@mail.oip.be> has joined #yocto12:29
vermaeteHi,12:29
vermaeteIs there a way to set the compiler options to a more strict was (e.g. -Wall, pedantic, ...) in a recipe or local.conf?12:30
vermaeteI could like to use this in the CI to do some QA measurements.12:30
vermaeteI know there is insane.bbclass, but this seems to be more about yocto itself and not the compiler of some bb recipes.12:31
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto12:33
qschulzvermaete: CFLAGS += in your recipe?12:35
vermaeteCould work, but if possible I was looking for an option at local.conf that would be used for all recipes.12:36
vermaeteWell, I was just wondering how Yocto/OE of users where doing this.12:36
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has quit IRC12:39
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto12:40
mcfriskvermaete: meta/conf/bitbake.conf and *OPTMIZIATION flags, you can change these in distro or local.conf12:41
mcfrisknote that some recipes do overwrite e.g. -O2 optimization with -O3, so for Os builds for example some patches will be needed to make these effective. inspection of buildhistory for sizes with Os or do_compile logs for other flags will be needed.12:42
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has quit IRC12:45
*** maudat <maudat!~moda@107-190-37-226.cpe.teksavvy.com> has joined #yocto12:47
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto12:52
qschulzmcfrisk: and if I can add, I got bit recently by a SW that would work with -O0 only :)12:52
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has quit IRC12:57
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto12:58
vermaetethanks!  I will check these things.12:59
mcfriskqschulz: I've been there too. it was an expensive bit of SW too. well done from their sales team..13:00
qschulzmcfrisk: signing tool for secure boot from the SoC vendor for me :)13:00
mcfriskoh, those are fun..13:01
mcfriskshould we start the daily/weekly BSP bashing rant?13:01
PatrickEhey i created a simple recipe, now i get ERROR: Function failed: BUILDSPEC any advice?13:05
PatrickE:q13:05
paulbarkerPatrickE: Can you share the full error via a pastebin?13:05
PatrickEiam already pasting it13:06
PatrickEhttp://dpaste.com/1CC2T5P13:07
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC13:09
*** vermaete <vermaete!51f6329a@mail.oip.be> has quit IRC13:09
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto13:09
paulbarkerPatrickE: The full bitbake output would make things clearer13:11
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has joined #yocto13:13
PatrickEpaulbarker its the same13:21
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC13:24
paulbarkerPatrickE: So you ran bitbake and that was the full output?13:24
paulbarkerWhat was the bitbake command?13:25
PatrickEyes13:25
*** jobroe <jobroe!~manjaro-u@p579EB668.dip0.t-ipconnect.de> has quit IRC13:25
PatrickE error: line 6: Empty tag: Group:13:30
PatrickEThis is the error13:30
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto13:37
*** caiortp <caiortp!d57f6fca@gateway/web/cgi-irc/kiwiirc.com/ip.213.127.111.202> has quit IRC13:40
paulbarkerPatrickE: Please share the command you executed and the full output printed, we can't really help from what you've shared so far13:41
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has joined #yocto13:43
*** berton_ <berton_!~berton@181.220.114.167> has joined #yocto13:46
*** PatrickE <PatrickE!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has quit IRC13:47
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC13:47
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC13:47
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.171.136.38> has joined #yocto13:47
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto13:47
*** berton <berton!~berton@181.220.114.167> has quit IRC13:48
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC13:49
*** otavio <otavio!~otavio@181.220.114.167> has joined #yocto13:50
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto13:50
*** dmoseley <dmoseley!~dmoseley@24.214.86.237> has joined #yocto13:51
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto13:53
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC13:58
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC13:59
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto13:59
qschulzhas anyone ever had an issue with a file-rdeps issue for lib32-gstreamer1.0-plugins-good-cairo package?14:06
qschulzQA Issue: /usr/lib/gstreamer-1.0/libgstcairo.so requires libcairo-gobject.so.2, but no providers found in RDEPEND14:09
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC14:12
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto14:12
*** ibinderwolf <ibinderwolf!~quassel@host232-105-dynamic.31-79-r.retail.telecomitalia.it> has quit IRC14:17
*** thomas_dee79 <thomas_dee79!91fdde45@145.253.222.69> has joined #yocto14:18
*** thomas_dee <thomas_dee!91fdde45@145.253.222.69> has joined #yocto14:18
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has quit IRC14:20
thomas_deeHello, when bitbaking the linux kernel, there might be some unset CONFIG-switches. The build then aborts with an error message stating the missing CONFIG.14:20
thomas_deeThe problem ist now: I have a lot of unset CONFIG switches and I have to run bitbake again and agian to add all the missing swicthes step by step.14:20
thomas_deeIs there a global "set all unset CONFIG switches to [n]"14:21
thomas_dee?14:21
*** rob_w_ <rob_w_!~bob@dslb-084-062-252-232.084.062.pools.vodafone-ip.de> has quit IRC14:21
thomas_deeAdditional info: we use a custom default-config14:22
*** pi2 <pi2!~pi@ti0005q162-3189.bb.online.no> has joined #yocto14:24
paulbarkerthomas_dee: How did you generate the custom config?14:26
*** pi____ <pi____!~pi@ti0005q162-3196.bb.online.no> has joined #yocto14:27
thomas_deeWe used menuconfig and then saved it. BUT, we also "add" cfg snippets in the do_configure_append. And those (there set) CONFIG switches adds some more CONFIG-dependencies which I want to default to [n]14:27
*** pi_____ <pi_____!~pi@ti0005q162-1987.bb.online.no> has quit IRC14:28
*** pi2 <pi2!~pi@ti0005q162-3189.bb.online.no> has quit IRC14:30
*** pi2 <pi2!~pi@ti0005q162-3212.bb.online.no> has joined #yocto14:30
*** pi_____ <pi_____!~pi@ti0005q162-3287.bb.online.no> has joined #yocto14:32
*** berton_ <berton_!~berton@181.220.114.167> has quit IRC14:33
*** pi______ <pi______!~pi@ti0005q162-3367.bb.online.no> has joined #yocto14:33
*** AndersD_ <AndersD_!~AndersD@195-67-57-138.customer.telia.com> has quit IRC14:33
*** pi____ <pi____!~pi@ti0005q162-3196.bb.online.no> has quit IRC14:33
*** pi2 <pi2!~pi@ti0005q162-3212.bb.online.no> has quit IRC14:34
*** pi_____ <pi_____!~pi@ti0005q162-3287.bb.online.no> has quit IRC14:36
*** joseppc <joseppc!~josep@c-df07225c.010-118-73746f7.bbcust.telenor.se> has joined #yocto14:37
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has joined #yocto14:37
*** pi2 <pi2!~pi@ti0005q162-3481.bb.online.no> has joined #yocto14:37
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has left #yocto14:38
*** pi______ <pi______!~pi@ti0005q162-3367.bb.online.no> has quit IRC14:40
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC14:48
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC14:49
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto14:49
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto14:50
*** pi____ <pi____!~pi@ti0005q162-3640.bb.online.no> has joined #yocto14:51
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC14:52
*** pi2 <pi2!~pi@ti0005q162-3481.bb.online.no> has quit IRC14:54
qschulzwth. So... cairo-gobject package is created but not lib32-cairo-gobject...14:57
qschulzbut there is a packages-split directory for it with the correct lib in it14:57
qschulzhow could this happen?14:57
*** nameclash <nameclash!~gollum@ip1f11b23e.dynamic.kabel-deutschland.de> has joined #yocto14:58
nameclashhi everyone, is there anything special in baking meta packages? I want to bake meta-toolchain-qt5 which works fine when passing it directly to bitbake, however when I add it to IMAGE_INSTALL in core-image-minimal.bbappend it fails complaining "No package meta-toolchain-qt5 available" .... I'm confused and can't find anything really useful on this out there15:02
jpuhlmannameclash: Yeah meta packages do not generate packages that can be included in an image.15:02
jpuhlmanmeta-toolchain-qt5 is a build target for generating an SDK.15:03
nameclashok, I see15:03
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC15:04
jpuhlmannameclash, The target part you want in your image is likely packagegroup-qt5-toolchain-target15:04
nameclashactually that was my ultimate goal anyway, I just needed qmake to be included in an SDK15:04
*** pi2 <pi2!~pi@ti0005q162-3888.bb.online.no> has joined #yocto15:04
nameclashthanks @jpuhlman, that's reasonable info15:05
*** ningauble <ningauble!~ningauble@c-73-157-47-121.hsd1.wa.comcast.net> has quit IRC15:06
*** pi____ <pi____!~pi@ti0005q162-3640.bb.online.no> has quit IRC15:08
jpuhlmannameclash, in a normal case you could add the packaagegroup to your image, and run the image -c populate_sdk or -c populates_ext_sdk and it will give you a working sdk with qt5. However the qt5 toolchain sdk also adds in nativesdk-qttools-tools to make the sdk more usable for qt development.15:08
nameclashI'm running a build with nativesdk-packagegroup-qt5-toolchain-host now and see what I get15:10
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto15:10
nameclashit should include     nativesdk-packagegroup-sdk-host, nativesdk-qttools-tools and nativesdk-qtbase-tools15:10
*** thomas_dee <thomas_dee!91fdde45@145.253.222.69> has quit IRC15:13
jpuhlmannameclash yeah. that will build the packages that are used to assemble the meta-toolchain-qt5 sdk, but it won't actually build the sdk itself.15:13
nameclashsdk creation is already in place, I'm just adding more packages in there15:14
qschulzok, found it. It's a license issue. LICENSE_${PN}-gobject does not seem to work for the lib32 variant for some reason.....15:14
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC15:15
*** guerinoni <guerinoni!~guerinoni@host9-78-dynamic.251-95-r.retail.telecomitalia.it> has quit IRC15:17
jpuhlmanYou would need to rebuild the sdk in order for new packages to be added.15:17
*** pi____ <pi____!~pi@ti0005q162-4037.bb.online.no> has joined #yocto15:19
*** guerinoni <guerinoni!~guerinoni@host9-78-dynamic.251-95-r.retail.telecomitalia.it> has joined #yocto15:19
jpuhlmanif you built meta-toolchain-qt5 they should already exist since that is what it keys off of. You have to alter TOOLCHAIN_HOST_TASK to add new nativesdk packages and TOOLCHAIN_TARGET_TASK to add new target packages to the sdk.15:19
*** pi2 <pi2!~pi@ti0005q162-3888.bb.online.no> has quit IRC15:22
nameclashI added nativesdk-packagegroup-qt5-toolchain-host to TOOLCHAIN_HOST_TASK_append15:24
jpuhlmanSo looking at the meta-toolchain task they are doing some extra env output likely to enable additional stuff.15:24
nameclashyeah they're adding the target toolchain and qtcreator, I don't need any of these15:26
nameclashpackagegroup-qt5-toolchain-target and packagegroup-qt5-qtcreator-debug ... dont need em15:27
nameclashthanks jpuhlman, gotta go afk now before my wife freaks out15:28
nameclashhomeoffice around the globe is cool but you gotta know where to make the cut :)15:29
*** pi2 <pi2!~pi@ti0005q162-4222.bb.online.no> has joined #yocto15:32
*** pi____ <pi____!~pi@ti0005q162-4037.bb.online.no> has quit IRC15:35
yoctiNew news from stackoverflow: How do I enable bridged networking in Xen guest? <https://stackoverflow.com/questions/55907917/how-do-i-enable-bridged-networking-in-xen-guest>15:38
*** locutus_ <locutus_!~LocutusOf@5.171.137.33> has joined #yocto15:42
nameclashjpuhlman, I'm getting "environment-setup.d conflicts between attempted installs of nativesdk-cmake-3.8.2-r0.x86_64_nativesdk and nativesdk-qtbase-tools-5.9.8+git0+82eb6aa08e-r0.x86_64_nativesdk" on do_populate_sdk now, do I interpret this right that the two are populating overlapping artifacts?15:42
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC15:45
*** pi____ <pi____!~pi@ti0005q162-4439.bb.online.no> has joined #yocto15:47
jpuhlmanPerhaps, can you put the error in pastbin?15:47
*** pi2 <pi2!~pi@ti0005q162-4222.bb.online.no> has quit IRC15:49
*** vmeson <vmeson!~rmacleod@192-0-133-244.cpe.teksavvy.com> has quit IRC15:54
*** pi2 <pi2!~pi@ti0005q162-4517.bb.online.no> has joined #yocto15:56
*** rcw <rcw!~rcw@45.72.195.246> has joined #yocto15:58
*** pi____ <pi____!~pi@ti0005q162-4439.bb.online.no> has quit IRC15:59
*** pi_____ <pi_____!~pi@ti0005q162-4618.bb.online.no> has joined #yocto15:59
*** vmeson <vmeson!~rmacleod@192-0-133-244.cpe.teksavvy.com> has joined #yocto16:00
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto16:01
*** pi2 <pi2!~pi@ti0005q162-4517.bb.online.no> has quit IRC16:02
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC16:06
yoctiNew news from stackoverflow: gnome.gtk-doc() gives permission denied error in Yocto (do_install) <https://stackoverflow.com/questions/61104614/gnome-gtk-doc-gives-permission-denied-error-in-yocto-do-install>16:08
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto16:12
*** pi2 <pi2!~pi@ti0005q162-4884.bb.online.no> has joined #yocto16:14
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto16:16
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC16:16
*** pi_____ <pi_____!~pi@ti0005q162-4618.bb.online.no> has quit IRC16:16
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:25
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto16:25
*** pi____ <pi____!~pi@ti0005q162-5107.bb.online.no> has joined #yocto16:27
*** pi2 <pi2!~pi@ti0005q162-4884.bb.online.no> has quit IRC16:30
*** mckoan is now known as mckoan|away16:38
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:42
*** pi2 <pi2!~pi@ti0005q162-5491.bb.online.no> has joined #yocto16:42
*** pi____ <pi____!~pi@ti0005q162-5107.bb.online.no> has quit IRC16:44
*** bradfa <bradfa!uid297668@gateway/web/irccloud.com/x-ufijrweccvynhjsw> has joined #yocto16:47
*** pi____ <pi____!~pi@ti0005q162-5678.bb.online.no> has joined #yocto16:53
*** frsc <frsc!~frsc@220-67-142-46.pool.kielnet.net> has quit IRC16:54
*** pi_____ <pi_____!~pi@ti0005q162-5680.bb.online.no> has joined #yocto16:55
*** pi2 <pi2!~pi@ti0005q162-5491.bb.online.no> has quit IRC16:56
*** pi____ <pi____!~pi@ti0005q162-5678.bb.online.no> has quit IRC16:58
*** vineela <vineela!vtummala@nat/intel/x-prwliipvrzudvcdk> has joined #yocto16:59
*** kovalevsky <kovalevsky!~kovalevsk@fedora/kovalevsky> has quit IRC17:08
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has quit IRC17:10
*** pi2 <pi2!~pi@ti0005q162-5909.bb.online.no> has joined #yocto17:11
*** pi_____ <pi_____!~pi@ti0005q162-5680.bb.online.no> has quit IRC17:14
*** robert_yang <robert_yang!~robert@60.247.85.82> has quit IRC17:18
moto-timoJPEW: dunfell branch created. thank you for the reminder17:18
*** robert_yang <robert_yang!~robert@60.247.85.82> has joined #yocto17:19
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto17:19
*** maudat <maudat!~moda@107-190-37-226.cpe.teksavvy.com> has quit IRC17:22
*** pi____ <pi____!~pi@ti0005q162-6014.bb.online.no> has joined #yocto17:22
*** pi2 <pi2!~pi@ti0005q162-5909.bb.online.no> has quit IRC17:25
*** nerdboy <nerdboy!~sarnold@47.143.129.125> has joined #yocto17:27
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto17:27
*** milloni <milloni!~milloni@preemptable.org> has quit IRC17:27
*** milloni <milloni!~milloni@preemptable.org> has joined #yocto17:31
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC17:32
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto17:33
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto17:36
*** pi2 <pi2!~pi@ti0005q162-6290.bb.online.no> has joined #yocto17:38
qschulzOK, there is definitely a LICENSE issue with multilib packages.17:39
*** falk0n <falk0n!~falk0n@a95-93-70-118.cpe.netcabo.pt> has quit IRC17:39
*** falk0n <falk0n!~falk0n@a81-84-41-184.cpe.netcabo.pt> has joined #yocto17:40
*** pi____ <pi____!~pi@ti0005q162-6014.bb.online.no> has quit IRC17:41
The_Pacifistdon't want to dox anyone but is there someone here names phillip who went to VT?17:45
*** maudat <maudat!~moda@107-190-37-226.cpe.teksavvy.com> has joined #yocto17:48
*** pi____ <pi____!~pi@ti0005q162-6469.bb.online.no> has joined #yocto17:50
*** pi2 <pi2!~pi@ti0005q162-6290.bb.online.no> has quit IRC17:53
*** vineela <vineela!vtummala@nat/intel/x-prwliipvrzudvcdk> has quit IRC18:04
*** pi2 <pi2!~pi@ti0005q162-6705.bb.online.no> has joined #yocto18:05
*** pi____ <pi____!~pi@ti0005q162-6469.bb.online.no> has quit IRC18:09
*** pi____ <pi____!~pi@ti0005q162-6851.bb.online.no> has joined #yocto18:18
*** falk0n <falk0n!~falk0n@a81-84-41-184.cpe.netcabo.pt> has quit IRC18:19
*** pi2 <pi2!~pi@ti0005q162-6705.bb.online.no> has quit IRC18:21
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto18:23
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto18:24
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC18:30
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto18:31
*** pi2 <pi2!~pi@ti0005q162-7120.bb.online.no> has joined #yocto18:33
bluelightningThe_Pacifist: I believe there is yes18:35
bluelightningI will poke him and he will get in contact18:36
*** pi____ <pi____!~pi@ti0005q162-6851.bb.online.no> has quit IRC18:36
Crofton|roadit is no secret18:39
Crofton|roadThe_Pacifist: I am likely the person you seek18:40
*** khem <khem!~khem@unaffiliated/khem> has quit IRC18:41
*** pi____ <pi____!~pi@ti0005q162-7214.bb.online.no> has joined #yocto18:44
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto18:45
armpitI would have asked why they are looking for you before raising your hand.18:47
*** pi2 <pi2!~pi@ti0005q162-7120.bb.online.no> has quit IRC18:47
armpitmaybe that philip is involved in some sort of love triangle18:48
zeddiilets start some rumours18:49
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto18:50
*** bradfa <bradfa!uid297668@gateway/web/irccloud.com/x-ufijrweccvynhjsw> has quit IRC18:57
*** kovalevsky <kovalevsky!~kovalevsk@181.168.100.76> has joined #yocto18:58
*** kovalevsky <kovalevsky!~kovalevsk@fedora/kovalevsky> has joined #yocto18:58
*** pi2 <pi2!~pi@ti0005q162-7400.bb.online.no> has joined #yocto19:01
*** pi____ <pi____!~pi@ti0005q162-7214.bb.online.no> has quit IRC19:04
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto19:08
*** pi____ <pi____!~pi@ti0005q162-7493.bb.online.no> has joined #yocto19:12
paulgooh, worked for the giant electronic conglomerate Phillips, I heard.19:13
khemis it equilateral or one-sides triangle19:13
paulgstole top sekrit plans for a new screwdriver too.19:14
*** locutus_ <locutus_!~LocutusOf@5.171.137.33> has quit IRC19:15
*** pi2 <pi2!~pi@ti0005q162-7400.bb.online.no> has quit IRC19:15
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-77-144.dynamic.amis.hr> has quit IRC19:15
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC19:19
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has joined #yocto19:22
zeddiihad to admit that robertson is superior to phillips19:23
* zeddii wonders if only the canadians got that reference.19:24
paulgfunny, since I was thinking of typing a square head reference too....19:24
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto19:25
paulgThat should be a Canadian immigration test.   List the robertson colours from smallest to largest.19:26
paulgautomatic fail if you spell colour wrong.19:26
zeddiiharsh!19:27
paulggotta keep the heathens out, and we can't afford to build a wall.  ;)19:28
*** pi2 <pi2!~pi@ti0005q162-0146.bb.online.no> has joined #yocto19:28
khemexport Tim Hortons to other countries then you wont need wall :)19:30
mischief1it looks like commit 8946c65c8f0 broke using icecc with a kernel recipe. is that expected?19:30
*** pi____ <pi____!~pi@ti0005q162-7493.bb.online.no> has quit IRC19:31
paulgkhem, https://locations.timhortons.com/us.html19:32
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has quit IRC19:32
*** pi____ <pi____!~pi@ti0005q162-0303.bb.online.no> has joined #yocto19:40
*** pi2 <pi2!~pi@ti0005q162-0146.bb.online.no> has quit IRC19:42
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.171.137.64> has joined #yocto19:43
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto19:43
*** pi2 <pi2!~pi@ti0005q162-0505.bb.online.no> has joined #yocto19:56
*** pi____ <pi____!~pi@ti0005q162-0303.bb.online.no> has quit IRC20:00
*** nerdboy <nerdboy!~sarnold@47.143.129.26> has joined #yocto20:02
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto20:02
*** pi____ <pi____!~pi@ti0005q162-0701.bb.online.no> has joined #yocto20:07
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC20:09
*** pi2 <pi2!~pi@ti0005q162-0505.bb.online.no> has quit IRC20:10
*** rcw <rcw!~rcw@45.72.195.246> has quit IRC20:12
*** rcw <rcw!~rcw@45.72.195.246> has joined #yocto20:13
mischief1i filed a bug about icecc, i hope using BZ is the right approach..20:18
*** aidanh_ <aidanh_!~aidanh@unaffiliated/aidanh> has joined #yocto20:19
*** aidanh <aidanh!~aidanh@unaffiliated/aidanh> has quit IRC20:21
*** aidanh_ is now known as aidanh20:22
*** pi2 <pi2!~pi@ti0005q162-0942.bb.online.no> has joined #yocto20:24
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has quit IRC20:24
*** pi____ <pi____!~pi@ti0005q162-0701.bb.online.no> has quit IRC20:27
*** pi____ <pi____!~pi@ti0005q162-1032.bb.online.no> has joined #yocto20:35
*** guerinoni <guerinoni!~guerinoni@host9-78-dynamic.251-95-r.retail.telecomitalia.it> has quit IRC20:38
*** pi2 <pi2!~pi@ti0005q162-0942.bb.online.no> has quit IRC20:38
*** adelcast <adelcast!~adelcast@cpe-68-203-3-226.austin.res.rr.com> has joined #yocto20:39
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has quit IRC20:39
*** flihp <flihp!~flihp@76.243.124.129> has joined #yocto20:40
*** pi2 <pi2!~pi@ti0005q162-1190.bb.online.no> has joined #yocto20:51
*** pi____ <pi____!~pi@ti0005q162-1032.bb.online.no> has quit IRC20:55
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC20:59
*** rburton <rburton!~rburton@134.191.227.39> has quit IRC21:01
*** pi____ <pi____!~pi@ti0005q162-1393.bb.online.no> has joined #yocto21:03
*** pi2 <pi2!~pi@ti0005q162-1190.bb.online.no> has quit IRC21:05
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC21:07
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC21:13
*** rcw <rcw!~rcw@45.72.195.246> has quit IRC21:18
*** pi2 <pi2!~pi@ti0005q162-1513.bb.online.no> has joined #yocto21:19
*** pi____ <pi____!~pi@ti0005q162-1393.bb.online.no> has quit IRC21:22
*** pi____ <pi____!~pi@ti0005q162-1607.bb.online.no> has joined #yocto21:30
*** pi2 <pi2!~pi@ti0005q162-1513.bb.online.no> has quit IRC21:33
*** timemaster5 <timemaster5!~timemaste@cpc108963-cmbg20-2-0-cust781.5-4.cable.virginm.net> has joined #yocto21:37
*** pi2 <pi2!~pi@ti0005q162-1748.bb.online.no> has joined #yocto21:47
*** pi____ <pi____!~pi@ti0005q162-1607.bb.online.no> has quit IRC21:50
nameclashI'm trying to configure a qt based project for my target platform using qmake that I baked into the nativesdk and get this error:21:51
nameclashChecking for Qt using qmake ......... no (Qt include directory "/home/user/work/montavista/meta-user/opencgx-xilinx-2.4/project/tmp/work/x86_64-nativesdk-montavistasdk-linux/nativesdk-qtbase/5.9.8+gitAUTOINC+82eb6aa08e-r0/recipe-sysroot/opt/montavista/sysroots/x86_64-montavistasdk-linux/usr/include/qt5" does not exist)21:51
nameclashsomehow the tmp directory from the build process has found its way into the built qmake. I don't understand what's going on -- does this look familiar to any of you? (maybe also in the context of other recipes?)21:52
*** nerdboy <nerdboy!~sarnold@47.143.129.79> has joined #yocto21:55
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto21:55
*** pi____ <pi____!~pi@ti0005q162-1831.bb.online.no> has joined #yocto21:58
khemnameclash: your SDK vendor should be right entity to help you22:00
*** nameclash <nameclash!~gollum@ip1f11b23e.dynamic.kabel-deutschland.de> has quit IRC22:00
khemif you can reproduce it with master perhaps someone here might be able to assist you better22:01
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has joined #yocto22:01
*** pi2 <pi2!~pi@ti0005q162-1748.bb.online.no> has quit IRC22:01
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC22:04
*** hpsy <hpsy!55cb0f78@85.203.15.120> has joined #yocto22:06
*** nameclash <nameclash!~gollum@ip1f11b23e.dynamic.kabel-deutschland.de> has joined #yocto22:07
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC22:08
yoctiNew news from stackoverflow: Recipe Build Failure for requests-unixsocket <https://stackoverflow.com/questions/61110730/recipe-build-failure-for-requests-unixsocket>22:09
*** pi2 <pi2!~pi@ti0005q162-1971.bb.online.no> has joined #yocto22:14
*** pi____ <pi____!~pi@ti0005q162-1831.bb.online.no> has quit IRC22:17
*** pi____ <pi____!~pi@ti0005q162-2062.bb.online.no> has joined #yocto22:25
*** hpsy <hpsy!55cb0f78@85.203.15.120> has quit IRC22:27
*** pi2 <pi2!~pi@ti0005q162-1971.bb.online.no> has quit IRC22:28
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto22:33
*** pi2 <pi2!~pi@ti0005q162-2258.bb.online.no> has joined #yocto22:41
*** pi____ <pi____!~pi@ti0005q162-2062.bb.online.no> has quit IRC22:44
*** pi____ <pi____!~pi@ti0005q162-2354.bb.online.no> has joined #yocto22:53
*** pi2 <pi2!~pi@ti0005q162-2258.bb.online.no> has quit IRC22:56
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC22:56
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC23:05
*** pi2 <pi2!~pi@ti0005q162-2476.bb.online.no> has joined #yocto23:09
*** pi____ <pi____!~pi@ti0005q162-2354.bb.online.no> has quit IRC23:12
*** pi____ <pi____!~pi@ti0005q162-2542.bb.online.no> has joined #yocto23:20
*** pi2 <pi2!~pi@ti0005q162-2476.bb.online.no> has quit IRC23:23
*** pi2 <pi2!~pi@ti0005q162-2768.bb.online.no> has joined #yocto23:37
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has quit IRC23:37
yoctiNew news from stackoverflow: imx6qsabresd Yocto compile driver selftest/demo application on the linux-imx recipe <https://stackoverflow.com/questions/61111628/imx6qsabresd-yocto-compile-driver-selftest-demo-application-on-the-linux-imx-rec>23:39
*** pi____ <pi____!~pi@ti0005q162-2542.bb.online.no> has quit IRC23:40
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC23:42
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:dd4:468f:5afc:d70b> has quit IRC23:43
*** pi____ <pi____!~pi@ti0005q162-2842.bb.online.no> has joined #yocto23:48
*** pi2 <pi2!~pi@ti0005q162-2768.bb.online.no> has quit IRC23:51

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!