Tuesday, 2024-07-02

*** absurdist <absurdist!~info@104.28.221.246> has quit IRC (Remote host closed the connection)00:05
*** absurdist <absurdist!~info@104.28.221.246> has joined #yocto00:05
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has quit IRC (Ping timeout: 252 seconds)00:08
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto00:51
*** kanavin_ <kanavin_!~Alexander@2a02:2454:299:c100:b25:37c3:ea9f:574c> has joined #yocto00:54
*** kanavin <kanavin!~Alexander@2a02:2454:299:c100:b25:37c3:ea9f:574c> has quit IRC (Ping timeout: 255 seconds)00:54
*** jclsn <jclsn!~jclsn@2a04:4540:6529:2300:2ce:39ff:fecf:efcd> has quit IRC (Quit: WeeChat 4.3.2)01:00
*** davidinux1 <davidinux1!~davidinux@194.34.233.210> has quit IRC (Ping timeout: 256 seconds)01:03
*** davidinux1 <davidinux1!~davidinux@194.34.233.210> has joined #yocto01:04
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe)01:08
*** Jones42__ <Jones42__!~Jones42@user/Jones42> has joined #yocto01:15
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has quit IRC (Ping timeout: 260 seconds)01:18
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto01:42
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto01:52
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Ping timeout: 246 seconds)02:48
*** Articulus <Articulus!~Articulus@2601:642:4900:741:16ac:60ff:fed8:386b> has joined #yocto03:01
*** ehussain <ehussain!~Thunderbi@2400:adc5:122:ef00:a5b4:87b1:7d5c:d28> has joined #yocto03:37
*** mbulut <mbulut!~mbulut@31.18.142.72> has quit IRC (Ping timeout: 264 seconds)04:13
*** mjm <mjm!~mjm@user/mjm> has quit IRC (Read error: Connection reset by peer)04:14
*** mjm <mjm!~mjm@user/mjm> has joined #yocto04:18
*** jmd <jmd!~user@2001:a61:2ae9:ab01:1c5b:c6f3:a18d:7893> has quit IRC (Remote host closed the connection)04:49
*** jmd <jmd!~user@2001:a61:2ae9:ab01:1c5b:c6f3:a18d:7893> has joined #yocto04:57
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto04:59
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 255 seconds)05:04
*** amitk <amitk!~amit@58.84.60.114> has joined #yocto05:23
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has joined #yocto05:25
*** ehussain <ehussain!~Thunderbi@2400:adc5:122:ef00:a5b4:87b1:7d5c:d28> has quit IRC (Ping timeout: 255 seconds)05:41
*** ehussain <ehussain!~Thunderbi@2404:3100:1895:3257:5756:427c:57e7:1e8d> has joined #yocto05:46
*** YoctoNoob79 <YoctoNoob79!~YoctoNoob@2a02:8071:3e85:2ee0:8d0e:be08:bcc3:faf9> has joined #yocto06:09
YoctoNoob79Anyone can help me with this: How can I add a generic file to the sysroot/x86_64 of the SDK?06:09
*** ray-san <ray-san!~ray-san@195.50.168.194> has quit IRC (Read error: Connection reset by peer)06:28
*** absurdist <absurdist!~info@104.28.221.246> has quit IRC (Remote host closed the connection)06:29
*** absurdist <absurdist!~info@104.28.221.246> has joined #yocto06:29
*** goliath <goliath!~goliath@user/goliath> has joined #yocto06:31
*** florian <florian!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has joined #yocto06:42
*** mckoan|away is now known as mckoan06:43
mckoanYoctoNoob79: a recipe have to provide it06:43
YoctoNoob79mckoan and thats exactly where I fail ^^ could you point me to an example?06:45
mckoanYoctoNoob79: describe "a generic file"06:54
*** frieder <frieder!~frieder@88.130.219.72> has joined #yocto06:55
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has joined #yocto06:56
YoctoNoob79mckoan the file is not generated by any compile step, its just present in the git repository of the package, its ignored by the compile steps, and shall just be deployed ONLY into the x86-64 part of the SDK. The file can be anything, lets assume simple text like *.md or similar.06:56
*** florian <florian!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds)07:03
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto07:04
*** jmd <jmd!~user@2001:a61:2ae9:ab01:1c5b:c6f3:a18d:7893> has quit IRC (Remote host closed the connection)07:05
mckoanYoctoNoob79: not easy and never tried. the x86-64 part of the SDK meand you need a -native recipe. The recipe has to do_install() the file somewhere.07:06
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has joined #yocto07:09
*** zpfvo <zpfvo!~fvo@i59F5CF0A.versanet.de> has joined #yocto07:09
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has joined #yocto07:11
YoctoNoob79mckoan would that be do_install() or do_install:class-nativesdk() ?07:18
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has quit IRC (Quit: Konversation terminated!)07:23
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has joined #yocto07:23
*** ehussain <ehussain!~Thunderbi@2404:3100:1895:3257:5756:427c:57e7:1e8d> has quit IRC (Remote host closed the connection)07:36
*** ehussain <ehussain!~Thunderbi@2404:3100:1895:3257:5756:427c:57e7:1e8d> has joined #yocto07:43
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:9c87:d3e2:31cc:a0f3> has joined #yocto07:43
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto07:44
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto07:48
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has joined #yocto07:55
*** jmd <jmd!~user@195.243.197.82> has joined #yocto07:56
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)07:59
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto07:59
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto08:01
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto08:05
rburtonYoctoNoob79: most sensible way would be a recipe that BBCLASSEXTENDS native and nativesdk, and installs that file in do_install. you can then add it to the sysroot with TOOLCHAIN_HOST_TASK or TOOLCHAIN_TARGET_TASK08:08
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)08:12
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Read error: Connection reset by peer)08:13
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto08:15
*** mbulut <mbulut!~mbulut@ip1f128e48.dynamic.kabel-deutschland.de> has joined #yocto08:18
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto08:18
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has joined #yocto08:35
*** Jones42__ <Jones42__!~Jones42@user/Jones42> has quit IRC (Ping timeout: 240 seconds)08:38
*** xantoz <xantoz!~tewi_inab@c-8fb5e255.013-124-73746f25.bbcust.telenor.se> has quit IRC (Remote host closed the connection)08:40
*** mischief <mischief!~mischief@2601:646:100:23:2efd:a1ff:feba:38aa> has quit IRC (Remote host closed the connection)08:55
YoctoNoob79thanks rburton and  mckoan :-)08:57
*** mischief <mischief!~mischief@2601:646:100:23:2efd:a1ff:feba:38aa> has joined #yocto08:57
*** jmd <jmd!~user@195.243.197.82> has joined #yocto09:05
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)09:05
*** jmd <jmd!~user@195.243.197.82> has joined #yocto09:06
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)09:06
*** jmd <jmd!~user@195.243.197.82> has joined #yocto09:08
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)09:10
*** jmd <jmd!~user@195.243.197.82> has joined #yocto09:11
*** ray-san <ray-san!~ray-san@195.50.168.194> has joined #yocto09:14
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has quit IRC (Read error: Connection reset by peer)09:16
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has joined #yocto09:17
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto09:24
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)09:28
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)09:31
Jones42_KanjiMonster: thanks!09:33
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has joined #yocto09:37
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 268 seconds)09:42
*** mulk <mulk!~mulk@p5b2dc1a2.dip0.t-ipconnect.de> has joined #yocto09:47
rburtonevery time i look at the TAP protocol i'm reminded why someone should have just told them to stop and make something sane10:00
*** absurdist <absurdist!~info@104.28.221.246> has quit IRC (Remote host closed the connection)10:07
*** absurdist <absurdist!~info@104.28.221.246> has joined #yocto10:07
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe)10:07
*** mvlad <mvlad!~mvlad@2a02:2f05:8111:a400:e88e:21ff:fe65:be18> has joined #yocto10:34
*** ehussain <ehussain!~Thunderbi@2404:3100:1895:3257:5756:427c:57e7:1e8d> has quit IRC (Ping timeout: 240 seconds)10:38
*** ehussain <ehussain!~Thunderbi@72.255.51.71> has joined #yocto10:40
*** Daanct12 <Daanct12!~danct12@user/danct12> has quit IRC (Quit: WeeChat 4.3.3)10:45
*** sakoman <sakoman!~sakoman@98.142.47.158> has quit IRC (Ping timeout: 268 seconds)10:46
*** xantoz <xantoz!~tewi_inab@c-8fb5e255.013-124-73746f25.bbcust.telenor.se> has joined #yocto10:57
*** sakoman <sakoman!~sakoman@98.142.47.158> has joined #yocto11:02
*** YoctoNoob79 <YoctoNoob79!~YoctoNoob@2a02:8071:3e85:2ee0:8d0e:be08:bcc3:faf9> has quit IRC (Ping timeout: 250 seconds)11:06
*** sakoman <sakoman!~sakoman@98.142.47.158> has quit IRC (Ping timeout: 256 seconds)11:07
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 250 seconds)11:08
*** sakoman <sakoman!~sakoman@98.142.47.158> has joined #yocto11:24
*** ehussain <ehussain!~Thunderbi@72.255.51.71> has quit IRC (Read error: Connection reset by peer)11:24
*** ehussain <ehussain!~Thunderbi@154.80.46.91> has joined #yocto11:25
*** zkrx <zkrx!~slimshady@adsl-89-217-232-7.adslplus.ch> has quit IRC ()11:29
*** zkrx <zkrx!~slimshady@adsl-89-217-232-7.adslplus.ch> has joined #yocto11:33
*** zkrx <zkrx!~slimshady@adsl-89-217-232-7.adslplus.ch> has quit IRC (Read error: Connection reset by peer)11:41
*** zkrx <zkrx!~slimshady@adsl-89-217-232-7.adslplus.ch> has joined #yocto11:43
*** jmd <jmd!~user@195.243.197.82> has joined #yocto11:56
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)12:05
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto12:06
*** Guest74 <Guest74!~Guest53@ip-85-93-163-76.wscnet.cz> has joined #yocto12:11
*** absurdist <absurdist!~info@104.28.221.246> has quit IRC (Remote host closed the connection)12:14
*** absurdist <absurdist!~info@104.28.221.246> has joined #yocto12:14
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)12:20
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto12:21
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)12:36
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto12:36
*** ehussain <ehussain!~Thunderbi@154.80.46.91> has quit IRC (Quit: ehussain)12:39
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Remote host closed the connection)12:45
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto12:46
*** jmd <jmd!~user@195.243.197.82> has quit IRC (Remote host closed the connection)12:58
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 256 seconds)13:03
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto13:09
*** yocton <yocton!~quassel@163-172-29-20.rev.poneytelecom.eu> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)13:13
*** yocton <yocton!~quassel@163-172-29-20.rev.poneytelecom.eu> has joined #yocto13:14
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto13:14
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Client Quit)13:15
*** |Xagen <|Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 255 seconds)13:17
*** piotr <piotr!~piotr@193.56.105.93> has joined #yocto13:19
*** piotr is now known as Guest247613:19
*** Guest36 <Guest36!~Guest36@2a02:2454:2a0:f900:ce55:89ea:9e92:9903> has joined #yocto13:22
Guest2476:q13:29
*** Guest2476 <Guest2476!~piotr@193.56.105.93> has left #yocto13:30
*** jmd <jmd!~user@2001:a61:2ae9:ab01:1c5b:c6f3:a18d:7893> has joined #yocto13:31
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto13:44
*** altru <altru!~altru@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 250 seconds)13:50
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Read error: Connection reset by peer)13:51
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has joined #yocto13:52
*** nak <nak!~nak@p200300d10741490054a2e0852be5eb77.dip0.t-ipconnect.de> has joined #yocto14:08
*** nak is now known as andreasufert14:09
*** jclsn <jclsn!~jclsn@2a04:4540:6507:c700:2ce:39ff:fecf:efcd> has joined #yocto14:09
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)14:12
andreasufertHi, has anyone ever had to define extra dependencies for a event handler in Yocto/Bitbake? I know how to define depends for a single task but this doesn't seem to work for event handlers... Take this example, defined in a class "myclass.bbclass" inherited in local.conf:14:15
andreasufertpython my_eventhandler() {14:15
andreasufert    bb.note("Test for bb.event.BuildCompleted")14:15
andreasufert}14:15
andreasufertaddhandler my_eventhandler14:15
andreasufertmy_eventhandler[eventmask] = "bb.event.BuildCompleted"14:15
andreasufertNow, I want my_eventhandler to import requests. The naive approach would be to simply add14:15
andreasufertmy_eventhandler[depends] += " python3-requests-native:do_populate_sysroot"14:15
andreasufertThis doesn#t work. Anyone can help, please?14:15
*** vthor <vthor!~thor@user/vthor> has joined #yocto14:17
yoctonandreasufert: Never played with eventhandlers but aren't they run in the bitbake python environement? Maybe you need to install python3-request (via pip or distro package manager) on your build host?14:23
*** Xagen <Xagen!~Xagen@4.14.206.69> has joined #yocto14:23
andreasufertSounds good. Problem is, I'm using crops docker images so there's a fixed set of packages baked in14:25
yoctonI usually build my own docker image with "FROM crops... + install the 2 3 packages I need over that"14:26
*** rfs613 <rfs613!~rfs613@184.146.148.147> has quit IRC (Quit: restart)14:29
*** Guest74 <Guest74!~Guest53@ip-85-93-163-76.wscnet.cz> has quit IRC (Ping timeout: 250 seconds)14:31
*** rfs613 <rfs613!~rfs613@184.146.148.147> has joined #yocto14:31
*** vthor <vthor!~thor@user/vthor> has quit IRC (Remote host closed the connection)14:44
*** vthor <vthor!~thor@2806:10a6:6:b172:2f5b:1804:5e3f:92d0> has joined #yocto14:45
*** Xywzel <Xywzel!xywzel@hilla.kapsi.fi> has quit IRC (Ping timeout: 268 seconds)14:45
*** Xywzel <Xywzel!xywzel@hilla.kapsi.fi> has joined #yocto14:45
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 256 seconds)14:47
*** mcfrisk_ <mcfrisk_!mcfrisk@kapsi.fi> has quit IRC (Ping timeout: 268 seconds)14:51
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto14:52
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)14:56
*** andreasufert <andreasufert!~nak@p200300d10741490054a2e0852be5eb77.dip0.t-ipconnect.de> has quit IRC (Quit: Client closed)14:58
*** ray-san <ray-san!~ray-san@195.50.168.194> has quit IRC (Ping timeout: 252 seconds)14:58
*** eminboydak <eminboydak!~eminboyda@user/eminboydak> has joined #yocto15:07
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto15:17
*** Jones42_ <Jones42_!~Jones42@user/Jones42> has quit IRC (Ping timeout: 268 seconds)15:32
*** zpfvo <zpfvo!~fvo@i59F5CF0A.versanet.de> has quit IRC (Remote host closed the connection)15:42
*** goliath <goliath!~goliath@user/goliath> has joined #yocto15:49
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.104> has quit IRC (Ping timeout: 268 seconds)15:50
abellonikanavin_: what is super interesting is that 2038 also contains a GPS rollover16:03
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 268 seconds)16:04
abellonidon't expect me to take a plane that year16:04
*** frieder <frieder!~frieder@88.130.219.72> has quit IRC (Remote host closed the connection)16:04
khemcontinuing on from discussion here is analysis that debian has done - https://adrien.dcln.fr/misc//armhf-time_t/2024-02-26T12%3A07%3A00/compat_reports/16:06
*** geoffhp <geoffhp!~geoff@syn-107-185-062-133.res.spectrum.com> has quit IRC (Quit: Leaving)16:08
*** rfuentess <rfuentess!~rfuentess@lfbn-lyo-1-1566-5.w90-52.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)16:09
*** mbulut <mbulut!~mbulut@ip1f128e48.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 264 seconds)16:34
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto16:36
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Client Quit)16:38
*** florian_kc <florian_kc!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has joined #yocto16:42
kanavin_GPS rollover?16:45
joekaleI'm currently trying to get an electron app to build on kirkstone and I'm a bit confused on when an npm-shrinkwrap.json file should be used. The app is supposed to be fetched from a git repo, but when I add a npmsw fetcher parsing of the src_uri fails (error thrown at bitbake/lib/bb/fetch2/__init__.py", line 1212).16:45
joekalesrcrev is set to be16:46
joekale${AUTOREV} currently but even a hard commit fails parsing.16:46
kanavin_joekale, npm fetcher isn't well maintained. It's well possible it's broken. I know one company which had 'given up' trying to do 'npm with yocto' and instead runs node stuff in a debian container inside a yocto image :-(17:06
yoctonabelloni: Let's also add a negative UTC leap second at the same time, nobody will notice :o)17:06
yoctonkanavin_: there is week counter in the GPS system that overflow in 2038 : https://en.wikipedia.org/wiki/GPS_week_number_rollover#2038_occurrence17:07
kanavin_face meet palm17:09
kanavin_10 bits!17:09
kanavin_32 bits for seconds is facepalmish too, but at least I kinda see the excuse for it17:10
joekalekanavin_, that's good to know. I'll see if I can narrow it down. thank you for the response.17:10
kanavin_(seconds since 1970 that is)17:10
kanavin_joekale, starting with the tip of poky master is a good idea17:10
joekalecan do. I'll start there.17:12
*** sarahn_ <sarahn_!uid657185@user/sarahn> has quit IRC ()17:13
*** sarahn <sarahn!uid657185@user/sarahn> has joined #yocto17:13
*** florian_kc <florian_kc!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has quit IRC (Ping timeout: 256 seconds)17:24
tgamblinfray: have you encountered 'Failure expanding variable S, expression was ${UNPACKDIR}/git which triggered exception RecursionError: maximum recursion depth exceeded' when working with meta-xilinx?17:28
tgamblinI'm running into it today, but I can't find the actual failure point17:29
*** dankm <dankm!~dan@user/dankm> has quit IRC (Remote host closed the connection)17:35
*** dankm <dankm!~dan@user/dankm> has joined #yocto17:37
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto17:56
*** olani- <olani-!~olani@h79-138-110-202.cust.bredband2.com> has joined #yocto18:16
*** olani- <olani-!~olani@h79-138-110-202.cust.bredband2.com> has quit IRC (Ping timeout: 256 seconds)18:27
*** olani- <olani-!~olani@134.238.54.91> has joined #yocto18:27
*** florian_kc <florian_kc!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has joined #yocto18:42
*** olani- <olani-!~olani@134.238.54.91> has quit IRC (Ping timeout: 268 seconds)18:45
abelloniyocton: hopefully, we re going to have a negative leap second before 2038 so whatever has t crash will crash before ;)18:54
abellonikanavin_: GPS epoch is 6th of january 198018:57
*** olani- <olani-!~olani@h79-138-110-202.cust.bredband2.com> has joined #yocto18:57
*** olani_ <olani_!~olani@h79-138-110-202.cust.bredband2.com> has joined #yocto18:58
yoctonabelloni: fun fact! It is currently discussed to redefine UTC to avoid this never-seen-before negative leap second to avoid any surprises. The idea would be to add/remove a leap minute once a century (our kid, not us, will have to handle this :D)18:59
abelloniI guess the latest plan discussed at the CGPM was simply to allow the absolute dfference between UT1 and UTC to be greater than 119:03
abelloniinstead of 0.9 now19:04
abellonibut they never said why they want to do this19:06
abelloniso there are two assumptions, either this is to avoid negative leap seconds and cancel them with the subsequent positive leap second19:07
abellonior indeed, they want to group leap seconds and update less frequently19:07
*** enok <enok!~Thunderbi@94.191.152.184> has joined #yocto19:13
abelloniI found the link in english: https://www.bipm.org/en/cgpm-2022/resolution-419:16
*** RyanEatmon <RyanEatmon!~reatmon@192.91.75.12> has quit IRC (Remote host closed the connection)19:16
*** RyanEatmon <RyanEatmon!~reatmon@192.91.75.29> has joined #yocto19:17
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 268 seconds)19:21
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto19:22
abelloniother fun fact, the same day, they decided yocto was not the smallest prefix anymore: https://www.bipm.org/en/cgpm-2022/resolution-319:23
abelloniwe should probably start quecto project19:23
*** jmd <jmd!~user@2001:a61:2ae9:ab01:1c5b:c6f3:a18d:7893> has quit IRC (Remote host closed the connection)19:35
yoctonabelloni: ^^ (I'll gladly admit that I've been out-nerd'd :p)19:37
*** enok <enok!~Thunderbi@94.191.152.184> has quit IRC (Ping timeout: 272 seconds)19:41
vmesonyocton: abelloni: let's stop this incrementalism and just go for PlanckLinux !19:47
vmesonThe Planck length LP is defined by taking the constants of nature and combining them in such a way that their units combine to give a length.   This defines the Planck length, which is 1.6 x 10-35 metres.19:48
vmesonhttps://www.phys.unsw.edu.au/einsteinlight/jw/module6_Planck.htm19:48
*** Guest36 <Guest36!~Guest36@2a02:2454:2a0:f900:ce55:89ea:9e92:9903> has quit IRC (Ping timeout: 250 seconds)19:56
*** enok <enok!~Thunderbi@94.191.152.184> has joined #yocto20:06
*** Guest36 <Guest36!~Guest36@2a02:2454:2a0:f900:ce55:89ea:9e92:9903> has joined #yocto20:06
*** Kubu_work <Kubu_work!~kubu@lfbn-nan-1-335-137.w82-120.abo.wanadoo.fr> has quit IRC (Quit: Leaving.)20:08
*** Haxxa <Haxxa!~Haxxa@116.255.4.123> has quit IRC (Quit: Haxxa flies away.)20:15
*** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)20:16
*** Haxxa <Haxxa!~Haxxa@89npm846bxqq5k2x8n39.ip6.superloop.au> has joined #yocto20:17
*** enok <enok!~Thunderbi@94.191.152.184> has quit IRC (Ping timeout: 264 seconds)20:28
*** mvlad <mvlad!~mvlad@2a02:2f05:8111:a400:e88e:21ff:fe65:be18> has quit IRC (Remote host closed the connection)20:30
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)20:43
*** xhmkusnkp <xhmkusnkp!~olani@h79-138-110-202.cust.bredband2.com> has joined #yocto20:52
*** rjones2 <rjones2!~Guest70@user/rjones2> has joined #yocto21:00
rjones2Hello, is the correct IRC channel for questions that relate to SPDX?21:03
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8071:65c3:7240:9c87:d3e2:31cc:a0f3> has quit IRC (Read error: Connection reset by peer)21:07
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Remote host closed the connection)21:15
*** olani_ <olani_!~olani@h79-138-110-202.cust.bredband2.com> has quit IRC (Ping timeout: 256 seconds)21:18
*** olani- <olani-!~olani@h79-138-110-202.cust.bredband2.com> has quit IRC (Ping timeout: 256 seconds)21:18
*** xhmkusnkp <xhmkusnkp!~olani@h79-138-110-202.cust.bredband2.com> has quit IRC (Ping timeout: 256 seconds)21:19
*** amitk_ <amitk_!~amit@58.84.60.114> has joined #yocto21:21
*** amitk <amitk!~amit@58.84.60.114> has quit IRC (Read error: Connection reset by peer)21:21
JPEWrjones2: Depends. Are you talking about SPDX in Yocto, or SPDX in general21:46
*** Xagen <Xagen!~Xagen@4.14.206.69> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)21:49
rjones2JPEW specifically Yocto. I noticed that after running create-spdx, every component in my SBOM has OpenEmbedded listed as both the author and supplier. I'm wondering if there is anything additional I could do to improve the accuracy of these fields.21:59
JPEWrjones2: There are a few variables you can tweak. They are documented at the beginning of create-spdx-2.2.bbclass22:01
JPEWThe one you may be interested in is SPDX_SUPPLIER22:02
JPEWand SPDX_ORG22:02
*** Guest36 <Guest36!~Guest36@2a02:2454:2a0:f900:ce55:89ea:9e92:9903> has quit IRC (Quit: Client closed)22:20
rjones2JPEW: Thanks I will try this. Also would you happen to know if SPDX2 will still be supported after SPDX3 is released?22:31
JPEWrjones2: Yes, that is the plan. It probably won't get a lot of new feature work though22:32
*** florian_kc <florian_kc!~florian@dynamic-080-171-115-079.80.171.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)22:34
khemRP: https://github.com/vacancy/PreciseRoIPooling/issues/39#issuecomment-56912102022:41
khemit seems relevant to the error I am seeing with lld/riscv6422:42
khemso I do wonder if these flag munging somehow creating this problem22:42
RPkhem: in the bcrypt case it was trying to get it to use bfd via '-fuse-ld=bfd22:51
RPkhem: I assume you have ptest enabled in DISTRO_FEATURES22:51
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)22:54
RPkhem: I don't really understand the difference this makes. If you revert just the change to the bcrypt recipe does it work again?23:02
khemRP:yes Ptest is enabled23:19
khemyeah thats what I am going to do23:19
khemI still feel that real issue is elusive23:23
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto23:36
khemRP: fixed for clang/lld case here - https://github.com/kraj/meta-clang/pull/96223:54

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