Friday, 2022-09-02

khemyou need to replace `ssl rehash` to `ssl certhash` maybe00:08
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)00:14
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto00:14
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)00:19
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto00:19
khemvvn:  perhaps look into `-B` option of mkimage00:25
sotaoverridekhem: will that work wuth openssl 1.0.2.u?00:26
khemyes00:26
sotaoverridekhem: maybe help me understand where ca-cert even makes these rehash call, so I can make a patch.00:27
khemthere are some python scripts in ca-certificates package IIRC00:27
*** seninha_ <seninha_!~seninha@user/seninha> has quit IRC (Remote host closed the connection)00:43
*** SunInDusk <SunInDusk!~SunInDusk@user/sunindusk> has joined #yocto00:43
sotaoverrideapparently the recipe for ca-certificates pulls from this repo https://salsa.debian.org/debian/ca-certificates/-/tree/master/debian. I cant find any python scripts etc there with rehash calls...00:44
sotaoverrideDont see any python scripts actually!00:44
SunInDuskHello everyone, has anyone encountered this situation? I use yocto dunfell version, gcc is 9.3.0. Sometimes the code compiles with an error, but I can't find the reason for the error in the compiled log file. Anyone encountered this situation? I googled a lot and didn't find any information.00:46
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)00:57
*** starblue <starblue!~juergen@dslb-188-100-135-124.188.100.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds)01:15
*** starblue <starblue!~juergen@dslb-188-100-138-023.188.100.pools.vodafone-ip.de> has joined #yocto01:17
*** mihai <mihai!~mihai@user/mihai> has quit IRC (Ping timeout: 240 seconds)01:28
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 264 seconds)01:45
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto01:45
*** opello <opello!~opello@about/csharp/opello> has left #yocto01:58
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto02:21
*** jclsn <jclsn!~jclsn@2a04:4540:652c:e600:1651:48b1:ec21:fd0d> has quit IRC (Ping timeout: 240 seconds)02:56
*** jclsn <jclsn!~jclsn@2a04:4540:6523:9000:c820:206a:880d:ff1b> has joined #yocto02:58
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has joined #yocto02:59
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds)04:03
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto04:03
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)04:09
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto04:09
*** Circuitsoft <Circuitsoft!uid393878@id-393878.lymington.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)04:19
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-004-167.um10.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds)04:21
*** amitk <amitk!~amit@103.59.74.74> has joined #yocto04:21
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:26
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-004-167.um10.pools.vodafone-ip.de> has joined #yocto04:34
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 244 seconds)05:01
*** mrnuke <mrnuke!~mrnuke@c-98-197-58-203.hsd1.tx.comcast.net> has quit IRC (Read error: Connection reset by peer)05:01
*** mrnuke <mrnuke!~mrnuke@c-98-197-58-203.hsd1.tx.comcast.net> has joined #yocto05:03
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 264 seconds)05:04
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto05:05
*** davidinux <davidinux!~davidinux@92.118.62.212> has quit IRC (Ping timeout: 260 seconds)05:07
*** davidinux <davidinux!~davidinux@81.22.36.114> has joined #yocto05:09
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:46
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)05:50
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:51
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)05:52
*** SunInDusk <SunInDusk!~SunInDusk@user/sunindusk> has quit IRC (Quit: Leaving)06:18
*** tre <tre!~tre@ip5f5886dd.dynamic.kabel-deutschland.de> has joined #yocto06:24
*** mckoan|away is now known as mckoan06:43
mckoangood morning06:43
LetoThe2ndyo dudX, yo mckoan06:44
jclsnMorgen07:07
ykronsHi all07:16
ykronsI'm working with Dunfell for iMX8 machine where I have activated multilib support to be able to build 32bit applications. Everything went fine and I'm able to build 32bit application running on my 64bit BSP with the generated BSP.07:17
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto07:18
ykronsHowever libusb in 32bit version is missing, so I have added lib32-libusb1 to my IMAGE_INSTALL. Since that change I have an error when I generated the SDK "WARNING: eagle-image-1.0-r0 do_populate_sdk: Manifest /workdir/oe-core/build/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-lib32-wayland-protocols.package_write_ipk not found in 1388_imx8x aarch64-mx8 armv7at2hf-neon armv7ahf-neon armv7at2hf-vfp armv7ahf-vfp armv6thf-vfp armv6hf-vfp armv5tehf-vfp07:19
ykronsarmv5ehf-vfp armv5thf-vfp armv5hf-vfp allarch x86_64_x86_64-nativesdk (variant 'lib32')?"07:19
ykronsI can't find the relation between adding the libusb and wayland-protocol and why this can break manifest generation. Did someone have an idea what can be wrong ?07:20
kanavin_ykrons, you should not have to add any library explicitly, it usually gets pulled in via package dependencies07:26
kanavin_if that doesn't happen, then nothing depends on the library, and then why install it?07:27
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)07:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto07:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)07:34
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto07:34
*** beneth <beneth!~beneth@xmpp.beneth.fr> has quit IRC (Read error: Connection reset by peer)07:35
ykronskanavin_: I know that point, but I need to build the application out of yocto with only the SDK and I have not yet done the corresponding recipe. I'm expecting adding lib32-libusb1 would have the same impact as a RDEPENDS on it07:39
ykronsI will draft a empty recipe with only this dependencies to see if it is better07:40
ykrons-RDEPENDS -> DEPENDS07:42
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto07:44
*** vladest <vladest!~Thunderbi@124.150.198.178.dynamic.wline.res.cust.swisscom.ch> has joined #yocto07:44
*** vladest <vladest!~Thunderbi@124.150.198.178.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Client Quit)07:47
*** vladest <vladest!~Thunderbi@124.150.198.178.dynamic.wline.res.cust.swisscom.ch> has joined #yocto07:50
abellonikanavin_: the templateconf series broke metrics: https://autobuilder.yoctoproject.org/typhoon/#/builders/138/builds/130/steps/12/logs/stdio07:53
*** brware <brware!~brware@net-93-147-51-49.cust.vodafonedsl.it> has joined #yocto07:54
kanavin_abelloni, I'll take a look07:54
brwareHi guys. I'm new to yoctoproject and I generated a minimal image but when I try to run It as live the filesystem come as read only. Is there anyone that help me to switch the rootfs in write/read mode. Thanks in advance07:57
LetoThe2ndbrware: by default the created images are rw, so the question is which documentation you followed.07:58
brwareI don't find informations about this08:00
brwareLetoThe2nd you suggest me a documentation that help me about this?08:03
brwarecan?08:03
LetoThe2ndbrware: how did you start?08:03
*** zeddii <zeddii!~zeddii@173.34.88.218> has quit IRC (Ping timeout: 260 seconds)08:04
LetoThe2ndbrware: because if you ran the generic yocto getting started, then you have a rw rootfs.08:04
*** zeddii <zeddii!~zeddii@173.34.88.218> has joined #yocto08:05
LetoThe2ndhttps://docs.yoctoproject.org/brief-yoctoprojectqs/index.html08:05
brwareLetoThe2nd Yes, if I install It the filesystem is rw but if lunch the live it is ro08:05
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto08:05
kanavin_abelloni, patch to yocto-autobuilder-helper sent08:06
LetoThe2ndbrware: what is "the live"? what is "the install"?08:06
brwareLetoThe2nd I generate a bootable iso and the options that can you choose are: Graphics console boot and Graphics console boot08:07
brwareI mean Graphics console boot08:07
LetoThe2ndbrware: see, so far you totally left out that we are talking about an ISO image. that was the missing piece.08:08
*** milkylainen <milkylainen!~christian@static-212-247-174-226.cust.tele2.se> has joined #yocto08:08
LetoThe2ndbrware: don't know then, never used it.08:08
brwareLetoThe2nd Do you have a custom boot loader? I build image for the genericx86-6408:09
LetoThe2ndbrware: no, i also don't do x86, sorry.08:10
milkylainenTotal noob/basic question. Tried passing an extramake to a package containing a path to a file. Variable is passed correctly. But that path is relative and is not found from the package source. $THISDIR/files?08:11
milkylainenSo how do I pass an absolute path when building a package, or where do I place files the source can find?08:12
*** brware <brware!~brware@net-93-147-51-49.cust.vodafonedsl.it> has quit IRC (Quit: Ping timeout (120 seconds))08:18
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto08:25
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)08:39
*** tomzy_0 <tomzy_0!~tomzy_0@84-10-27-202.static.chello.pl> has joined #yocto08:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto08:39
*** ardo <ardo!~ardo@host-188-10-58-99.business.telecomitalia.it> has quit IRC (Read error: Connection reset by peer)08:41
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)08:43
*** ardo <ardo!~ardo@host-188-10-58-99.business.telecomitalia.it> has joined #yocto08:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto08:44
*** brware <brware!~brware@net-93-147-51-49.cust.vodafonedsl.it> has joined #yocto08:51
*** mihai <mihai!~mihai@user/mihai> has joined #yocto08:52
ykronskanavin_: I have added a recipe for my apps with libusb1 in DEPENDS and I got the same error during SDK generation when I had my lib32-myapp to IMAGE_INSTALL08:53
*** brware <brware!~brware@net-93-147-51-49.cust.vodafonedsl.it> has quit IRC (Quit: Ping timeout (120 seconds))08:57
*** seninha <seninha!~seninha@user/seninha> has joined #yocto09:24
mrybczyn[m]JPEW RP: will someone working on the spdx class be in Dublin at ELC? There's an interesting new functionality in the works and a chat could be useful09:41
RPmrybczyn[m]: I'm not sure. I won't be there unfortunately :(09:54
*** goliath <goliath!~goliath@user/goliath> has joined #yocto10:01
*** starblue <starblue!~juergen@dslb-188-100-138-023.188.100.pools.vodafone-ip.de> has quit IRC (Ping timeout: 264 seconds)10:14
LetoThe2nddoes anybody happen to have a x86 harddisk image build around for download? core-image-minimal or such?10:15
*** starblue <starblue!~juergen@dslb-188-100-138-023.188.100.pools.vodafone-ip.de> has joined #yocto10:16
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)10:23
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)10:29
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto10:29
DvorkinDmitryproblem building the libtalloc in latest dunfell: part1: https://pastebin.com/Z87sc9Wi part2: https://pastebin.com/hpGPRyde10:32
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto10:33
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)10:38
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto10:38
RPLetoThe2nd: release builds from YP?10:46
*** ykrons <ykrons!~guillaume@62.192.23.101> has quit IRC (Remote host closed the connection)10:53
*** ykrons <ykrons!~guillaume@62.192.23.101> has joined #yocto10:59
*** DvorkinDmitry <DvorkinDmitry!~dvorkin@5.167.98.73> has quit IRC (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)11:06
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)11:10
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto11:10
*** DvorkinDmitry <DvorkinDmitry!~dvorkin@5.167.98.73> has joined #yocto11:30
landgrafRP: abelloni: Hi. I've sent patch few days ago to address dropbear-openssh conflicts https://lists.openembedded.org/g/openembedded-core/message/170000 (and got nice msg id :) ) . It's not in any repos atm. Should I rework/resend it?11:37
RPlandgraf: I suspect abelloni just missed it11:37
landgrafyeah. that's why I've pinged him too.11:38
landgrafthought it may be because of feature freeze or something like that11:38
*** zeddii <zeddii!~zeddii@173.34.88.218> has quit IRC (Ping timeout: 240 seconds)11:39
RPlandgraf: we're just struggling with a few issues causing many build failures11:39
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 268 seconds)11:39
RPinfrastructure fetching issue, ruby/webkit issue that suddenly appeared and so on11:39
landgrafRP: yup. I know. Something for me to work on? I have plenty of free time now...11:40
JPEWmrybczyn[m]: I don't think so unfortunately11:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds)11:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto11:59
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 252 seconds)12:04
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto12:04
*** zpfvo <zpfvo!~fvo@i59F5CDB7.versanet.de> has joined #yocto12:17
*** SmoothBrain <SmoothBrain!~SmoothBra@213.208.255.250> has joined #yocto12:20
SmoothBrainHi all, anyone ever figured out a way to make kas less verbose?12:21
SmoothBrainIt's printing INFO logs by default. And there is only a DEBUG flag as a CLI parameter to enable more logs12:21
JPEWmrybczyn[m]: you could bring it up at the dev meeting on Tuesday?12:25
mrybczyn[m]JPEW: will start from a ml post and then we'll come yo a Tuesday meeting, deal12:29
RPlandgraf: there are lots of small things to tidy up now I think. I'm waiting on a rust fix and the current patch queue testing and then I think we'll build M312:33
* RP remembers about the broken nativesdk-gcc12:34
JPEWmrybczyn[m]: sounds good :)12:34
*** hmw[m] <hmw[m]!~hmwmatrix@2001:470:69fc:105::3c7c> has joined #yocto12:36
*** paulg <paulg!~paulg@104-195-159-20.cpe.teksavvy.com> has joined #yocto12:45
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Ping timeout: 268 seconds)12:46
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto12:48
*** eirikb[m] <eirikb[m]!~eirikbmat@2001:470:69fc:105::2:7685> has joined #yocto12:50
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto13:00
eirikb[m]Hi. Can I ask about application development environments here?13:03
*** mvlad <mvlad!~mvlad@2a02:2f08:4904:c800:24d7:51ff:fed6:906d> has joined #yocto13:11
*** tre <tre!~tre@ip5f5886dd.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection)13:13
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Ping timeout: 244 seconds)13:17
mckoaneirikb[m]: if is related to Yocto or the SDK yes13:19
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto13:19
eirikb[m]mckoan: Yes. Kind of. I'm thinking about creating a docker image which could both run and build our application. The application is not hardware dependent, and I believe this could greatly improve the development process.13:22
eirikb[m]I'm able to build a docker runtime image of our yocto image, but I'm not able use any build tools. I have not tried including the SDK yet, as I hoped I wouldn't need to13:22
qschulzeirikb[m]: what about using qemu for running your application?13:22
qschulzbased of an SDK running on your host directly13:22
eirikb[m]We use CLion, and remote development against docker in CLion is very very good, so I would hope to not use that13:24
ykronsWith MULTILIB enabled, it seems Yocto generates a manifest for lib32-wayland-protocols that it is not able to find during SDK generation. The manifest name is built with manifest-<32bit arch>-<MACHINE_SOCARCH>... whereas populate_sdk is looking for manifest-<32bit arch>... . I think it is related to "fsl-dynamic-packagearch" mechanism but I'm a bit lost at that point. Does someone already faced similar issue or have an hint to track this one ?13:27
* eirikb[m] uploaded an image: (56KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/sMvXRDlWLngAfKgFlSExBNTl/2022-09-02_13-08.png >13:39
eirikb[m]I tried adding `packagegroup-core-buildessential` to my runtime image, but when I try to compile something I get this ^13:39
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)13:41
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto13:41
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Quit: camus)13:44
*** SmoothBrain <SmoothBrain!~SmoothBra@213.208.255.250> has quit IRC (Quit: Client closed)13:48
*** kscherer <kscherer!~kscherer@dsl-173-206-148-172.tor.primus.ca> has joined #yocto13:50
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto13:53
mckoaneirikb[m]: please try calling : make ok13:55
*** seninha <seninha!~seninha@user/seninha> has joined #yocto13:56
kanavin_RP: I've written a little announcement on linkedin about the layer setup, and people went crazy with the likes https://www.linkedin.com/posts/alexander-kanavin-94585686_yocto-openembedded-configurationmanagement-activity-6971088109492920320-fxhS/14:00
kanavin_This looks like something a lot of folks would like to have, I hope the actual ui and functionality withstands the 'real world'14:01
RPkanavin_: nice. We've known this was an issue for years. This is a first good step14:02
kanavin_RP: yes, towards something of a holy grail: an official turnkey cicd solution14:03
RPkanavin_: I'm kind of sad I'm still not carving out time to work on bits of it14:03
mckoankanavin_: a use case or a small doc or post would help to understand it quickly14:09
kanavin_mckoan, yes, I plan to write more on linkedin about it, and fix documentation and manuals throughout14:10
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)14:13
*** alimon <alimon!~alimon@2806:10b7:3:89c0:2c32:cfff:fe8e:de1f> has quit IRC (Ping timeout: 248 seconds)14:36
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)14:39
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto14:39
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 252 seconds)14:41
*** wkawka <wkawka!~wkawka@84-10-27-202.static.chello.pl> has joined #yocto14:43
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)14:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto14:44
*** landgraf <landgraf!~landgraf@164.90.195.62> has quit IRC (Quit: WeeChat 3.5)14:46
*** alimon <alimon!~alimon@2806:10b7:3:19d1:2c32:cfff:fe8e:de1f> has joined #yocto14:51
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto14:55
jackos888[m]Hello15:18
jackos888[m]How can I generate an SDCard image with LUKS rootfs?15:18
jackos888[m]within yocto15:18
qschulzkanavin_: any chance this makes it to kirkstone? I guess too big of a feature to add it to an LTS right?15:35
qschulzkanavin_: asking because when I find time I'll finally update from honister to kirkstone but we're currently using kas15:36
kanavin_qschulz, maybe15:37
kanavin_it's tooling not content15:37
kanavin_the template location stuff, certainly not though15:37
RPwe're not backporting this15:49
qschulzack, thx :)15:55
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)15:58
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)16:15
kanavin_qschulz, it's probably one of those where you have to maintain backports on top of kirkstone fork if you really want it16:23
chrysheasy yocto question for 10 points: How can I change the python version that is used for boost? This file uses the env variable PYTHON_BASEVERSION, but overwriting it in my image does not have any effect on the version (I checked by looking into the output of bitbake -e boost)16:28
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC (*.net *.split)16:28
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (*.net *.split)16:28
*** Crofton <Crofton!sid401373@id-401373.lymington.irccloud.com> has quit IRC (*.net *.split)16:28
*** ldts <ldts!sid269548@id-269548.hampstead.irccloud.com> has quit IRC (*.net *.split)16:28
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto16:28
*** ldts <ldts!sid269548@id-269548.hampstead.irccloud.com> has joined #yocto16:28
*** Crofton <Crofton!sid401373@id-401373.lymington.irccloud.com> has joined #yocto16:28
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto16:29
chrysh(I mean, I can obviously directly change it in the boost.inc file, but I bet there is a more yocto way)16:31
*** zpfvo <zpfvo!~fvo@i59F5CDB7.versanet.de> has quit IRC (Quit: Leaving.)16:36
mckoan /IMAWAY16:38
*** wkawka <wkawka!~wkawka@84-10-27-202.static.chello.pl> has quit IRC (Quit: Client closed)16:48
*** pgowda_ <pgowda_!uid516182@id-516182.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)16:49
qschulzkanavin_: not worth it for a very small BSP but otherwise yes :)16:51
qschulzchrysh: recipe data is local to the recipe16:52
qschulzso changing it in the image is not going to change it in the boost recipe16:52
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)16:53
qschulzand I guess you'd want to upgrade the python recipe to use the version you want?16:53
chryshqschulz: true, the yocto chant. yes, I would like to use a more recent python version16:56
chryshso changing it in the boost.inc recipe is actually the right way to go?16:56
qschulzit's not clear why yuou want a different python version and if it's related to boost only?16:57
qschulzchrysh: just import a newer version of python and then PREFERRED_VERSION_python = "3.10%" in (likely) your distro conf file16:58
*** wkawka <wkawka!~wkawka@84-10-27-202.static.chello.pl> has joined #yocto16:58
mischieffinding that during dunfell->kirkstone my kernel modules are now stripped and unloadable. any idea about that?16:59
qschulzlikely _python316:59
kanavin_chrysh, supporting more than one version of python in a single build is basically impossible17:00
*** ptsneves <ptsneves!~Thunderbi@031011128148.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 268 seconds)17:15
chryshkanavin_: It's just that our software stack is compiled with python 3.8, and that's what I would like to use, also globally.17:17
kanavin_chrysh, I think you are subscribing for a world of pain if you try to replace what your yocto prescribes in oe-core17:18
chryshqschulz: Why? Because that's what the application programmers decided to use at some point. Currently, I see an error when compiling boost related code, but I would also be happy to have it globally17:19
chryshkanavin_: is it not just a matter of checking out a new bitbake recipe? Or can I just update oe-core or so?17:19
kanavin_chrysh, you can attempt to backport a newer python onto an older yocto, but this may quickly unravel into build errors and compatibility issues at runtime, and the need to backport many additional pieces17:20
kanavin_you better update yocto itself to a newer version17:20
*** goliath <goliath!~goliath@user/goliath> has joined #yocto17:22
chryshkanavin_: We have a vendor bsp...how easy is it to update yocto itself?17:24
vvnwhat is the best way to disable getty@tty1.service in an image?17:30
kanavin_chrysh, depends on how big the delta is between what you have and where you want to be17:30
kanavin_chrysh, and whether all of the layers, including the BSP vendor one are actively maintained to support the desired target version17:31
RPJPEW: really struggling to reproduce this unix domain socket issue. I put a ping(), close(). ping() call in bitbake-worker from task context and ran it up with BB_NUMBER_THREADS="1000" bitbake world -n but couldn't break it17:32
JPEWRP: hmm17:33
RPJPEW: perhaps it needs to be server context17:34
chryshkanavin_: qschulz: Thank you, I will give it a thought during the weekend17:36
*** Estrella_ <Estrella_!~quassel@192-063-174-177.res.spectrum.com> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)17:37
RPJPEW: although I know it is the client context since the pids change17:39
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has quit IRC (Quit: Leaving.)17:40
JPEWRP: I forgot the actual error you were seeing17:43
vvnin other words how to I prevent the enable vendor preset for getty@tty1.service for my images?17:43
RPJPEW: I need to write that bug17:43
*** wkawka <wkawka!~wkawka@84-10-27-202.static.chello.pl> has quit IRC (Quit: Client closed)17:56
RPJPEW: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1491018:08
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Ping timeout: 248 seconds)18:10
RPJPEW: is it possible this is happening if the hashserv is somehow slow to startup?18:17
RPJPEW: i.e. it really hadn't created the socket yet18:18
JPEWya, that could be18:21
JPEWMaybe you can add a loop to poll in the main bitbake until it's actually created?18:21
JPEW(or some timeout)18:21
JPEWThat would certianlly explain the "File not Found" error18:22
RPJPEW: I'm struggling to see how this could stall out for as long though18:22
RPJPEW: can't be, there are log entries in cooker before this saying "unihash changed to"18:24
JPEWMaybe CWD is changing?18:24
RPoh, this is async of course18:25
RPI bet that is it18:25
*** sakoman <sakoman!~steve@dhcp-72-253-6-214.hawaiiantel.net> has joined #yocto18:27
RPJPEW: the failing logs always show the connect being deferred to report_unihash time so that makes sense18:34
JPEWOK, well at least that's a simple fix :)18:34
*** tomzy_0 <tomzy_0!~tomzy_0@84-10-27-202.static.chello.pl> has quit IRC (Quit: Client closed)18:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds)18:53
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto18:53
RPJPEW: it is already calling self.loop.run_until_complete() on the connect() call18:57
RPJPEW: it is probably as the connect call is coming from send_wrapper18:59
* RP is a bit lost in the maze19:00
JPEWYa, that is synchnronous (it will block the calling thread)19:03
JPEWIs it possible a different thread changes the CWD?19:03
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 244 seconds)19:03
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto19:03
JPEWRP: I guess the simple test would be to temporarily bypass the AF_UNIX path length work around and thereby remove the chdir19:05
JPEWIf that fixes it, at least we know that is the problem19:05
JPEWIf that's the case, maybe it's the lazy creation of the client that's burning us here (and some unscrupulous threads); maybe we can make the client up front instead of being lazy about it19:09
*** kscherer <kscherer!~kscherer@dsl-173-206-148-172.tor.primus.ca> has quit IRC (Quit: Konversation terminated!)19:14
*** mvlad <mvlad!~mvlad@2a02:2f08:4904:c800:24d7:51ff:fed6:906d> has quit IRC (Remote host closed the connection)19:22
*** florian_kc <florian_kc!~florian@78.48.179.2> has joined #yocto19:38
RPJPEW: reproducer and root cause in the bug19:53
RPJPEW: it is a bit twisted19:54
JPEWRP: Got it19:56
JPEWI think if we move the os.chdir() stuff down into AsyncClient::connect_unix::connect_sock() it would fix it19:57
*** mlaga97_ <mlaga97_!~quassel@user/mlaga97> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)19:57
JPEWOr switch to abstract sockets19:57
RPJPEW: yes, I think you're right19:57
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has joined #yocto19:58
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has quit IRC (Client Quit)19:58
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has joined #yocto19:59
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has quit IRC (Client Quit)19:59
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has joined #yocto20:00
RPJPEW: does AsyncClient have access to a loop to execute it in though?20:03
RPasyncio.get_running_loop() maybe20:05
JPEWRight20:05
JPEWAH, I see20:06
JPEWYou must have some error talking to the server, which makes the client try to reconnect?20:06
JPEW(and that fails outright because CWD has changed20:06
RPJPEW: right. I don't know why the connections die but they must do20:07
RPJPEW: it is the only way I can explain what happens (and there is a server side log of connections resetting)20:08
JPEWYa, that makes sense20:08
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)20:16
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in)20:16
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has joined #yocto20:16
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto20:17
eirikb[m]<mckoan> "eirikb: please try calling..." <- Same error.20:18
eirikb[m]I tried creating a new runtime image including the SDK. This works, also in CLion, but I need to set up CLion to use an environment file, and hard code paths to cmake etc. Best to not have the toolchain20:18
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has quit IRC (Client Quit)20:18
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 244 seconds)20:18
*** mlaga97 <mlaga97!~quassel@user/mlaga97> has joined #yocto20:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto20:19
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 264 seconds)20:24
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto20:24
RPJPEW: you can't next event loops :/20:26
RPnest20:26
JPEWI don't remember, why?20:27
RPJPEW: specifically disallowed by python asyncio20:28
RPException: RuntimeError: This event loop is already running20:28
JPEWSure, why do you want to nest them?20:29
RPJPEW: in the middle of connect_unix, which is being run in a event loop, how do I force the connect async call to run?20:29
JPEWThe AsyncClient.connect() ?20:31
JPEWI think you want `await self.connect()`20:31
JPEWIf your already in an event loop (e.g. a `async def` function, you just call await20:31
RPJPEW: that won't allow it to go off and do other things?20:31
JPEWAh, I see. Yes it would20:32
JPEWBascially, I don't think you can solve the path length unix domain socket limit with a chdir()20:33
RPJPEW: I think asyncio has some annoying limitations20:34
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 260 seconds)20:34
JPEWA few, but it's really the best async option of all the ones out there20:34
RPJPEW: right :/.20:35
JPEWAh, there might be a simpler way to work around this reading the documentation20:36
RPJPEW: which documentation?20:37
JPEWhttps://docs.python.org/3/library/asyncio-stream.html#asyncio.open_unix_connection20:37
RPJPEW: ah, pass in a sock?20:40
JPEWRight, open the socket "normally" (non-async) then pass it as the sock argument20:40
JPEWIt means you'll block all your async tasks while that's happening, but that's probably not a problem20:40
JPEWall of them on this event loop that is20:41
RPJPEW: right, I don't really care about that :)20:41
JPEWYa, as long as we don't change the TCP connection (used by hash-equiv server) it won't matter in practice20:41
JPEWRP: https://git.yoctoproject.org/poky-contrib/log/?h=jpew/hash-serve-client-unix-fix I think20:50
RPhttps://git.openembedded.org/bitbake/commit/?h=master-next&id=4f4a9c86e8812404e52373ebc7252893960875d7 :)20:52
JPEWHey, that looks familiar20:53
RPJPEW: I was just testing that! :)20:53
RPJPEW: you win though as you have a commit message20:53
JPEWI think non-async connect_unix can actually be completely removed and it can be added to the downcall method list in __init__ also, but I can do that in a later patch20:54
RPJPEW: I did try that but it exploded and I didn't get to the downcall part20:55
JPEWRP: I'll do it later, it's not a big deal20:56
RPJPEW: I'm just happy we have an idea why this was breaking and I don't need an exorcist for the build server :)20:57
JPEWI mean, I know some of those too if you really want to try20:59
RP:D21:00
*** AkkermT <AkkermT!~AkkermT@65.154.68.124> has quit IRC (Read error: Connection reset by peer)21:20
*** amitk <amitk!~amit@103.59.74.74> has quit IRC (Ping timeout: 252 seconds)21:34
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has quit IRC (Remote host closed the connection)21:36
*** tangofoxtrot <tangofoxtrot!~tangofoxt@user/tangofoxtrot> has joined #yocto21:37
*** florian_kc <florian_kc!~florian@78.48.179.2> has quit IRC (Ping timeout: 244 seconds)21:45
*** goliath <goliath!~goliath@user/goliath> has joined #yocto21:45
*** majoribanksaud[m <majoribanksaud[m!~majoriban@2001:470:69fc:105::2:76d3> has joined #yocto22:21
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Read error: Connection reset by peer)23:03
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto23:03
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 268 seconds)23:54
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has joined #yocto23:54
*** nemik <nemik!~nemik@162-245-20-117.PUBLIC.monkeybrains.net> has quit IRC (Ping timeout: 268 seconds)23:59
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto23:59

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