*** ahadi <ahadi!~ahadi@88.130.217.103> has quit IRC | 00:00 | |
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has quit IRC | 00:00 | |
*** ahadi <ahadi!~ahadi@88.130.217.103> has joined #yocto | 00:02 | |
armpit | thanks | 00:04 |
---|---|---|
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has joined #yocto | 00:17 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has quit IRC | 00:35 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC | 00:36 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto | 00:36 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has joined #yocto | 00:37 | |
*** codyps <codyps!~codyps@2601:18f:800:209d:60b1:22ff:fea0:5284> has quit IRC | 00:50 | |
*** Kyubi_ <Kyubi_!~Kyubi@2601:640:104:930:d953:6b6f:1980:eb76> has joined #yocto | 00:51 | |
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has quit IRC | 00:51 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has quit IRC | 01:12 | |
*** tgoodwin <tgoodwin!~tgoodwin@pool-100-16-74-100.bltmmd.fios.verizon.net> has quit IRC | 01:15 | |
*** junland_ <junland_!~junland@142.93.201.46> has quit IRC | 01:25 | |
*** junland <junland!~junland@142.93.201.46> has joined #yocto | 01:27 | |
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has joined #yocto | 01:53 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 01:57 | |
*** Kyubi <Kyubi!~Kyubi@2601:640:10d:ecfe:38bc:1502:9164:f469> has joined #yocto | 02:00 | |
*** kaspter <kaspter!~Instantbi@180.168.140.162> has joined #yocto | 02:01 | |
*** Kyubi_ <Kyubi_!~Kyubi@2601:640:104:930:d953:6b6f:1980:eb76> has quit IRC | 02:04 | |
*** kaspter <kaspter!~Instantbi@180.168.140.162> has quit IRC | 02:06 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 02:06 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC | 02:06 | |
*** asenm <asenm!4e5af8ea@78.90.248.234> has joined #yocto | 02:11 | |
asenm | Hello, folks! I have the following errors in dmesg [ 8277.175241] Buffer I/O error on device mtdblock0, logical block 0 [ 8277.186081] end_request: I/O error, dev mtdblock0, sector 0 [ 8277.191689] FAT-fs (mtdblock0): unable to read boot sector | 02:11 |
asenm | are they something to worry about? | 02:12 |
*** asenm <asenm!4e5af8ea@78.90.248.234> has quit IRC | 02:30 | |
*** asenm <asenm!4e5af8ea@78.90.248.234> has joined #yocto | 02:31 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 02:42 | |
asenm | How can i check where this is [ 32.556547] imx2-wdt 20bc000.wdog: Unexpected close: Expect reboot! | 02:44 |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:5888:2403:5edc:3dc6> has quit IRC | 02:47 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:2ca9:ad92:533d:4d41> has joined #yocto | 02:59 | |
tlwoerner | asenm: neither of these are build-related issues. i'd suggested contacting the mtd developers regarding the first issue, and your board manufacturer about the watch-dog issue | 03:06 |
asenm | tlwoerner both of them are same company and they refuse to help us | 03:07 |
tlwoerner | asenm: i don't think the mtd developers are board manufacturers. get in touch with the people on OFTC:#mtd about the mtd issue | 03:09 |
tlwoerner | asenm: you can look through the kernel source code to figure out where the watchdog message is being generated, it might help figure out the problem. does the board actually end up rebooting? | 03:09 |
asenm | tlwoerner no its not rebooting but i think this is for the gps/4g modem that is rebooting | 03:11 |
asenm | tlwoerner there are 2 companies together (same shareholders (wahatever) ) one of them is producing the hardware the other one is producing the software and both of them refuse to help us we have 15 000 devices that have tons of problems | 03:12 |
asenm | so any advice apart from talk to the people who did that would be great | 03:13 |
tlwoerner | asenm: that sounds terrible | 03:14 |
tlwoerner | asenm: this channel (#yocto) is on the freenode server. there are many other IRC servers, one of them is OFTC | 03:14 |
tlwoerner | asenm: on OFTC you'll find the #mtd channel, which is where the linux kernel mtd developers hangout | 03:14 |
tlwoerner | asenm: you'll have better luck asking about your mtd issue on that channel, than this one | 03:15 |
asenm | thanks mate will try to figure it out | 03:15 |
tlwoerner | asenm: btw, using a FAT fs on flash doesn't sound like a good strategy | 03:16 |
tlwoerner | i'm not a flash expert, but (if i remember correctly) FAT insists on using the same sectors over and over again, leading to premature failure | 03:16 |
asenm | the fact that this runs on yocto project doesn't help me at all however its kernel version 3.14 and having no internet connection doesn't help my debugging at all :) | 03:16 |
tlwoerner | for things like the boot sector and file directory | 03:17 |
tlwoerner | asenm: better choices are UBI/UBIFS and FSFS, but again this is just a guess | 03:17 |
asenm | yeah however we can't really change that since I can't even figure out what is on this chip ... | 03:18 |
tlwoerner | if my understanding is correct, using a non-flash-friendly fs on a flash device is a severe design decision failure, and that's bad news for your 15,000 devices | 03:19 |
tlwoerner | asenm: but i realize that's not your fault | 03:20 |
asenm | yet i'm the one who gets the blame when devices fail :( | 03:23 |
asenm | can you help me with other issue? I have to understand why the 4g modem stops working randomly ? and starts working randomly at some point? | 03:24 |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 03:34 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 03:35 | |
asenm | tlwoerner btw i have mmc card as well and this mtd error are not related right? | 03:36 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-flhrhjtrvcmbhsua> has quit IRC | 03:50 | |
tlwoerner | asenm: mmc cards are managed, so they don't use mtd | 03:51 |
tlwoerner | asenm: i don't have much experience with 4g modems. presumably it's an off-the-shelf part that's been added to your design? say it's a hardware issue and you're "just" a software person (lol) | 03:53 |
asenm | tlwoerner so any idea how to check whats on that MTD and other mtds? | 03:54 |
asenm | The script that cause this error doesn't have anything that writes to mtd? how even this error is triggered? | 03:55 |
tlwoerner | asenm: your device has a (probably) small "disk" somewhere for storing things like configurations and such? maybe NAND or SPI-NOR? | 03:57 |
asenm | i guess | 03:57 |
asenm | according to lsblk there are few mtd devices | 03:58 |
asenm | https://pastebin.com/gQiJ9P73 | 03:58 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 03:59 | |
*** Kyubi_ <Kyubi_!~Kyubi@2601:640:10d:ecfe:6035:3b46:6958:d898> has joined #yocto | 04:00 | |
tlwoerner | obu? you work for kapsch or using their devivces? | 04:01 |
asenm | nah not really obu is called onboard unit so plenty of vehicles have it | 04:03 |
*** Kyubi <Kyubi!~Kyubi@2601:640:10d:ecfe:38bc:1502:9164:f469> has quit IRC | 04:04 | |
* tlwoerner worked for markiv/kaspch a while back | 04:04 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 04:06 | |
asenm | tlwoerner never heard of them :) | 04:13 |
*** amitk <amitk!~amit@unaffiliated/amitk> has joined #yocto | 04:27 | |
*** Kyubi_ <Kyubi_!~Kyubi@2601:640:10d:ecfe:6035:3b46:6958:d898> has quit IRC | 04:38 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has quit IRC | 04:38 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has joined #yocto | 04:39 | |
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has joined #yocto | 04:44 | |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 05:27 | |
*** asenm <asenm!4e5af8ea@78.90.248.234> has quit IRC | 05:30 | |
*** elGamal <elGamal!~elg@198.8.85.134> has joined #yocto | 05:39 | |
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has quit IRC | 06:01 | |
*** Kyubi <Kyubi!~Kyubi@149.199.62.128> has joined #yocto | 06:09 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 06:25 | |
*** EricWalter <EricWalter!62907e10@gateway/web/cgi-irc/kiwiirc.com/ip.98.144.126.16> has joined #yocto | 06:27 | |
EricWalter | been a long time since i've used irc | 06:28 |
EricWalter | hey everyone! I'm brand new-ish to Yocto and I'm working on building a recipe for openauto for a go kart I'm building, here's my repo https://github.com/eromanowski/clickityos | 06:31 |
EricWalter | I got open auto running on a PI, but I thought this would be a cool project to learn Yocto | 06:32 |
*** B0ned1ger <B0ned1ger!~B0ned1ger@78-60-213-230.static.zebra.lt> has joined #yocto | 06:36 | |
mihai | EricWalter: good for your, thank you for sharing :) | 06:45 |
*** jwessel <jwessel!~jwessel@128.224.252.2> has quit IRC | 06:46 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto | 06:48 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 06:48 | |
EricWalter | seeing this error when trying to run my build | 06:57 |
EricWalter | fatal error: QBluetoothServiceInfo: No such file or directory | 06:57 |
EricWalter | | 21 | #include <QBluetoothServiceInfo> | 06:57 |
EricWalter | doesn't look like the headers path is getting passed in, is there a way to hack that in? | 06:57 |
EricWalter | or what would be the proper way to do that? | 06:57 |
*** minimaxwell <minimaxwell!~minimaxwe@apoitiers-259-1-26-122.w90-55.abo.wanadoo.fr> has joined #yocto | 07:00 | |
EricWalter | should I patch the make file to include CXXFLAGS and add CXXFLAGS_prepend = "-I${S} " to my bb file? | 07:07 |
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto | 07:22 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 07:22 | |
*** camus is now known as kaspter | 07:22 | |
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has joined #yocto | 07:34 | |
mcfrisk | EricWalter: make sure SW component build scripts use the cross compile build flags from bitbake, and only append to them if needed. Otherwise compilation will fail or binaries will not work on target. So yes, CXXFLAGS etc from bitbake must be used. | 07:34 |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 07:34 | |
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has quit IRC | 07:44 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 07:47 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 07:47 | |
*** fl0v0 <fl0v0!~fvo@89.244.125.37> has joined #yocto | 08:01 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has quit IRC | 08:14 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has joined #yocto | 08:15 | |
*** rcoote <rcoote!~rcoote@5.146.199.114> has joined #yocto | 08:42 | |
*** mbulut <mbulut!~nameclash@ip1f11b371.dynamic.kabel-deutschland.de> has joined #yocto | 08:46 | |
*** B0ned1ger2 <B0ned1ger2!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 08:49 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has joined #yocto | 08:50 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has joined #yocto | 08:51 | |
*** B0ned1ger <B0ned1ger!~B0ned1ger@78-60-213-230.static.zebra.lt> has quit IRC | 08:53 | |
*** bluelightning_ is now known as bluelightning | 09:03 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has joined #yocto | 09:37 | |
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has quit IRC | 09:45 | |
RP | kanavin: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1728 so far gio postinst failure and mingw packaging issue | 09:46 |
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has joined #yocto | 09:48 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 09:54 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 09:55 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has quit IRC | 10:01 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto | 10:01 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has joined #yocto | 10:04 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:07 | |
*** questionasker <questionasker!52a995b3@82-169-149-179.biz.kpn.net> has joined #yocto | 10:08 | |
questionasker | hi | 10:08 |
questionasker | when building with yocto, does it automatically add all the device drivers available or do we have to create our own layer and then create a recipe? | 10:10 |
*** oberstet <oberstet!~oberstet@213.170.219.39> has joined #yocto | 10:13 | |
*** dreyna <dreyna!~dreyna@c-71-202-37-249.hsd1.ca.comcast.net> has quit IRC | 10:16 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has quit IRC | 10:28 | |
*** sno <sno!~sno@p4fe9374b.dip0.t-ipconnect.de> has quit IRC | 10:30 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has joined #yocto | 10:33 | |
*** la_croix <la_croix!~la_croix@cpc139740-walt24-2-0-cust196.13-2.cable.virginm.net> has joined #yocto | 10:35 | |
*** camus <camus!~Instantbi@180.168.140.162> has joined #yocto | 10:42 | |
*** camus1 <camus1!~Instantbi@114.87.108.16> has joined #yocto | 10:42 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 10:43 | |
*** camus1 is now known as kaspter | 10:43 | |
*** zyga_ <zyga_!~zyga@unaffiliated/zyga> has quit IRC | 10:45 | |
*** camus <camus!~Instantbi@180.168.140.162> has quit IRC | 10:46 | |
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC | 10:47 | |
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto | 10:50 | |
Ad0 | is there any iptables integration in yocto, or do I have to provide my own systemd service to set it etc? | 10:53 |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 11:04 | |
*** linums <linums!~linums@84.198.214.27> has quit IRC | 11:06 | |
*** linums <linums!~linums@apn-94-44-97-163.vodafone.hu> has joined #yocto | 11:06 | |
*** questionasker <questionasker!52a995b3@82-169-149-179.biz.kpn.net> has quit IRC | 11:10 | |
*** linums <linums!~linums@apn-94-44-97-163.vodafone.hu> has quit IRC | 11:10 | |
*** linums <linums!~linums@apn-94-44-97-163.vodafone.hu> has joined #yocto | 11:12 | |
*** linums <linums!~linums@apn-94-44-97-163.vodafone.hu> has quit IRC | 11:16 | |
*** linums <linums!~linums@natx-145.kulnet.kuleuven.be> has joined #yocto | 11:17 | |
*** lexano[m] <lexano[m]!lexanomatr@gateway/shell/matrix.org/x-erivmovedsnjufwb> has quit IRC | 11:20 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-seyuuzglwfajmmzw> has quit IRC | 11:20 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-rcmcuwrgwsyteczb> has quit IRC | 11:20 | |
*** jonesv[m] <jonesv[m]!jonesvmatr@gateway/shell/matrix.org/x-hlewerhbtotbrwyj> has quit IRC | 11:20 | |
*** codysch[m] <codysch[m]!codyschmat@gateway/shell/matrix.org/x-ncghfncsaahdqnoz> has quit IRC | 11:20 | |
*** stefan-schmidt[m <stefan-schmidt[m!stefan-sch@gateway/shell/matrix.org/x-gddespdwozxqxczh> has quit IRC | 11:20 | |
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-yumkarvgwhjprmww> has quit IRC | 11:20 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-jtqjpgognaqtafzs> has quit IRC | 11:20 | |
*** khem <khem!khemmatrix@gateway/shell/matrix.org/x-wgvlopghjbbxezpd> has quit IRC | 11:20 | |
*** alephan <alephan!andreicubi@gateway/shell/matrix.org/x-qfsqrjryovcyzsog> has quit IRC | 11:20 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-vcboxxzaeegfraum> has quit IRC | 11:20 | |
*** olani[m] <olani[m]!olanimatri@gateway/shell/matrix.org/x-npgfvxezucngrtgj> has quit IRC | 11:20 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-sbioiiuzhdflwgel> has quit IRC | 11:20 | |
*** guillaume <guillaume!gscigalama@gateway/shell/matrix.org/x-qxknwkoyoalxjdet> has quit IRC | 11:21 | |
*** codetronaut[m] <codetronaut[m]!anmolkmatr@gateway/shell/matrix.org/x-mxhahjrmpylomcqe> has quit IRC | 11:21 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-vvnhlvxzxetoxjof> has quit IRC | 11:21 | |
*** kostrak[m] <kostrak[m]!danielkriz@gateway/shell/matrix.org/x-ptbamxfpembioiyt> has quit IRC | 11:21 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-okmdvmxhvslevxwz> has quit IRC | 11:21 | |
*** kaspter <kaspter!~Instantbi@114.87.108.16> has quit IRC | 11:22 | |
RP | kanavin: and ERROR: Cannot use 'hosttools/python3', Python >= 3.6 is required | 11:22 |
RP | so the new qemu has a python 3.6 min version requirement | 11:22 |
* RP knows what rburton will say | 11:22 | |
rburton | lol | 11:23 |
*** ahadi <ahadi!~ahadi@88.130.217.103> has quit IRC | 11:23 | |
* RP remembers the days py 2.4 was controversial | 11:24 | |
*** bps <bps!~bps@80.71.142.18> has joined #yocto | 11:25 | |
*** ahadi <ahadi!~ahadi@88.130.217.103> has joined #yocto | 11:25 | |
*** khem <khem!khemmatrix@gateway/shell/matrix.org/x-mtpyiqgpvqboxfli> has joined #yocto | 11:28 | |
*** khem is now known as Guest65308 | 11:29 | |
*** bps <bps!~bps@80.71.142.18> has quit IRC | 11:29 | |
*** linums <linums!~linums@natx-145.kulnet.kuleuven.be> has quit IRC | 11:30 | |
*** la_croix <la_croix!~la_croix@cpc139740-walt24-2-0-cust196.13-2.cable.virginm.net> has quit IRC | 11:31 | |
*** linums <linums!~linums@apn-94-44-234-25.vodafone.hu> has joined #yocto | 11:31 | |
*** la_croix <la_croix!~la_croix@cpc139740-walt24-2-0-cust196.13-2.cable.virginm.net> has joined #yocto | 11:31 | |
*** pharaon2502 <pharaon2502!~manjaro-u@dh207-120-49.xnet.hr> has joined #yocto | 11:41 | |
*** codetronaut[m] <codetronaut[m]!anmolkmatr@gateway/shell/matrix.org/x-cxhbbunbrqjothaz> has joined #yocto | 11:43 | |
*** xicopitz[m] <xicopitz[m]!xicopitzma@gateway/shell/matrix.org/x-dcdnmjceudsrahhe> has joined #yocto | 11:43 | |
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-hmiygjuyygcvbiye> has joined #yocto | 11:43 | |
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-rbykdidoyoxagqyw> has joined #yocto | 11:43 | |
*** codysch[m] <codysch[m]!codyschmat@gateway/shell/matrix.org/x-iijarzapifmigjtt> has joined #yocto | 11:43 | |
*** hmw1 <hmw1!hmwmatrixo@gateway/shell/matrix.org/x-zxzwevstjtolsisy> has joined #yocto | 11:43 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-tqpnxtlviabtlgdn> has joined #yocto | 11:43 | |
*** stefan-schmidt[m <stefan-schmidt[m!stefan-sch@gateway/shell/matrix.org/x-hjphqjntssdgnfvj> has joined #yocto | 11:43 | |
*** guillaume <guillaume!gscigalama@gateway/shell/matrix.org/x-mnqefetjlybabifq> has joined #yocto | 11:43 | |
*** yangm <yangm!yanyetanot@gateway/shell/matrix.org/x-stsyaqfqwsluvgzh> has joined #yocto | 11:43 | |
*** clementp[m] <clementp[m]!cperonmatr@gateway/shell/matrix.org/x-wdetevtwgyslszjj> has joined #yocto | 11:43 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-zdicxqfuvoocnszn> has joined #yocto | 11:43 | |
*** kostrak[m] <kostrak[m]!danielkriz@gateway/shell/matrix.org/x-royfwgumixhtxjfp> has joined #yocto | 11:44 | |
*** jonesv[m] <jonesv[m]!jonesvmatr@gateway/shell/matrix.org/x-rqeqzfmmgrtpnbwg> has joined #yocto | 11:44 | |
*** alephan <alephan!andreicubi@gateway/shell/matrix.org/x-icdmftxrsnahxxbg> has joined #yocto | 11:44 | |
*** olani[m] <olani[m]!olanimatri@gateway/shell/matrix.org/x-wuwbcaqjmzohojvu> has joined #yocto | 11:44 | |
*** lexano[m] <lexano[m]!lexanomatr@gateway/shell/matrix.org/x-dyeefttlkmbzpzgh> has joined #yocto | 11:44 | |
*** B0ned1ger2 <B0ned1ger2!~B0ned1ger@82-135-139-249.static.zebra.lt> has quit IRC | 11:49 | |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 11:49 | |
*** davidinux1 <davidinux1!~davidinux@83.143.245.180> has joined #yocto | 11:56 | |
*** davidinux <davidinux!~davidinux@62.182.99.139> has quit IRC | 11:59 | |
*** davidinux2 <davidinux2!~davidinux@217.138.197.60> has joined #yocto | 12:05 | |
*** linums <linums!~linums@apn-94-44-234-25.vodafone.hu> has quit IRC | 12:06 | |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 12:07 | |
*** davidinux3 <davidinux3!~davidinux@62.182.99.139> has joined #yocto | 12:08 | |
*** davidinux1 <davidinux1!~davidinux@83.143.245.180> has quit IRC | 12:08 | |
*** davidinux2 <davidinux2!~davidinux@217.138.197.60> has quit IRC | 12:11 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 12:11 | |
*** kaspter <kaspter!~Instantbi@180.168.140.162> has joined #yocto | 12:11 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-96-234-151-198.bltmmd.fios.verizon.net> has joined #yocto | 12:14 | |
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has quit IRC | 12:21 | |
*** kaspter <kaspter!~Instantbi@180.168.140.162> has quit IRC | 12:24 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 12:24 | |
*** wooosaiii <wooosaiii!~wooo@89-212-21-243.static.t-2.net> has joined #yocto | 12:29 | |
*** amitk_ <amitk_!~amit@unaffiliated/amitk> has joined #yocto | 12:37 | |
*** Konsgn <Konsgn!~Konsgnx3@unafiliated/joyseph> has joined #yocto | 12:39 | |
*** amitk <amitk!~amit@unaffiliated/amitk> has quit IRC | 12:41 | |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has quit IRC | 12:49 | |
*** B0ned1ger2 <B0ned1ger2!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 12:49 | |
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto | 12:57 | |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 12:59 | |
*** camus is now known as kaspter | 12:59 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-fxdqsfdjfpuqglhi> has joined #yocto | 13:09 | |
*** bps <bps!~bps@27-reverse.bang-olufsen.dk> has joined #yocto | 13:10 | |
*** bps2 <bps2!~bps@27-reverse.bang-olufsen.dk> has joined #yocto | 13:12 | |
*** bps <bps!~bps@27-reverse.bang-olufsen.dk> has quit IRC | 13:15 | |
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has quit IRC | 13:17 | |
kanavin | RP: we can insert python3-native there? | 13:21 |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 13:28 | |
RP | kanavin: probably a bad idea and not really needed :/ | 13:29 |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has joined #yocto | 13:29 | |
RP | kanavin: builds are mostly finishing, it looks better than I expected to be honest | 13:32 |
*** Wouter0100 <Wouter0100!~Wouter010@84-80-174-188.fixed.kpn.net> has quit IRC | 13:36 | |
*** Wouter0100 <Wouter0100!~Wouter010@84-80-174-188.fixed.kpn.net> has joined #yocto | 13:37 | |
kanavin | RP: do you have enough pain points to raise a ticket with qemu upstream? | 13:49 |
*** bps2 <bps2!~bps@27-reverse.bang-olufsen.dk> has quit IRC | 13:49 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto | 13:51 | |
Sponge5 | Hi, quick question, I'm trying to make a recipe that simply copies a textfile into the /home/root directory, but I'm getting a "No such file or directory error" on "cp ${WORKDIR}/hello-world.txt ${D}/home/root/hello-world.txt"... | 13:54 |
Sponge5 | Could you tell me what's wrong with the command? | 13:54 |
rburton | ${D}/home/root doesn't exist yet | 13:58 |
rburton | mkdir it first | 13:58 |
rburton | ${D} is initially empty in do_install | 13:58 |
*** zkrx <zkrx!~slimshady@adsl-89-217-240-77.adslplus.ch> has quit IRC | 14:00 | |
Sponge5 | rburton: Isn't ${D} the image destination? Shouldn't it be populated at the time of installing packages? | 14:02 |
rburton | but do_install is when you generate the package, not build the image | 14:03 |
rburton | images are just extracting packages, packages are created in isolation | 14:03 |
Sponge5 | ahh, I guess I still don't understand basic terminology a week from starting with yocto | 14:04 |
rburton | recipes generate packages, packages are unpacked into images | 14:05 |
Sponge5 | So it probably isn't good practice to manipulate /home/root from inside recipes, correct? | 14:06 |
Sponge5 | since that gets created when the image is made | 14:07 |
rburton | you can put a file in a package to drop files into there,that's fine | 14:09 |
Sponge5 | get it, thank you. | 14:12 |
*** kaspter <kaspter!~Instantbi@58.246.136.202> has quit IRC | 14:25 | |
Sponge5 | Ok, one more quick one; where do I specify "FILES_${PN} += ..." It doesn't work, when I put it in the hello-world recipe.. | 14:30 |
Sponge5 | I'm trying to fix "hello-world: Files/directories were installed | 14:31 |
Sponge5 | but not shipped in any package | 14:31 |
rburton | don't put ${D} in the value | 14:32 |
*** justas <justas!~justas@78-61-38-172.static.zebra.lt> has joined #yocto | 14:35 | |
*** sno <sno!~sno@xdsl-87-78-77-211.nc.de> has joined #yocto | 14:37 | |
Sponge5 | rburton: 2worked! thank you! | 14:37 |
RP | kanavin: I suspect I've more work to do before I can do that | 14:38 |
justas | Hello, I'm trying to build a userspace application that uses libnl3. However, during compilation I get "fatal error: netlink-private/object-api.h: No such file or directory". I've checked the working directory and in fact that appears to be missing. I can only see "recipe-sysroot/usr/include/libnl3/netlink/object-api.h", in fact the whole netlink-private folder is missing. Could you steer me in the right direction to look for the problem? | 14:38 |
RP | justas: I know nothing about nl3 but the "private" sounds like internal headers it shouldn't be pulling in if used correctly externally | 14:40 |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 14:41 | |
*** kaspter <kaspter!~Instantbi@2409:8a1e:9118:efa0:fdc3:14d1:417f:3736> has joined #yocto | 14:46 | |
justas | I need to do some work with netlink sockets, and for example struct nl_sock is defined in "netlink-private/types.h", the non-private version is very different. | 14:47 |
*** zkrx <zkrx!~slimshady@adsl-89-217-240-77.adslplus.ch> has joined #yocto | 14:47 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 14:50 | |
justas | Well it looks like you're right. Checked the source code of libnl and all private headers are set to noinst_HEADERS. Thank you :) | 14:53 |
*** zkrx <zkrx!~slimshady@adsl-89-217-240-77.adslplus.ch> has quit IRC | 14:53 | |
*** zkrx <zkrx!~slimshady@adsl-89-217-240-77.adslplus.ch> has joined #yocto | 14:55 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto | 15:00 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has quit IRC | 15:09 | |
*** kpo_ <kpo_!~kpo@bwu34.internetdsl.tpnet.pl> has joined #yocto | 15:10 | |
mcfrisk | hi, how to avoid that custom python libs executed in "python do_install" create caches to path of the python library, e.g. meta-bla/libs/foo.py creates mata-bla/libs/__pycache__/ directory into the git tree after running the tasks? "inherit python3" in the bbclass isn't enough. | 15:13 |
mcfrisk | oh, poky tree is also full of __pycache__ directories after build. this is ugly. | 15:15 |
*** Wouter0100 <Wouter0100!~Wouter010@84-80-174-188.fixed.kpn.net> has quit IRC | 15:15 | |
*** Wouter0100 <Wouter0100!~Wouter010@84-80-174-188.fixed.kpn.net> has joined #yocto | 15:16 | |
rburton | you can't really stop python doing that, as it runs bytecode not the scripts | 15:17 |
*** justas <justas!~justas@78-61-38-172.static.zebra.lt> has quit IRC | 15:25 | |
*** mbulut <mbulut!~nameclash@ip1f11b371.dynamic.kabel-deutschland.de> has quit IRC | 15:26 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has quit IRC | 15:40 | |
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has joined #yocto | 15:40 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto | 15:40 | |
*** warlock <warlock!5074ccee@host-80-116-204-238.pool80116.interbusiness.it> has joined #yocto | 15:45 | |
warlock | Hello to everyone, could someone suggest me the EASIEST way to get a graphical build?? vnc, X11, framebuffer?? | 15:47 |
*** King_InuYasha is now known as Conan_Kudo | 15:51 | |
*** Conan_Kudo is now known as King_InuYasha | 15:52 | |
warlock | Did somebody get experience on graphical build with yocto? | 15:54 |
JPEW | warlock: it depends on your hardware | 15:54 |
warlock | Jpew you are right. My build is just for test and the platform is qemux86 | 15:56 |
warlock | Jpew, I tried with core-minimal-xvnc, but the problem is the virtual network device, it doesn't function, probably I should use KVM but the build is already inside a LXC | 15:59 |
JPEW | warlock: Ah.... not sure I know then. The only qemu graphical builds I've ever done are KVM + weston | 16:00 |
warlock | Jpew, probably the best answer, but I cannot use KVM from the LXC inside | 16:01 |
warlock | :-( | 16:01 |
JPEW | warlock: Ya.... I would recommend using a docker container instead of LXC FWIW | 16:02 |
warlock | framebuffer culd be a solution, but I didn't meet someone who has experience on it | 16:02 |
JPEW | warlock: Actually.... LXC is just a container, not a VM, so you might be able to do it still.... | 16:02 |
JPEW | Can you access the build workspace from the host? | 16:03 |
warlock | Jpew Docker is a over-structure on LXC | 16:03 |
JPEW | (e.g. outside the container) | 16:03 |
tlwoerner | the psplash program is a graphical application that runs on the framebuffer | 16:03 |
tlwoerner | (i.e. /dev/fb0) | 16:03 |
warlock | tlwoerner, wooow please tell me more | 16:04 |
tlwoerner | http://layers.openembedded.org/layerindex/recipe/587/ | 16:04 |
warlock | tlwoerner, does an image exist? | 16:04 |
tlwoerner | core-image-x11 | 16:04 |
tlwoerner | but you have to do: IMAGE_FEATURES += "psplash" | 16:05 |
warlock | tlwoerner, great!! have you tried it? | 16:05 |
tlwoerner | actually, all you need is core-image-minimal | 16:05 |
tlwoerner | yes, and with qemu | 16:05 |
tlwoerner | just do core-image-minimal + IMAGE_FEATURES += "psplash" and you'll see it on bootup in qemu | 16:05 |
tlwoerner | https://twoerner.blogspot.com/2020/12/psplash-improvements-for.html | 16:06 |
warlock | I aready built core-image-minimal, but it didn't function without nographic flag | 16:06 |
*** davidinux4 <davidinux4!~davidinux@82.102.21.249> has joined #yocto | 16:06 | |
tlwoerner | using the most up-to-date (i.e. as of yesterday) master? | 16:07 |
tlwoerner | JPEW: would it be safe to assume you'll be using resulttool in the near future? if so, do you know which MACHINEs you're thinking of using? | 16:08 |
warlock | tlwoerner, do you think the problem can be the environment? I mean I build the image inside a LXC | 16:08 |
tlwoerner | warlock: not sure. i build on my build machine natively, and i use the sdl backend for qemu | 16:09 |
*** davidinux3 <davidinux3!~davidinux@62.182.99.139> has quit IRC | 16:09 | |
tlwoerner | (or runqemu, as it were) | 16:09 |
tlwoerner | warlock: hahah, oops. i point this out explicitly in my blog then made the mistake anyway | 16:10 |
tlwoerner | it's: IMAGE_FEATURES += "splash" | 16:10 |
tlwoerner | (not psplash) | 16:10 |
*** amitk_ <amitk_!~amit@unaffiliated/amitk> has quit IRC | 16:11 | |
warlock | ok thank you all for your help and support | 16:11 |
warlock | thank you so much. See you | 16:12 |
tlwoerner | good luck | 16:12 |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC | 16:14 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto | 16:14 | |
tlwoerner | JPEW: ps, looks like rock-pi-4 kernel builds fail with the new linux-5.10. they split the DTS file into 3 separate ones, one for each board revision (A, B, and C) | 16:14 |
tlwoerner | so i'll have to add separate MACHINEs for each | 16:15 |
*** warlock <warlock!5074ccee@host-80-116-204-238.pool80116.interbusiness.it> has quit IRC | 16:16 | |
JPEW | tlwoerner: Yep, my CI *just* caught that :) | 16:16 |
JPEW | I looked into it briefly, but it doesn't look like they have any way of identifying the machines from u-boot (or at least none that they have published), so I think separate MACHINES will be required :( | 16:17 |
tlwoerner | but master supports the building of (at least) 3 different kernel versions (5.4, 5.8, and 5.10 + dev (which is linux-stable, i think?)) | 16:17 |
tlwoerner | so the fix has to be kernel-version specific… somehow? | 16:17 |
zeddii | not that it helps, but I'll be deleting 5.8 shortly. | 16:19 |
zeddii | that still leaves you one-before that change, and one after | 16:19 |
tlwoerner | plus -dev, which is after (?) | 16:19 |
JPEW | tlwoerner: Ya, -dev should be after | 16:19 |
zeddii | yah. -dev is on 5.11 -rc2 (but I was asked to not push it until rc3) | 16:19 |
JPEW | tlwoerner: We can adjust COMPATIBLE_MACHINE so it only works with the newer kernels for those machines | 16:20 |
JPEW | tlwoerner: I suppose we could even keep the old machine if we wanted too.... but that might just rot | 16:20 |
tlwoerner | hmm okay, i'll look into it this afternoon then (if that works for you) | 16:21 |
JPEW | Yep | 16:21 |
tlwoerner | ok | 16:22 |
JPEW | CC me if you make a change and I'll look at it | 16:22 |
tlwoerner | sounds good | 16:22 |
tlwoerner | JPEW: do you plan to use resulttool on any rockchip MACHINEs? | 16:22 |
*** junland <junland!~junland@142.93.201.46> has left #yocto | 16:23 | |
JPEW | tlwoerner: Ideally, it'd use it on all my test boards... but I'm a long way from that | 16:23 |
JPEW | tlwoerner: I still have to figure out how to tie labgrid into selftest | 16:23 |
tlwoerner | okay, i'm hoping to look at resulttool sooner rather than later | 16:23 |
JPEW | tlwoerner: Cool... I'll be curious to see what you find | 16:24 |
tlwoerner | watch this space for updates: → https://twoerner.blogspot.com/ (lol) | 16:25 |
zeddii | put it on your geocities page | 16:27 |
*** zkrx <zkrx!~slimshady@adsl-89-217-240-77.adslplus.ch> has quit IRC | 16:28 | |
tlwoerner | zeddii: hahah :-P | 16:30 |
* zeddii bets that flew over the heads of some young 'uns | 16:31 | |
* tlwoerner recently found out a non-technical family relation of mine still pays ~$20CAD/month for AOL in order to have an email account | 16:32 | |
zeddii | wow. do they pay the CRA in google gift cards as well ? ;) | 16:32 |
tlwoerner | no, silly, the CRA only accepts Apple gift cards, everyone knows that! | 16:33 |
zeddii | ahahaha!! that's why they sent mine back. | 16:33 |
fray | I thought it was visa gift cards! | 16:33 |
zeddii | I'm still sad that all my 1 and 2 dollar bills are no longer legal tender here in the great white north! | 16:34 |
zeddii | except, it isn't so white here. I can see my grass again. | 16:35 |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has quit IRC | 16:36 | |
*** kaspter <kaspter!~Instantbi@2409:8a1e:9118:efa0:fdc3:14d1:417f:3736> has quit IRC | 16:37 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has joined #yocto | 16:38 | |
tlwoerner | you're the 3rd person i know from the ottawa area who has complained to me about not having snow (lol) | 16:42 |
zeddii | we are used to a bit of it!! | 16:42 |
tlwoerner | ironically we don't usually have snow late december, but this year it snowed christmas eve and we've had it ever since :-) | 16:42 |
* tlwoerner waits for TrevorG and Randy to chime in… | 16:43 | |
*** linums <linums!~linums@84.198.214.27> has quit IRC | 16:44 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has quit IRC | 16:45 | |
tlwoerner | zeddii: now you have something to add to your collection of $3 bills | 16:47 |
zeddii | :D | 16:48 |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 16:49 | |
*** leonanavi <leonanavi!~Leon@78.130.197.211> has joined #yocto | 16:49 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC | 16:52 | |
*** B0ned1ger2 <B0ned1ger2!~B0ned1ger@82-135-139-249.static.zebra.lt> has quit IRC | 16:53 | |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 16:54 | |
*** ByteLawd <ByteLawd!extor@unaffiliated/extor> has quit IRC | 17:00 | |
*** extorr <extorr!extor@unaffiliated/extor> has joined #yocto | 17:00 | |
*** linums <linums!~linums@84.198.214.27> has quit IRC | 17:00 | |
*** linums <linums!~linums@apn-94-44-255-134.vodafone.hu> has joined #yocto | 17:02 | |
*** gsalazar <gsalazar!955a6fad@gateway/web/cgi-irc/kiwiirc.com/ip.149.90.111.173> has quit IRC | 17:04 | |
*** intera_91 <intera_91!521f818d@cpc142184-mcam2-2-0-cust140.18-3.cable.virginm.net> has joined #yocto | 17:04 | |
intera_91 | good afternoon from the UK | 17:05 |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:2ca9:ad92:533d:4d41> has quit IRC | 17:05 | |
*** linums <linums!~linums@apn-94-44-255-134.vodafone.hu> has quit IRC | 17:06 | |
intera_91 | got a question as am a newbie on yocto, I am trying to create a layer to include a project of mine in the rootfs, now this project depends on a number of librairies (193 of them to be precise) and only a few of them exist in the image I am building (core-image-sato) the image builds fine and boots and runs ok | 17:08 |
*** linums <linums!~linums@apn-94-44-110-231.vodafone.hu> has joined #yocto | 17:08 | |
intera_91 | question is how do I include these librairies in the filesystem, nearly all of them have rpms and adding them shouldn't be complicated | 17:09 |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 17:09 | |
sakoman | **** Time to select the CVE raffle winner **** | 17:10 |
fray | for 2020, I suspect SolarWinds won | 17:11 |
sakoman | Looks like there are 50 entries: | 17:11 |
sakoman | steve@octo:~/Desktop$ wc -l cve-raffle-sorted-nodups | 17:11 |
sakoman | 50 cve-raffle-sorted-nodups | 17:11 |
sakoman | And the winner by random selection is: | 17:12 |
sakoman | steve@octo:~/Desktop$ shuf -n 1 cve-raffle-sorted-nodups | 17:12 |
sakoman | CVE-2020-1971: Robert Joslyn <robert.joslyn@redrectangle.org> | 17:12 |
*** vineela <vineela!vtummala@nat/intel/x-blrunwivcgqrlrwo> has joined #yocto | 17:12 | |
*** stzsch <stzsch!~stzsch@187.44.81.18> has quit IRC | 17:13 | |
*** rcoote <rcoote!~rcoote@5.146.199.114> has quit IRC | 17:13 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:f968:a7c:77a3:2e98> has joined #yocto | 17:15 | |
*** stzsch <stzsch!~stzsch@187.44.81.18> has joined #yocto | 17:17 | |
zeddii | FRAUD | 17:18 |
zeddii | I DEMAND A RECOUNT | 17:18 |
*** leonanavi <leonanavi!~Leon@78.130.197.211> has quit IRC | 17:19 | |
*** intera_91 <intera_91!521f818d@cpc142184-mcam2-2-0-cust140.18-3.cable.virginm.net> has quit IRC | 17:20 | |
RP | sakoman: nice :) | 17:21 |
sakoman | zeddii: :-) recount demands seem to be quite popular these days | 17:23 |
sakoman | zeddii: OK, I recounted. There are still 50 entries ;-) | 17:24 |
zeddii | the contents of that file were switched at 3am! | 17:25 |
zeddii | we didn't have any auditors present! | 17:25 |
zeddii | #altfacts | 17:25 |
zeddii | :D | 17:25 |
*** fl0v0 <fl0v0!~fvo@89.244.125.37> has quit IRC | 17:29 | |
*** beneth <beneth!~beneth@irc.beneth.fr> has left #yocto | 17:42 | |
RP | seebs: does http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next&id=84249a2b477f3a2ada7641bbb1a10511b4f838e6 look right? | 17:58 |
*** ant__ <ant__!~ant__@host-79-24-216-16.retail.telecomitalia.it> has joined #yocto | 17:59 | |
*** zkrx <zkrx!~slimshady@2001:1715:9d9e:d3b0:21e:6ff:fe42:521> has joined #yocto | 18:02 | |
*** linums <linums!~linums@84.198.214.27> has quit IRC | 18:13 | |
*** linums <linums!~linums@apn-94-44-104-35.vodafone.hu> has joined #yocto | 18:14 | |
*** linums <linums!~linums@apn-94-44-104-35.vodafone.hu> has quit IRC | 18:32 | |
*** linums <linums!~linums@84.198.214.27> has joined #yocto | 18:33 | |
*** zkrx <zkrx!~slimshady@2001:1715:9d9e:d3b0:21e:6ff:fe42:521> has quit IRC | 18:35 | |
seebs | Yeah. I was going to ask why you were adding SYMLINK_NOFOLLOW support to the NO_REAL_AT_FUNCTIONS case, but the previous thing explains it. | 18:37 |
seebs | i gotta say i am not hyped about lchmod existing | 18:37 |
moto-timo | I might have some peach pie this week. | 18:39 |
zeddii | :D | 18:39 |
moto-timo | with brown sugar on top | 18:39 |
zeddii | not orange meringue ? | 18:39 |
moto-timo | orange peeps are only for microwave experiments | 18:40 |
*** zkrx <zkrx!~slimshady@adsl-89-217-237-59.adslplus.ch> has joined #yocto | 18:40 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 18:43 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 18:44 | |
*** ant__ <ant__!~ant__@host-79-24-216-16.retail.telecomitalia.it> has quit IRC | 18:48 | |
*** ant__ <ant__!~ant__@host-79-40-255-45.business.telecomitalia.it> has joined #yocto | 19:03 | |
*** rcw <rcw!~rcwoolley@45.72.247.188> has joined #yocto | 19:32 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has joined #yocto | 19:34 | |
*** davidinux <davidinux!~davidinux@62.182.99.118> has joined #yocto | 19:42 | |
*** davidinux4 <davidinux4!~davidinux@82.102.21.249> has quit IRC | 19:45 | |
idadel | Hello Everyone. Please I need some help. | 19:51 |
idadel | https://www.irccloud.com/pastebin/YqdnDG5T/ | 19:51 |
*** oberstet <oberstet!~oberstet@213.170.219.39> has quit IRC | 19:56 | |
*** gpanders <gpanders!~gpanders@c-73-228-7-205.hsd1.nm.comcast.net> has quit IRC | 19:58 | |
*** gpanders <gpanders!~gpanders@c-73-228-7-205.hsd1.nm.comcast.net> has joined #yocto | 19:59 | |
*** davidinux <davidinux!~davidinux@62.182.99.118> has quit IRC | 20:04 | |
*** hi66 <hi66!c0c693af@192.198.147.175> has joined #yocto | 20:08 | |
hi66 | ERROR: Running idle function########################################################## | ETA: 0:00:01 | 20:08 |
hi66 | KeyError: 'exc' | 20:09 |
hi66 | while running bitbake for yocto | 20:09 |
*** hi66 <hi66!c0c693af@192.198.147.175> has left #yocto | 20:10 | |
*** Guest65308 <Guest65308!khemmatrix@gateway/shell/matrix.org/x-mtpyiqgpvqboxfli> has quit IRC | 20:32 | |
*** Guest65308 <Guest65308!khemmatrix@unaffiliated/khem> has joined #yocto | 20:32 | |
*** Guest65308 <Guest65308!khemmatrix@gateway/shell/matrix.org/x-mtpyiqgpvqboxfli> has joined #yocto | 20:32 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has joined #yocto | 20:33 | |
*** zyga-mbp <zyga-mbp!~zyga@unaffiliated/zyga> has joined #yocto | 20:35 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has quit IRC | 20:36 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has joined #yocto | 20:39 | |
*** zyga-mbp <zyga-mbp!~zyga@unaffiliated/zyga> has quit IRC | 20:41 | |
Guest65308 | idadel: how does it come to deduce the license to be GPL-2.0 WITH Linux-syscall-note ? | 20:47 |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has quit IRC | 20:49 | |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 20:49 | |
*** davidinux <davidinux!~davidinux@217.138.197.44> has joined #yocto | 20:55 | |
RP | seebs: it doesn't seem like a great idea to me either but it seems it does now :/ | 21:01 |
RP | seebs: thanks for the sanity check :) | 21:01 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 21:11 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has quit IRC | 21:11 | |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has joined #yocto | 21:13 | |
seebs | sanity. hah. | 21:22 |
seebs | this is not a great day for sanity checks i think | 21:22 |
moto-timo | indeed it is not | 21:22 |
moto-timo | #2020.2.0 | 21:23 |
RP | seebs: I was just looking at the news :( | 21:27 |
*** aquijoule_ <aquijoule_!~richbridg@089144204245.atnat0013.highway.webapn.at> has quit IRC | 21:28 | |
*** richbridger <richbridger!~richbridg@089144204245.atnat0013.highway.webapn.at> has joined #yocto | 21:28 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 21:30 | |
seebs | i am just so happy for all the lawtwitter people | 21:31 |
seebs | who have spent YEARS angrily saying "no, that's NOT sedition" | 21:31 |
seebs | and finally get to say "okay sure that's sedition" | 21:31 |
*** Sponge5 <Sponge5!~adam@ip-89-177-129-187.net.upcbroadband.cz> has quit IRC | 21:33 | |
*** amerigo <amerigo!uid331857@gateway/web/irccloud.com/x-yfslrwncojbqmybp> has joined #yocto | 21:43 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:e280:4855:d680:1368:8209> has joined #yocto | 21:54 | |
*** tgamblin_ <tgamblin_!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has joined #yocto | 21:55 | |
*** tgamblin <tgamblin!~tgamblin@cpe64777de11593-cm64777de11590.cpe.net.cable.rogers.com> has quit IRC | 21:58 | |
*** tgamblin_ is now known as tgamblin | 21:58 | |
RP | rburton: fwiw I think there is only debian9 using py 3.5 | 22:01 |
RP | i.e. not a lot of reason to keep 3.5 as the min | 22:01 |
RP | kanavin: deleting patches from qemu seems to be fixing failures :) | 22:02 |
kanavin | RP: that's how I do those restoring-recipe-sanity version updates :) | 22:02 |
kanavin | RP: start off by deleting *all* patches, then bring them back on a strict needs-to-be-present basis | 22:03 |
kanavin | no 'someone may have an issue if this patch is absent' nonsense :) | 22:03 |
*** Konsgn <Konsgn!~Konsgnx3@unafiliated/joyseph> has quit IRC | 22:04 | |
RP | kanavin: I do know the history of most of the qemu ones but the failures definitely pointed at the patches as now being problematic | 22:05 |
RP | kanavin: I'm forcing a full rebuild for other changes so will be interesting to see how this build looks | 22:06 |
*** pikes <pikes!~pikes@rrcs-64-183-119-74.west.biz.rr.com> has joined #yocto | 22:07 | |
RP | JPEW: would you be able to help with https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/2903/steps/12/logs/stdio ? (new qemu on mingw) | 22:07 |
RP | JPEW: I suspect the switch to meson upset something | 22:08 |
JPEW | RP: Ok | 22:09 |
RP | JPEW: its building things so hopefully just a path configuration issue, thanks! | 22:10 |
JPEW | RP: Ugh 32-bit MinGW :/ | 22:12 |
ant__ | RP: hi there, while it builds can you maybe comment about using ASSUME_SHLIBS for custom libfoo.so without soname? | 22:12 |
ant__ | seems rather an hack but googling I found worse... | 22:13 |
RP | ant__: it does seem a bit of a hack. Not sure we do that anywhere in core? | 22:14 |
ant__ | well, these should maybe be PRIVATE_LIBS so the question is a bit pointless | 22:14 |
ant__ | no, no, just a layer uses it | 22:14 |
RP | ant__: PRIVATE_LIBS is definitely nicer | 22:15 |
ant__ | ah, ok, then adding the RDEPENDS | 22:16 |
RP | JPEW: sorry. If we want to jettison that in favour of 64 only... ;-) | 22:18 |
JPEW | RP: Maybe... it looks like perhaps the actual problem is that the qemu build is eliding all the TLDs ("bin", "share", etc.) when installing | 22:19 |
JPEW | Which, to be fair *is* how it gets installed on Windows.... | 22:19 |
RP | JPEW: there was a small change to the "suffix" option which I had to adapt the recipe too, wonder if that is related? :/ | 22:23 |
JPEW | RP: Maybe... let me try a build | 22:26 |
*** tgoodwin <tgoodwin!~tgoodwin@static-96-234-151-198.bltmmd.fios.verizon.net> has quit IRC | 22:33 | |
*** zyga <zyga!~zyga@unaffiliated/zyga> has quit IRC | 22:34 | |
*** mbulut <mbulut!~nameclash@ip1f11b371.dynamic.kabel-deutschland.de> has joined #yocto | 22:38 | |
opello | hi, i have a crusty old build environment that works and new docker one that doesn't to generate my image ... the difference appears to be in the rpm spec files where some libs aren't being put in the Requires and Provides for my (unnecessarily complex) package and i can't quite figure out why :( | 22:41 |
opello | ahead of the spec file i found the pkgdata, which shows some ordering differences and some content differences that i've not quite exhaustively correlated yet -- but i'm at a loss to understand how the same 'code' would produce such wildly different results (one includes the sstate-cache that is preserved and shared across many builds, which may be "the key difference") | 22:43 |
opello | my best guess is to instrument the part of the system that discovers dependencies by looking at binaries, so any direction as to where to find that would be helpful :) | 22:44 |
RP | opello: the code is in package.bbclass and lib/oe/package.py | 22:46 |
RP | opello: the data is written out to pkgdata so if that doesn't look right, that is somewhere to look and follow up | 22:47 |
opello | RP: thanks! yeah in the pkgdata i see the FILERDEPENDS missing for the missing spec file elements, so that's pretty compelling ... | 22:48 |
opello | adding debug prints to package.bbclass ends up re-running quite a few tasks, i imagine i can just override them for my recipe too? | 22:48 |
RP | opello: that is generated by rpmdeps iirc | 22:48 |
RP | opello: writing a locked-sigs.inc and including that to force the hashes | 22:49 |
RP | (will stop things rebuilding) | 22:49 |
opello | ah, i've seen that documented but haven't used it -- will try to make use of that too | 22:50 |
ant__ | RP: the other/worse hack to handle no soname https://www.yoctoproject.org/pipermail/yocto/2015-February/023715.html | 23:03 |
JPEW | RP: Ah, found it: https://github.com/qemu/qemu/blob/master/configure#L1573 :/ | 23:03 |
RP | JPEW: oh :/ | 23:04 |
JPEW | RP: Supper time. I'll give it a think for a bit | 23:05 |
RP | JPEW: fair enough. I'm going to run more builds/tests of qemu overnight and I've my hands full with other issues (like the missing pseudo lchmod wrapper breaking reproducibility) | 23:06 |
RP | JPEW: thanks! | 23:06 |
RP | ant__: That does look worse/horrible | 23:06 |
ant__ | meta-rockchip shoud have the ASSUME_SHLIBS thingy, which I understend as coupled with ASSUME_PROVIDED so not for target | 23:07 |
ant__ | https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries | 23:08 |
ant__ | ^ add the no-no examples :) | 23:09 |
RP | ant__: docs patches weclome! | 23:09 |
RP | well, that is a wiki :) | 23:09 |
ant__ | he, I am still newb against unversioned libs w/out soname..never happened before... | 23:10 |
*** mbulut <mbulut!~nameclash@ip1f11b371.dynamic.kabel-deutschland.de> has quit IRC | 23:15 | |
*** mbulut <mbulut!~nameclash@ip1f11b371.dynamic.kabel-deutschland.de> has joined #yocto | 23:15 | |
paulg | heh - an old co-worker pointed me at this 6-7y old patch and asked me why it wasn't merged... | 23:23 |
paulg | https://www.yoctoproject.org/pipermail/poky/2014-July/009821.html | 23:23 |
paulg | I have no idea. I'd still say using "/home/root" sucks swamp water even today. | 23:24 |
sgw | paulg that one certainly got lost! | 23:42 |
paulg | sgw, maybe kernel people aren't allowed to muck with userspace... ;-) | 23:47 |
paulg | need somebody like RP to give it the holy blessing. | 23:48 |
*** B0ned1ger <B0ned1ger!~B0ned1ger@82-135-139-249.static.zebra.lt> has quit IRC | 23:49 | |
*** B0ned1ger2 <B0ned1ger2!~B0ned1ger@82-135-139-249.static.zebra.lt> has joined #yocto | 23:49 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!