Saturday, 2023-08-12

*** florian_kc <florian_kc!~florian@dynamic-093-131-038-095.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)00:03
*** Perflosopher <Perflosopher!~perflosop@136.62.181.44> has quit IRC (Quit: Ping timeout (120 seconds))00:05
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Quit: Quit)00:06
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto00:06
*** Perflosopher <Perflosopher!~perflosop@136.62.181.44> has joined #yocto00:07
*** hnez <hnez!~quassel@flummi.grey.stw.pengutronix.de> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)00:08
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (Quit: quit)00:08
*** hnez <hnez!~quassel@flummi.grey.stw.pengutronix.de> has joined #yocto00:10
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto00:10
belgianguyrburton, the build failed on Meson again, something about xlib based GLX requires at least one gallium driver. https://pastebin.com/NzqdbWFj00:19
belgianguymight be this https://community.st.com/t5/embedded-software-mpus/error-when-trying-to-combine-x11-with-weston-in-ecosystem/td-p/9667500:20
belgianguyAs I can see -Dgallium-drivers= -Dllvm=disabled in my pastebin as well00:22
*** hnez <hnez!~quassel@flummi.grey.stw.pengutronix.de> has quit IRC (Read error: Connection reset by peer)00:23
*** shoragan <shoragan!~shoragan@user/shoragan> has quit IRC (Read error: Connection reset by peer)00:23
*** shoragan <shoragan!~shoragan@user/shoragan> has joined #yocto00:26
*** hnez <hnez!~quassel@flummi.grey.stw.pengutronix.de> has joined #yocto00:27
khembelgianguy: which image are you trying to build ? I would suggest to build core-image-weston if you are not hung up on X1100:33
belgianguykhem, I'm just following a tutorial series on YouTube to get the hang of Yocto, but outside of the qemu builds, I haven't had much succes :)00:36
khemyeah GPU drivers are always PITA00:38
khemWe do lot of curating for real devices in yoe distro e.g. see https://github.com/yoedistro/yoe-distro00:38
belgianguyIt's this one https://www.youtube.com/playlist?list=PLEBQazB0HUyTpoJoZecRK6PpDG31Y7RPB they build for this specific board STM32MP100:39
khemWhat image are you building that is pulling in mesa-gl ? it seems some X11 dep00:39
belgianguyit's the core-minimal-image, but I do see the issues that is mentioned in the st.com community forum00:40
belgianguyit has 'osmesa gallium' but perhaps it needs 'gallium' as a standalone option (without osmesa)00:40
khemso are you trying to follow part2 tutorial ?00:42
belgianguykhem, indeed00:42
khemthats based on dunfell branch and they are just building core-image-minimal00:42
khemso no graphics00:43
belgianguyI used kirkstone, but all the same steps00:43
khemand same image ?00:43
belgianguyyes00:43
khemcore-image-minimal should not be pulling mesa-gl thats a bit over dependencies00:43
belgianguyI had also expected that minimal would be console only, but alas00:44
khemyou can generate the dependency file and see who is pulling it00:44
belgianguyCan you tell me how? I've found 4 files related to mesa: ➜  Yocto less ./poky/meta/recipes-graphics/mesa/mesa_22.0.3.bb00:45
belgianguy➜  Yocto less ./poky/meta/recipes-graphics/mesa/mesa-gl_22.0.3.bb00:45
belgianguy➜  Yocto less ./meta-st-stm32mp/recipes-graphics/mesa/mesa_%.bbappend00:45
belgianguy➜  Yocto less ./meta-st-stm32mp/recipes-graphics/mesa/mesa-gl_%.bbappend00:45
khemMay be first try adding `DISTRO_FEATURES:remove = "x11"` in conf/local.conf00:45
belgianguywill do00:45
khemfor deps you can do `bitbake -g core-image-minimal`00:46
khemthis should dump a file called `*.dot` you can pastebin them somewhere00:46
belgianguyah, graphviz ? I remember that :)00:47
khemits standard dotty file format so you can either use some dotty program to display it, or open it in editor and search for -> "mesa-gl*"00:47
khemthat should list who is wanting it00:47
belgianguythe dot file is too big for pastebin it seems00:49
belgianguywould a grep suffice?00:49
khemsee - https://github.com/STMicroelectronics/meta-st-stm32mp/blob/kirkstone/conf/machine/include/gpu_vivante.inc#L4800:50
khemyeah you have to follow it a bit00:50
khemso full file is good00:50
belgianguyI'll try to find another pastebin clone, where I can post it in full00:51
belgianguykhem, https://privatebin.net/?a041fef0014fd5a0#5upHrhnYT9Mn2DmuW4HuvjnxpyG2Jrw3RqayeKCxoggu00:52
belgianguyThat's the contents of task-depends.dot00:53
khemthey have bunch of EXTRA_IMAGEDEPENDS in that layer which will insert depedencies to any image including core-image-minimal sadly00:53
belgianguykhem, and based on the dot file, is every mention of mesa on the right side of a -> a "want" from someone?00:57
khemHere is what I can see bluez5 -> python3-pygobject -> python3-pycairo -> cairo -> mesa-gl00:57
khemand bluez5 is inserted from st layer00:58
belgianguyIt's a bluetooth protocol stack if I read that correctly01:00
khemyeah01:02
khemso I think you can break this dependency chain at cairo01:02
khemadd a cairo_%.bbappend in st layer perhaps01:02
belgianguyCould you explain how that would solve it? Would I repeat the same dependencies but leave out bluez5 then?01:03
khemPACKAGECONFIG:append = " egl glesv2"01:03
khemPACKAGECONFIG:remove = "opengl"01:04
*** davidinux <davidinux!~davidinux@45.11.82.220> has quit IRC (Ping timeout: 248 seconds)01:04
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)01:04
belgianguyI'm very new, and I really appreciate you take the time to teach me the "how", teach a man to fish etc.01:04
khemI think you could get rid of this problem by simply removing X11 from your DISTRO_FEATURES as I suggested earlier01:05
khemor do the cairo bbappend as I suggested now01:05
khemcairo thing could be upstreamed to st layer too with proper overrided01:05
*** davidinux <davidinux!~davidinux@host-95-237-204-243.retail.telecomitalia.it> has joined #yocto01:06
belgianguyok, I do not need or expected any GUI, so x11 can go01:06
khemok01:06
belgianguySo here it's a case of "bloatyness" where a minimal image gets weighed down to be more user friendly?01:07
belgianguykhem, would regenerating the dependency tree (dot file) also show that it no longer will be used?01:09
belgianguy(after adding the removal of x11)01:11
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)01:13
belgianguyTried a rebuild with the DISTRO_FEATURES:remove = "x11" at the bottom of my local.conf, but it still pulls it in01:14
belgianguysame error01:14
khemcan you try bitbake-getvar DISTRO_FEATURES01:17
belgianguywill do01:17
belgianguykhem, https://pastebin.com/c9WVKXLh01:19
belgianguyit mentions wayland :/01:19
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC (Quit: ZNC - http://znc.in)01:20
khemit still has x1101:20
belgianguyah, I had commented that removal line01:20
belgianguylet me repeat it with it active01:20
khemtry adding `DISTRO_FEATURES :remove = "x11"` in conf/local.conf file01:20
khemDISTRO_FEATURES:remove that is01:21
belgianguyI added it, but x11 seems to stay even with it active https://pastebin.com/52Ra86aP01:22
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto01:22
khemwhere did you add it can you show the diff and file location you added it to01:25
belgianguysure, I'll make a screenshot and a diff01:25
khemthis local.conf should be in your build/conf/ dir same place where you made change for MACHINE as per the tutorial01:26
belgianguykhem, you're right, I had another build folder in poky that I was editing, now added the removal parameter to the correct file (sorry)01:28
khemnp you learn :)01:30
belgianguykhem, https://pastebin.com/5yCk1KDz x11 no longer there :)01:31
khemlooks better01:31
khemgive it a try01:31
belgianguyI'll give the dependency tree a whirl01:31
khemsure,01:32
belgianguyLearned lots of diagnostics, which is very valuable to poke around :)01:32
belgianguyno more mention of mesa when I grep the task-depends.dot file :)01:33
belgianguylet's give it a go01:33
belgianguyI hope they don't use a GUI in the next steps of the tutorial :D, oh well, we'll see01:35
*** Circuitsoft <Circuitsoft!uid393878@id-393878.lymington.irccloud.com> has joined #yocto01:41
belgianguykhem, thanks for the help and the link to https://github.com/yoedistro/yoe-distro, seems like something I could use :)01:46
khemsure, once you want some more fun you are welcome there :)02:03
belgianguykhem, the build completed succesfully! Thanks for taking the time to explain things (teach a man to fish etc. ;) )02:05
khemcool enjoy02:06
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)02:22
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto02:22
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto02:27
*** pbsds <pbsds!~pbsds@84.20.102.94> has quit IRC (Quit: The Lounge - https://thelounge.chat)02:53
*** pbsds <pbsds!~pbsds@84.20.102.94> has joined #yocto02:54
*** amitk_ <amitk_!~amit@58.84.61.40> has joined #yocto03:41
dash_hopei am not familiar with meson build so wondering if anyone knows this:03:53
dash_hopecommon_inc += [ include_directories('.'), include_directories(join_paths(meson.current_build_dir(), '../../../recipe-sysroot/usr/include/internal/'))]03:53
dash_hopetestcommon = shared_library( 'testcommon', sources, include_directories: common_inc, dependencies: t_deps, link_args : t_link_args,install: true,)03:53
dash_hopeThis is currently a hack that is present in the code which is causing issue, wondering if there is any way to get rid of the hardcoded path as the header is already present in usr/include from other package?03:53
dash_hopeinstall(DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} FILES_MATCHING PATTERN *.h)03:53
*** amitk_ <amitk_!~amit@58.84.61.40> has quit IRC (Ping timeout: 248 seconds)04:02
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 246 seconds)04:04
*** Pinta <Pinta!~Pinta@sprxy4.nrl.navy.mil> has joined #yocto04:08
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (Ping timeout: 252 seconds)04:30
*** xmn <xmn!~xmn@2600:4040:9390:8c00:ec38:95b7:95d5:685d> has quit IRC (Quit: ZZZzzz…)04:32
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:32
*** Ablu <Ablu!~Ablu@user/Ablu> has joined #yocto04:53
*** Wenqing <Wenqing!~wenqingzo@78.40.148.178> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)05:00
*** Wenqing <Wenqing!~wenqingzo@78.40.148.178> has joined #yocto05:01
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto05:02
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has quit IRC (*.net *.split)05:05
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (*.net *.split)05:05
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has joined #yocto05:11
*** xmn <xmn!~xmn@2600:4040:9390:8c00:2492:4d1b:326e:70e0> has joined #yocto06:03
*** dash_hope <dash_hope!~dash_hope@54-240-198-33.amazon.com> has quit IRC (Quit: Client closed)06:08
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)06:27
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto06:27
*** Lihis <Lihis!~Lihis@2001:41d0:e:f34::1> has quit IRC (Quit: Quitting)06:58
*** Lihis <Lihis!~Lihis@2001:41d0:e:f34::1> has joined #yocto07:00
*** Pinta <Pinta!~Pinta@sprxy4.nrl.navy.mil> has quit IRC (Quit: Client closed)07:00
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto07:08
*** xmn <xmn!~xmn@2600:4040:9390:8c00:2492:4d1b:326e:70e0> has quit IRC (Ping timeout: 248 seconds)07:41
belgianguykhem, https://github.com/STMicroelectronics/meta-st-stm32mp/pull/56 ;)08:30
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto08:32
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto09:31
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd49ef5.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds)09:40
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd4908f.dip0.t-ipconnect.de> has joined #yocto09:42
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has joined #yocto09:54
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 244 seconds)10:14
*** goliath <goliath!~goliath@user/goliath> has joined #yocto10:23
*** kpo <kpo!~kpo@031011130015.dynamic-3-poz-k-1-0-0.vectranet.pl> has joined #yocto10:27
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)10:54
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto10:54
*** Starfoxxes <Starfoxxes!~Starfoxxe@2a02:8070:5380:54c0:884e:1e44:9cf7:e439> has quit IRC (Ping timeout: 244 seconds)11:06
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)11:10
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:36
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)11:51
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:51
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has joined #yocto12:05
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd4908f.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds)12:19
*** davidinux <davidinux!~davidinux@host-95-237-204-243.retail.telecomitalia.it> has quit IRC (Quit: WeeChat 3.5)12:33
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd49967.dip0.t-ipconnect.de> has joined #yocto12:43
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)12:47
*** prabhakar <prabhakar!~prabhakar@pc.renesas.eu> has quit IRC (Ping timeout: 258 seconds)12:49
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)13:01
*** ajfriesen8473 <ajfriesen8473!~ajfriesen@p4fd49822.dip0.t-ipconnect.de> has joined #yocto13:01
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd49967.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)13:03
*** ajfriesen8473 is now known as ajfriesen84713:03
*** camus <camus!~Instantbi@58.246.136.203> has quit IRC (Remote host closed the connection)13:22
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has joined #yocto13:39
*** Sai-Kiran <Sai-Kiran!~Sai-Kiran@103.5.135.82> has joined #yocto13:57
*** florian_kc <florian_kc!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 248 seconds)13:58
*** kpo <kpo!~kpo@031011130015.dynamic-3-poz-k-1-0-0.vectranet.pl> has quit IRC (Ping timeout: 256 seconds)13:58
Sai-KiranHi. I am using meta-rust and compiling an rust application. I would like to know how to cross compile the same code, in Yocto. Could someone give some pointers for this?13:59
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto13:59
*** Sai-Kiran <Sai-Kiran!~Sai-Kiran@103.5.135.82> has quit IRC (Quit: Client closed)14:18
*** ajfriesen847 <ajfriesen847!~ajfriesen@p4fd49822.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)15:07
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Quit: Chaser)15:08
*** belgianguy <belgianguy!~belgiangu@ptr-651fbf7gush35y8axjp.18120a2.ip6.access.telenet.be> has quit IRC (Remote host closed the connection)15:17
*** kpo <kpo!~kpo@156.17.147.54> has joined #yocto15:34
*** sakoman <sakoman!~steve@dhcp-72-234-106-30.hawaiiantel.net> has joined #yocto15:36
*** belgianguy <belgianguy!~belgiangu@ptr-651fbf7s64zhzol22g2.18120a2.ip6.access.telenet.be> has joined #yocto15:52
*** ajfriesen847 <ajfriesen847!~ajfriesen@p54b9453d.dip0.t-ipconnect.de> has joined #yocto16:12
*** belgianguy <belgianguy!~belgiangu@ptr-651fbf7s64zhzol22g2.18120a2.ip6.access.telenet.be> has quit IRC (Remote host closed the connection)16:19
*** ajfriesen847 <ajfriesen847!~ajfriesen@p54b9453d.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds)16:22
*** starblue <starblue!~juergen@dslb-088-078-111-236.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)16:24
*** ajfriesen847 <ajfriesen847!~ajfriesen@p54b9453d.dip0.t-ipconnect.de> has joined #yocto16:26
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has quit IRC (Ping timeout: 246 seconds)16:29
*** zelgomer <zelgomer!~jake@gateway/tor-sasl/zelgomer> has joined #yocto16:31
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto16:38
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)16:42
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto16:42
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Ping timeout: 250 seconds)16:42
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 246 seconds)17:11
dvergatalabelloni: I'm running it from latest c8cac0d5db1a12b3fb37f0a7d3f9a9b456d2e9e4 abelloni/master-next to see what is causing these ipks failures17:17
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto17:23
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Read error: Connection reset by peer)17:29
*** florian <florian!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has joined #yocto17:52
*** pabigot <pabigot!~pab@10.sub-75-236-36.myvzw.com> has quit IRC (Ping timeout: 248 seconds)18:08
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto18:15
*** pabigot <pabigot!~pab@183.sub-75-236-54.myvzw.com> has joined #yocto18:24
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto18:33
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Client Quit)18:33
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)18:33
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto18:34
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto18:39
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Remote host closed the connection)18:44
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto18:45
khemdvergatal: which fails ?18:45
*** starblue <starblue!~juergen@p200300c13f4cf400b9d07ecc8e7e384c.dip0.t-ipconnect.de> has joined #yocto18:50
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)19:07
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has joined #yocto19:07
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)20:12
*** kpo <kpo!~kpo@156.17.147.54> has quit IRC (Ping timeout: 256 seconds)20:24
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Quit: Chaser)20:33
*** amitk <amitk!~amit@58.84.61.40> has quit IRC (Ping timeout: 256 seconds)20:41
*** starblue <starblue!~juergen@p200300c13f4cf400b9d07ecc8e7e384c.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 246 seconds)20:43
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)20:50
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto20:51
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Client Quit)20:55
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto20:56
*** goliath <goliath!~goliath@user/goliath> has joined #yocto21:06
*** starblue <starblue!~juergen@dslb-088-078-111-236.088.078.pools.vodafone-ip.de> has joined #yocto21:08
*** pabigot <pabigot!~pab@183.sub-75-236-54.myvzw.com> has quit IRC (Ping timeout: 250 seconds)21:58
*** pabigot <pabigot!~pab@131.sub-75-236-57.myvzw.com> has joined #yocto22:14
dvergatalkhem: the one with mine patches for preserving acls in ipks22:24
JaMadvergatal, khem: fwiw I've recently updated glibc to 2.38 on gentoo and I'm not seeing that failure (with oe-core/master + glibc-2.38 changes)22:28
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)22:30
dvergatalkhem: alexandre has written to me yesterday https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3349/steps/12/logs/stdio22:31
dvergatalJaMa: your talking about ACLs?22:31
dvergatalJaMa: sorry, my bad, it should be written "you're" :P22:33
JaMadvergatal: I meant this issue https://lists.openembedded.org/g/openembedded-core/message/18554622:34
JaMaI was assuming you were talking about this and that it should be reproducible with glibc-2.38 on host even without your ACL patchset22:35
dvergatalv10 is wrong22:39
dvergatalthere is already v1222:39
dvergatalbtw. I haven't seen that message from khem on my email before, which is odd, thx JaMa22:40
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (Ping timeout: 248 seconds)23:09
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto23:09
*** rsalveti <rsalveti!uid117878@id-117878.uxbridge.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)23:13
*** florian <florian!~florian@dynamic-093-133-186-182.93.133.pool.telefonica.de> has quit IRC (Ping timeout: 245 seconds)23:25
*** prabhakar <prabhakar!~prabhakar@pc.renesas.eu> has joined #yocto23:37
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto23:37

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