*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has quit IRC (Ping timeout: 246 seconds) | 00:12 | |
*** PhoenixMage <PhoenixMage!~phoenix@206.83.122.183> has joined #yocto | 00:52 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.) | 01:06 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds) | 01:08 | |
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto | 01:08 | |
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 246 seconds) | 01:13 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 01:13 | |
*** camus <camus!~Instantbi@58.246.136.203> has joined #yocto | 01:34 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 260 seconds) | 01:44 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 01:46 | |
*** starblue3 <starblue3!~juergen@dslb-094-220-112-025.094.220.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds) | 01:46 | |
*** starblue3 <starblue3!~juergen@dslb-088-078-108-073.088.078.pools.vodafone-ip.de> has joined #yocto | 01:48 | |
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto | 01:56 | |
*** camus <camus!~Instantbi@58.246.136.203> has quit IRC (Quit: camus) | 01:59 | |
*** camus <camus!~Instantbi@58.246.136.203> has joined #yocto | 02:01 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto | 02:02 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6508:e000:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 245 seconds) | 02:06 | |
*** jclsn <jclsn!~jclsn@2a04:4540:650c:400:2ce:39ff:fecf:efcd> has joined #yocto | 02:08 | |
PhoenixMage | After some advice. I have created a class that will create a grub-efi fitImage that can be chainloaded by u-boot. The logic is because some of the boards I am using have more recent dtb's in the kernel source then u-boot (rock 5b). My question is how I should integrate this into bitbake? At this point I have created a custom KERNEL_CLASS though I am not sure this is best way to go. Perhaps a better | 02:08 |
---|---|---|
PhoenixMage | idea would be to bbappend the grub-efi or u-boot recipes? | 02:08 |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 260 seconds) | 02:24 | |
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto | 02:24 | |
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 252 seconds) | 02:28 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 02:29 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 02:57 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 02:57 | |
*** targetdisk <targetdisk!~daemonchi@45-33-4-162.ip.linodeusercontent.com> has quit IRC (Server closed connection) | 03:01 | |
*** targetdisk <targetdisk!~daemonchi@45-33-4-162.ip.linodeusercontent.com> has joined #yocto | 03:01 | |
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has quit IRC (Server closed connection) | 03:20 | |
*** vquicksilver <vquicksilver!~nobody@user/vquicksilver> has joined #yocto | 03:21 | |
*** Thorn_ <Thorn_!~Thorn@2001:8a0:dfd7:d500:6571:1d08:5085:bcc3> has joined #yocto | 03:53 | |
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 246 seconds) | 03:54 | |
*** Thorn_ <Thorn_!~Thorn@2001:8a0:dfd7:d500:6571:1d08:5085:bcc3> has quit IRC (Ping timeout: 246 seconds) | 03:59 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Quit: wooosaiiii) | 04:06 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 04:06 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.) | 04:07 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has joined #yocto | 04:19 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: ZZZzzz…) | 04:48 | |
fennec | hello | 04:49 |
fennec | i'm trying to drive ws2812b leds through spi on a verdin-imx8mp (using spidev). | 04:49 |
fennec | it works just fine on a raspberry pi 3, but on the imx8mp i'm facing inconsistant behavior | 04:49 |
fennec | using a logic analyser doesn't really work, as the spi keeps sending signals after it has been used once. | 04:49 |
fennec | i tried disabling DMA, which gives a bit more consistant results but is still actually wrong | 04:49 |
fennec | what can i try next? | 04:49 |
fennec | i have been checking a lot of things, including the logs of this channel | 04:56 |
fennec | there was a person modifying spi drivers especially for ws2812b, unfortunately the pastebin of their code is now gone | 04:56 |
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto | 05:10 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 05:41 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto | 06:00 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 06:06 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 06:06 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 06:11 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 06:12 | |
*** Guest98 <Guest98!~Guest98@31.145.189.2> has joined #yocto | 06:14 | |
*** olani <olani!~olani@wlan-gw.se.axis.com> has joined #yocto | 06:14 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 06:22 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 06:22 | |
*** mckoan|away is now known as mckoan | 06:39 | |
mckoan | good morning | 06:39 |
mckoan | fennec: do you see signals on the SPI bus ? | 06:40 |
fennec | mckoan: i do yes | 06:41 |
fennec | the issue is that they are almost garbage | 06:41 |
fennec | and as mentioned i can't really use the logic analyser | 06:43 |
fennec | since there is always noise on the signal | 06:43 |
fennec | i have no way to have it start recording when i'm sending data | 06:44 |
fennec | the sampling starts right away | 06:44 |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto | 06:44 | |
fennec | and this is not an issue with the analyser afaict | 06:44 |
fennec | since it works perfectly on the pi | 06:45 |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 06:50 | |
barath | morning | 06:54 |
Guest98 | morning | 06:54 |
barath | anyone know of a "canonical" way to get python modules into yocto? specifically I'm trying to write a custom fetcher. I see that meta-rust does this adding an anonymous function via a bbclass, but this function will be called for every file. not sure if there's a better way https://github.com/meta-rust/meta-rust/blob/master/classes/crate-fetch.bbclass#L12 | 06:55 |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 06:57 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has joined #yocto | 07:12 | |
*** rfuentess <rfuentess!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has joined #yocto | 07:15 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@93-45-38-101.ip100.fastwebnet.it> has quit IRC (Quit: ZNC 1.8.2+deb3 - https://znc.in) | 07:17 | |
*** manuel_ <manuel_!~manuel198@62.99.131.178> has joined #yocto | 07:30 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@93-45-38-101.ip100.fastwebnet.it> has joined #yocto | 07:40 | |
*** gsalazar <gsalazar!~gsalazar@139.0.166.178.rev.vodafone.pt> has joined #yocto | 07:42 | |
LetoThe2nd | yo dudX | 07:48 |
mckoan | LetoThe2nd: welcome back! | 07:49 |
jclsn | Good morning | 07:49 |
jclsn | mckoan: Was he ever gone? | 07:49 |
kanavin_ | barath, pypi class perhaps? | 07:50 |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Quit: wooosaiiii) | 07:51 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 07:51 | |
barath | mhm, but was thinking of the best way of making the module available to yocto's fetch2 class / fetcher system | 07:51 |
LetoThe2nd | jclsn: last week was at Prague, for EOSS- | 07:54 |
Guest98 | if you recorded and shared the event in prague, where can i find it? | 08:00 |
jclsn | LetoThe2nd: Ah yeah, how was it? Asked my manager if I could attend, but it was to late to get the costs covered. | 08:06 |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 08:07 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 08:07 | |
*** ptsneves <ptsneves!~Thunderbi@84.47.155.82> has joined #yocto | 08:07 | |
*** grma <grma!~gruberm@86.111.57.109> has joined #yocto | 08:09 | |
LetoThe2nd | jclsn: I liked it very much and I think generally it was very positive, but it sure depends on your personal preference. | 08:11 |
LetoThe2nd | Guest98: expect videos on YT in about 6 weeks, give or take. | 08:11 |
Guest98 | LetoThe2nd thanks. | 08:15 |
*** SheatNoisette <SheatNoisette!~SheatNois@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 08:24 | |
*** Perflosopher <Perflosopher!~perflosop@136.62.181.44> has quit IRC (Ping timeout: 260 seconds) | 08:28 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 246 seconds) | 08:32 | |
jclsn | LetoThe2nd: Did they serve beer? | 08:33 |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 08:36 | |
LetoThe2nd | jclsn: yes. | 08:38 |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 08:38 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 08:42 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 08:42 | |
kanavin_ | LetoThe2nd served beer too | 08:51 |
kanavin_ | but only if you would enter yocto BoF | 08:51 |
kanavin_ | and threw chocolate into the audience | 08:51 |
sudip | and Whiskey too | 08:53 |
LocutusOfBorg | hello, I have a doubt | 08:58 |
LocutusOfBorg | if I want my service to be not restarted during upgrade | 08:58 |
LocutusOfBorg | e.g. I want to restart the target after the installation is fully done | 08:58 |
LocutusOfBorg | should I just systemd_postinst() override, or do we have something more clever? | 08:59 |
LocutusOfBorg | I know Debian did something for this, because of e.g. ssh connections on daemon restart | 08:59 |
*** SheatNoisette <SheatNoisette!~SheatNois@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Client closed) | 09:05 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 09:07 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 09:08 | |
*** amsobr <amsobr!~amsobr@2a01:14:113:9e60:1861:3b38:b181:163d> has joined #yocto | 09:08 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has quit IRC (Quit: Client closed) | 09:12 | |
*** Perflosopher <Perflosopher!~perflosop@136.62.181.44> has joined #yocto | 09:12 | |
kanavin_ | LocutusOfBorg, generally there's little interest in updating systems via classical package system. not robust enough for embedded. | 09:28 |
LocutusOfBorg | so my solution might be the easiest one | 09:28 |
LocutusOfBorg | sadly this is what customer wants :D | 09:28 |
kanavin_ | all those rpm/deb/ipk transactions just don't seem resistant to power cuts. you may end up with booting a half-updated system when the power comes back. | 09:29 |
*** Maxxed <Maxxed!~Maxxed@nrgt.net> has quit IRC (Server closed connection) | 09:34 | |
*** Maxxed <Maxxed!~Maxxed@nrgt.net> has joined #yocto | 09:35 | |
*** JakubKunert[m] <JakubKunert[m]!~jakubkune@2001:470:69fc:105::3:7b65> has joined #yocto | 09:35 | |
*** starblue3 <starblue3!~juergen@dslb-088-078-108-073.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds) | 10:04 | |
*** starblue3 <starblue3!~juergen@dslb-088-078-108-073.088.078.pools.vodafone-ip.de> has joined #yocto | 10:06 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: ZZZzzz…) | 10:21 | |
*** amitk_ <amitk_!~amit@103.208.71.37> has joined #yocto | 10:31 | |
*** amsobr <amsobr!~amsobr@2a01:14:113:9e60:1861:3b38:b181:163d> has quit IRC (Quit: Konversation terminated!) | 10:36 | |
*** amsobr <amsobr!~amsobr@2a01:14:113:9e60:7805:d138:a871:bd68> has joined #yocto | 10:51 | |
*** adrianf <adrianf!~adrian@2a02:169:59a6:0:5488:f785:9061:cf6c> has joined #yocto | 10:57 | |
*** jonmason <jonmason!sid36602@id-36602.lymington.irccloud.com> has quit IRC (Server closed connection) | 11:03 | |
*** jonmason <jonmason!sid36602@id-36602.lymington.irccloud.com> has joined #yocto | 11:03 | |
*** florian_kc <florian_kc!~florian@185.156.158.58> has joined #yocto | 11:07 | |
Guest98 | there is a bbappend recipe and i added module.patch and fragment.cfg with "SRC_URI_append_mymachine". but, while patch is approved, fragment.cfg is not. why could it be? | 11:21 |
*** BobPungartnik <BobPungartnik!~Pung@2804:14c:f427:9102:b4d2:e332:370:644f> has quit IRC (Quit: Leaving) | 11:23 | |
*** mkazantsev <mkazantsev!~mkazantse@46.31.27.98> has joined #yocto | 11:27 | |
*** florian_kc <florian_kc!~florian@185.156.158.58> has quit IRC (Ping timeout: 246 seconds) | 11:28 | |
amsobr | check out the recipe and see if there's any specific variable in use to list configuration fragments. It may happen that you need to add that fragment to some variable | 11:29 |
mcfrisk | Guest98: syntax should be SRC_URI:append:machine on all maintained branches. Then config fragments aren't applied if you have a full static defconfig. Check your kernel.bbclass and bitbake -e output from kernel recipe for details. | 11:29 |
amsobr | mcfrisk: I assume the syntax is right because adding the patch worked. | 11:33 |
amsobr | Guest98: on which branch are you? | 11:33 |
Guest98 | amsobr zeus. syntax is correct. | 11:34 |
*** mkazantsev <mkazantsev!~mkazantse@46.31.27.98> has quit IRC (Quit: Leaving) | 11:34 | |
*** mkazantsev <mkazantsev!~mkazantse@46.31.27.98> has joined #yocto | 11:34 | |
amsobr | OK, but it's a good point about defconfig, might be worth looking. | 11:35 |
*** rfuentess <rfuentess!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 11:35 | |
amsobr | If possible, you should consider upgrading to a newer release :) | 11:35 |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Quit: wooosaiiii) | 11:36 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 11:36 | |
*** rfuentess <rfuentess!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has joined #yocto | 11:38 | |
Guest98 | amsobr thanks. | 11:39 |
*** mkazantsev <mkazantsev!~mkazantse@46.31.27.98> has quit IRC (Quit: Leaving) | 11:43 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has joined #yocto | 11:59 | |
fennec | getting back to my spi question if i may | 12:01 |
fennec | what can cause the spi to be always sending signal? | 12:01 |
fennec | and what can i try to avoid it, i'm running out of ideas (?) | 12:01 |
*** JerryM <JerryM!~JerryM@smtp3.nedap.com> has joined #yocto | 12:01 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 12:02 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 12:02 | |
*** vvn <vvn!~vivien@bras-base-mtrlpq02huw-grc-03-174-88-247-190.dsl.bell.ca> has joined #yocto | 12:06 | |
JerryM | hey folks a little while ago I send some patches to the oe-devel mailing list for meta-java, unfortunately I haven't had any response nor have I been able to contact the listed maintainers, I was wondering what to do in this situation | 12:12 |
LetoThe2nd | JerryM: in a perfect world: ditch java ;-) | 12:13 |
LetoThe2nd | JerryM: in a more realistic world, it is indeed unfortunate - try again, and if nothing else works - fork. | 12:14 |
sudip | JerryM: maybe open a PR at https://github.com/meta-java/meta-java | 12:19 |
rburton | CVE-2022-1623 | 12:20 |
JerryM | LetoThe2nd I was hoping to avoid forking (and ditching java really is not an option ;( ) | 12:21 |
LetoThe2nd | JerryM: hmmm signing up as a platinum member to fund maintenance of meta-java? | 12:21 |
rburton | you can convince the current inactive maintainer to add you as a committer | 12:22 |
rburton | so not a fork, just becoming a maintainer | 12:22 |
LetoThe2nd | rburton: somewhat boring, but a good idea. | 12:22 |
JerryM | unfortunately I haven't had any response even after mailng the maintainers | 12:25 |
JerryM | I suppose I will give it another attempt | 12:26 |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has quit IRC (Ping timeout: 240 seconds) | 12:29 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed) | 12:30 | |
JerryM | I'm wondering though who maintains/controls the list at https://git.yoctoproject.org/ ? | 12:32 |
rburton | the grouping? | 12:33 |
rburton | the list is "the list of git repositories on this server" | 12:34 |
JerryM | so how would something be added to said server | 12:36 |
rburton | first, you don't _have_ to keep it on that server, there are major layers (meta-clang, for example) that live on github. we offer a git server for convenience. | 12:37 |
rburton | to get a new git repo https://wiki.yoctoproject.org/wiki/Git_hosting_application | 12:37 |
rburton | just explain why your repo should be hosted | 12:38 |
barath | someone know how I can add tools to the pseudo sysroot? I want write a custom fetcher, and it needs a binary which is installed on the host but cant be found because it seems to not exist in the sysroots available to tasks run by bb.process.run | 12:40 |
JerryM | rburton I was just wondering about the process, thank you for the clarification (y) | 12:47 |
sudip | rburton: fyi, link to meta-nim in the layer index is 404 | 12:47 |
*** Kubu_work1 <Kubu_work1!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has joined #yocto | 12:48 | |
*** belsirk <belsirk!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has joined #yocto | 12:49 | |
*** rfuentess <rfuentess!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has quit IRC (Ping timeout: 252 seconds) | 12:52 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto | 12:53 | |
*** fennec20 <fennec20!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has joined #yocto | 12:53 | |
*** Kubu_work1 <Kubu_work1!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.) | 12:54 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has quit IRC (Ping timeout: 246 seconds) | 12:54 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has joined #yocto | 12:55 | |
*** Omax <Omax!~m-6qlehn@nat-cgn12-185-107-15-163.static.kviknet.net> has quit IRC (Remote host closed the connection) | 12:55 | |
barath | answering my own question from above, it's the HOSTTOOLS variable | 12:56 |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Quit: wooosaiiii) | 13:02 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 13:04 | |
*** fennec20 <fennec20!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has quit IRC (Quit: Client closed) | 13:08 | |
*** JerryM <JerryM!~JerryM@smtp3.nedap.com> has quit IRC (Quit: Client closed) | 13:08 | |
*** JerryM <JerryM!~JerryM@smtp3.nedap.com> has joined #yocto | 13:08 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto | 13:12 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has joined #yocto | 13:15 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 13:33 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 13:33 | |
*** zhmylove <zhmylove!~zhmylove@80.254.50.127> has joined #yocto | 13:36 | |
*** Guest98 <Guest98!~Guest98@31.145.189.2> has quit IRC (Quit: Client closed) | 13:43 | |
rburton | sudip: mailed the maintainer, can't find it elsewhere on github | 13:55 |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed) | 13:58 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto | 13:58 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection) | 14:07 | |
*** belsirk is now known as rfuentess | 14:09 | |
*** Schlumpf8 <Schlumpf8!~Schlumpf@62.157.232.203> has joined #yocto | 14:11 | |
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Ping timeout: 246 seconds) | 14:12 | |
*** manuel_ <manuel_!~manuel198@62.99.131.178> has quit IRC (Ping timeout: 246 seconds) | 14:21 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has quit IRC (Ping timeout: 246 seconds) | 14:23 | |
*** tprrt <tprrt!~tprrt@shells.bootlin.com> has quit IRC (Server closed connection) | 14:28 | |
*** tprrt <tprrt!~tprrt@shells.bootlin.com> has joined #yocto | 14:28 | |
*** Crofton <Crofton!sid401373@id-401373.lymington.irccloud.com> has quit IRC (Server closed connection) | 14:53 | |
*** Crofton <Crofton!sid401373@id-401373.lymington.irccloud.com> has joined #yocto | 14:53 | |
*** zhmylove <zhmylove!~zhmylove@80.254.50.127> has quit IRC (Read error: Connection reset by peer) | 14:55 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 14:58 | |
*** olani <olani!~olani@wlan-gw.se.axis.com> has quit IRC (Remote host closed the connection) | 15:07 | |
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto | 15:09 | |
sudip | thanks rburton | 15:18 |
*** Omax <Omax!~m-6qlehn@nat-cgn12-185-107-15-163.static.kviknet.net> has joined #yocto | 15:24 | |
*** JerryM <JerryM!~JerryM@smtp3.nedap.com> has quit IRC (Quit: Client closed) | 15:29 | |
Wenqing | there is nothing in yocto to prevent cache poisoning? | 15:36 |
rburton | i presume you mean a malicious actor injecting bad information into sstate? | 15:37 |
Wenqing | yeap | 15:37 |
rburton | if your sstate is local and you worry about that then you have bigger problems | 15:37 |
Wenqing | what is my sstate is in AWS s3? | 15:38 |
rburton | if your sstate is remote then the remote can turn on signed sstate and you can verify the signers are good | 15:38 |
Wenqing | what if* | 15:38 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 15:38 | |
rburton | by remote i mean "if someone else controls it" | 15:38 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 15:38 | |
rburton | if its in s3 but its your repo then presumably you trust it | 15:38 |
rburton | if you dont' trust that then you don't trust eg your layers to not be hijacked either | 15:39 |
rburton | but either way, look up sstate signing | 15:39 |
Wenqing | ok, thanks | 15:40 |
*** Schlumpf8 <Schlumpf8!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed) | 15:48 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto | 15:51 | |
*** ptsneves <ptsneves!~Thunderbi@84.47.155.82> has quit IRC (Ping timeout: 246 seconds) | 15:53 | |
Wenqing | is there a similar feature for DL_DIR cache as well? | 15:55 |
*** rfuentess <rfuentess!~rfuentess@arennes-299-1-56-92.w92-159.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 15:56 | |
*** jetm- <jetm-!~jetm@ec2-54-80-170-48.compute-1.amazonaws.com> has joined #yocto | 15:57 | |
*** philmd- <philmd-!~philmd@ec2-54-80-170-48.compute-1.amazonaws.com> has joined #yocto | 15:59 | |
rburton | Wenqing: downloaded tarballs already have checksums in the recipe, and git clones have a SHA. the only attack is has collisions | 16:00 |
rburton | hash collisions | 16:01 |
Wenqing | ok, I forget the recipe checksum. Thanks rburton | 16:02 |
*** otavio <otavio!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has quit IRC (Remote host closed the connection) | 16:03 | |
*** otavio <otavio!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has joined #yocto | 16:07 | |
*** mckoan is now known as mckoan|away | 16:10 | |
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Ping timeout: 240 seconds) | 16:12 | |
*** manuel_ <manuel_!~manuel198@2a02:1748:dd5c:f290:c5b2:fdff:b718:9edf> has joined #yocto | 16:25 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 16:30 | |
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto | 16:38 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.) | 16:41 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds) | 16:43 | |
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto | 16:43 | |
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 246 seconds) | 16:48 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 16:49 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving) | 16:50 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 16:56 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 16:56 | |
*** geoff_ <geoff_!~geoff@cpe-107-185-48-203.socal.res.rr.com> has joined #yocto | 17:01 | |
*** geoffhp <geoffhp!~geoff@cpe-107-185-48-203.socal.res.rr.com> has quit IRC (Read error: Connection reset by peer) | 17:01 | |
*** florian <florian!~florian@185.156.158.58> has joined #yocto | 17:03 | |
*** gsalazar <gsalazar!~gsalazar@139.0.166.178.rev.vodafone.pt> has quit IRC (Remote host closed the connection) | 17:03 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 17:06 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 17:07 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 17:17 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 17:17 | |
*** fennec <fennec!~fennec@2a01:cb18:17f:8000:a685:cadf:5d15:ef4a> has quit IRC (Quit: Client closed) | 17:20 | |
khem | RP: yeah re. xcb-util-cursor see https://git.openembedded.org/meta-openembedded/commit/?id=0ae88cd387f12a7316b8886088af190837412118 | 17:48 |
khem | Would have been good if Alex would have sent a patch to meta-oe to remove it alongside when it was added to oe-core, nevertheless thanks for letting me know | 17:50 |
khem | is there a tool to find duplicate recipes ? | 17:50 |
*** amsobr <amsobr!~amsobr@2a01:14:113:9e60:7805:d138:a871:bd68> has quit IRC (Quit: Konversation terminated!) | 18:00 | |
*** florian <florian!~florian@185.156.158.58> has quit IRC (Ping timeout: 246 seconds) | 18:02 | |
*** pabigot <pabigot!~pab@67-1-101-18.tcso.qwest.net> has quit IRC (Ping timeout: 245 seconds) | 18:03 | |
*** brrm <brrm!~brrm@ip-078-043-203-234.um18.pools.vodafone-ip.de> has quit IRC (Ping timeout: 258 seconds) | 18:18 | |
*** pabigot <pabigot!~pab@67-1-10-114.tcso.qwest.net> has joined #yocto | 18:21 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat) | 18:27 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto | 18:27 | |
*** brrm <brrm!~brrm@ip-078-043-203-234.um18.pools.vodafone-ip.de> has joined #yocto | 18:28 | |
*** florian <florian!~florian@185.156.158.58> has joined #yocto | 18:42 | |
*** amitk_ <amitk_!~amit@103.208.71.37> has quit IRC (Ping timeout: 246 seconds) | 18:57 | |
*** Omax <Omax!~m-6qlehn@nat-cgn12-185-107-15-163.static.kviknet.net> has quit IRC (Ping timeout: 246 seconds) | 19:20 | |
*** otavio_ <otavio_!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has joined #yocto | 19:20 | |
*** otavio <otavio!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has quit IRC (Ping timeout: 252 seconds) | 19:22 | |
*** adrianf_ <adrianf_!~adrian@212-51-147-15.fiber7.init7.net> has joined #yocto | 19:33 | |
*** adrianf <adrianf!~adrian@2a02:169:59a6:0:5488:f785:9061:cf6c> has quit IRC (Ping timeout: 264 seconds) | 19:36 | |
*** florian <florian!~florian@185.156.158.58> has quit IRC (Ping timeout: 240 seconds) | 19:53 | |
*** LocutusOfBorg <LocutusOfBorg!~locutusof@93-45-38-101.ip100.fastwebnet.it> has quit IRC (Ping timeout: 246 seconds) | 20:09 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Quit: Haxxa flies away.) | 20:15 | |
*** baeruhne[m] <baeruhne[m]!~baeruhnem@2001:470:69fc:105::3:460d> has joined #yocto | 20:15 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto | 20:19 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto | 20:26 | |
*** Omax <Omax!~m-6qlehn@nat-cgn12-185-107-15-163.static.kviknet.net> has joined #yocto | 20:27 | |
*** adrianf_ <adrianf_!~adrian@212-51-147-15.fiber7.init7.net> has quit IRC (Ping timeout: 246 seconds) | 20:27 | |
*** adrianf_ <adrianf_!~adrian@2a02:169:59a6:0:dcf2:2f65:9442:83f> has joined #yocto | 20:32 | |
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 245 seconds) | 20:41 | |
rburton | khem: the layer index can, iirc | 20:46 |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 20:52 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto | 20:52 | |
RP | khem: right, I just mentioned it since we started seeing the failures. Thanks | 21:00 |
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!) | 21:00 | |
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto | 21:00 | |
*** otavio_ <otavio_!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has quit IRC (Ping timeout: 245 seconds) | 21:03 | |
*** otavio <otavio!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has joined #yocto | 21:04 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.) | 21:07 | |
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds) | 21:23 | |
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto | 21:23 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 21:28 | |
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 264 seconds) | 21:28 | |
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto | 21:28 | |
*** otavio_ <otavio_!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has joined #yocto | 21:33 | |
*** otavio <otavio!~otavio@177-4-252-114.user3p.brasiltelecom.net.br> has quit IRC (Ping timeout: 245 seconds) | 21:33 | |
*** KanjiMonster <KanjiMonster!~KanjiMons@dslb-094-220-187-252.094.220.pools.vodafone-ip.de> has quit IRC (Server closed connection) | 21:47 | |
*** KanjiMonster <KanjiMonster!~KanjiMons@dslb-094-220-187-252.094.220.pools.vodafone-ip.de> has joined #yocto | 21:47 | |
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.103.247> has quit IRC (Server closed connection) | 21:49 | |
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.103.247> has joined #yocto | 21:49 | |
*** adrianf_ <adrianf_!~adrian@2a02:169:59a6:0:dcf2:2f65:9442:83f> has quit IRC (Ping timeout: 260 seconds) | 22:10 | |
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto | 22:15 | |
*** manuel_ <manuel_!~manuel198@2a02:1748:dd5c:f290:c5b2:fdff:b718:9edf> has quit IRC (Ping timeout: 246 seconds) | 22:19 | |
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 264 seconds) | 22:22 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 246 seconds) | 22:22 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor) | 22:22 | |
*** pabigot <pabigot!~pab@67-1-10-114.tcso.qwest.net> has quit IRC (Ping timeout: 246 seconds) | 23:19 | |
*** pabigot <pabigot!~pab@67-1-153-8.tcso.qwest.net> has joined #yocto | 23:34 | |
*** geoff_ <geoff_!~geoff@cpe-107-185-48-203.socal.res.rr.com> has quit IRC (Remote host closed the connection) | 23:38 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!