Thursday, 2023-03-23

khemRP: messing is not right term to explain it :) - see https://git.yoctoproject.org/meta-raspberrypi/tree/recipes-core/psplash/psplash_%25.bbappend00:32
khemlet me know if it should be done any better to extend psplash recipe, I will be happy to change it00:32
*** florian_kc <florian_kc!~florian@dynamic-078-048-002-172.78.48.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)00:33
khemTrying to ensure meta-raspberrypi is a model BSP layer for others to follow00:33
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)00:39
khemzeddii: https://git.yoctoproject.org/yocto-kernel-cache/commit/?h=yocto-6.1&id=1a97a82e62ebf4ef3787768a1f5937e2d2f280ce00:39
khemzeddii: why was v6.1.20 reverted to v5.15.103 on yocto-6.1 branch00:39
khemfury: blank screen is not expected for graphical images like sato images. I dont have a rpi0w locally so I personally do not test it not for graphics so I relent there might be a bug lurking something like wrong device tree being used etc. try core-image-base or some other console image first and see if you get login on serial console00:44
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)01:09
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has joined #yocto01:15
*** davidinux <davidinux!~davidinux@host-95-250-216-103.retail.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds)02:04
*** davidinux <davidinux!~davidinux@host-213-45-37-118.pool21345.interbusiness.it> has joined #yocto02:10
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)02:10
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto02:22
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: xmn)02:47
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has quit IRC (Ping timeout: 246 seconds)02:59
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto03:00
*** Guest2465 <Guest2465!~Guest24@237.220.233.220.static.exetel.com.au> has joined #yocto03:19
Guest2465hey team, i had a quick question about this video: https://youtu.be/u1rzYRz83kc?t=1781   specifically, why did the program not work when compiled with c++? I ask because I'm getting the same errors on my board03:21
paulgkhem, yes that does look suspicious.  $2 says it was a rogue script.03:22
paulgI just checked the yocto-5.15 branch to see if it contained v6.1 version.  :-P   It looks ok.03:28
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto03:29
Guest2465RE my previous message? https://wiki.koansoftware.com/index.php/How_to_add_libstdc%2B%2B_to_a_Yocto_(Poky)_image default image doesnt include the libcpp03:33
*** Guest2465 <Guest2465!~Guest24@237.220.233.220.static.exetel.com.au> has quit IRC (Quit: Client closed)03:33
*** jclsn <jclsn!~jclsn@2a04:4540:6504:f500:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 250 seconds)03:36
*** jclsn <jclsn!~jclsn@2a04:4540:6540:d600:2ce:39ff:fecf:efcd> has joined #yocto03:38
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:30
*** amitk <amitk!~amit@103.208.71.75> has joined #yocto04:41
khemGuest2465:  its because your target is missing C++ runtime library04:52
khemwhen you cross-compile the program the SDK has it and links it as it has to. But making the runtime available on image is also needed. Other option is to do static linking04:53
khembut static linking you have to know what the limitation might be e.g. exceptions etc. might not work04:54
khemeasiest is to install libstdc++ into image04:54
khemmaybe IMAGE_INSTALL += "libstdc++" would do it04:56
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 276 seconds)05:30
*** thomasd13 <thomasd13!~thomas@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto05:30
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)05:40
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto05:40
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto05:57
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)06:10
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto06:10
*** AKN <AKN!~AKN@49.205.84.94> has joined #yocto06:19
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)06:24
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto06:24
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto06:29
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Remote host closed the connection)06:33
barathhave people tried using uninative + runqemu & co before? it seems like things like tunctl are built natively in yocto but then not called such that they use uninative?06:35
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto06:36
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has quit IRC (Quit: Client closed)06:57
*** zpfvo <zpfvo!~fvo@i59F5CEE6.versanet.de> has joined #yocto07:05
RPkhem: sorry, when I last used that it was applied unconditionally, which did frustrate me a bit at the time07:15
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto07:26
*** pope <pope!~pope@46.140.99.106> has joined #yocto07:26
popeHello everyone, can someone tell me where I've to configure the earlyprintk option for my kernel? I try to debug a kernel that doesn't seem to boot. Can I directly do this from uboot or do I have to re-compile the kernel?07:27
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has joined #yocto07:30
landgrafpope: you may want to take a look into boot.scr07:30
landgrafif you have access to it07:30
popeis boot.scr a human readable file?07:31
landgrafyou can easily unpack and modify it07:31
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto07:32
popehave to check that then...07:32
landgrafpope: https://wiki.ubuntu.com/ARM/EditBootscr07:33
popeBut speaking of the boot.scr, is yocto creating this or is this already pre-built with the uboot that is provided? Cause I couldn't find a raw boot.txt file anywhere07:35
landgrafpope: it most likely was created by buildsystem07:40
popeOkay, content of boot.scr is not what I expected, I might could need some help here :/07:40
landgrafpope: raw boot.scr is called boot.source usualy07:40
popeMy problem is, if I boot from mmc, everything works fine. I try to boot from tftp instead but then the kernel isn't booting07:41
popeIt seems like this boot.scr provides the boot instructions to load the image from mmc and the boot the kernel, correct?07:41
popeSo if I load the kernel "manually" and then execute the booti command, this script never gets executed. How can I add the bootargs in that case? And what does "fdt get value bootargs /chosen bootargs" do?07:42
landgrafpope: you can point uboot to tftp server07:43
landgrafpope: https://xenproject.org/2020/09/29/xen-on-raspberry-pi-4-adventures/ here is an example07:43
*** amitk_ <amitk_!~amit@103.208.69.139> has joined #yocto07:44
landgrafpope: ignore xen part, and read only uboot/tftp related one07:44
popeOkay I'll do, but getting the image from tftp is not the problem... at least I think so07:45
landgrafpope: there's bootargs example too (iirc you needed to specify it)07:45
popereading through it07:46
landgrafpope: Ctrl-F boot2.scr07:46
popeMay I ask you some probably very basic questions regarding this procedure? :/07:55
*** Guest18 <Guest18!~Guest18@2a01:c22:8c24:a101:d085:de81:bb3d:d746> has joined #yocto07:55
popeSo it says in config.txt the kernel=u-boot.img should be set. I assume this is because the first stage bootloader uses this to figure out what to boot in this injects u-boot instead of the kernel, right? But in my current config.txt I don't have anything set for kernel, so from where does the information come to boot into uboot?07:59
*** GillesM <GillesM!~gilles@126.88.69.37.rev.sfr.net> has quit IRC (Quit: Leaving)07:59
*** AdrianF <AdrianF!~AdrianF@2a02:169:59a6:0:15fd:1f7a:a4b2:da30> has joined #yocto08:02
landgrafpope: dunno. from the firmware? you know your hardware better than I do  =)08:04
popeHehe, my hardware is an rpi3b :)08:05
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has joined #yocto08:06
landgrafpope: https://www.nayab.xyz/rpi3b-elinux/embedded-linux-rpi3-070-boot-nfs :)08:07
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has quit IRC (Quit: Client closed)08:07
popeI just find it difficult to understand the detailed boot process and cannot find the appopriate information to explain it...08:09
popeFor example, on the sd card I have a file Image and a file kernel8.img, can you tell me what those are? I'd assume kernel8.img is the kernel, but when uboot loads the kernel it actually load Image08:11
*** frieder <frieder!~frieder@i59F4BA25.versanet.de> has joined #yocto08:11
popeMy problem is that I read so many tutorials with different instructions that I need to go one step back and actually try to understand the process... but that's difficult with the given documentation :)08:13
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)08:13
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto08:13
landgrafpope: been there few weeks ago...08:14
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has joined #yocto08:23
popelandgraf: How did you get out? :)08:24
popeOr what even more confuses me, I don't have a uboot.bin on my sdcard...08:28
*** ptsneves <ptsneves!~Thunderbi@84.47.155.82> has joined #yocto08:32
landgrafpope: you have to download one. read the article carefully08:33
landgrafpope: or build one using meta-raspberrypi08:33
*** AKN <AKN!~AKN@49.205.84.94> has quit IRC (Ping timeout: 240 seconds)08:34
landgrafand rpi3 may differ from rpi408:34
landgrafso just read documentation and/or recipes in the mentioned meta-raspberrypi08:34
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Ping timeout: 240 seconds)08:36
popeI did that, as mentioned, regular booting works just fine. It's when I want to step outside the box when it starts to get complicated :)08:37
popeBut I have the feeling it shouldn't be, just difficult to find the right information. E.g. why do I get no Image but Image.bin when running bitbake, and it this the correct kernel image08:39
*** AKN <AKN!~AKN@49.205.84.94> has joined #yocto08:44
landgrafpope: KERNEL_IMAGETYPE is the answer08:55
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto09:08
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto09:15
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto09:15
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 276 seconds)09:17
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Quit: vladest)09:22
*** vladest1 <vladest1!~Thunderbi@217.192.139.41> has joined #yocto09:22
*** vladest1 is now known as vladest09:24
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:25
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto09:31
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Ping timeout: 240 seconds)09:31
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 240 seconds)09:32
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 246 seconds)09:45
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto09:45
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto09:59
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto10:15
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 252 seconds)10:15
*** azcraft <azcraft!~AzCraft@195.214.252.213> has joined #yocto10:31
*** Guest3669 <Guest3669!~Guest36@dslb-002-205-036-107.002.205.pools.vodafone-ip.de> has joined #yocto10:37
*** Guest3669 <Guest3669!~Guest36@dslb-002-205-036-107.002.205.pools.vodafone-ip.de> has quit IRC (Quit: Client closed)10:43
*** GuestXYZ <GuestXYZ!~GuestXYZ@dslb-002-205-036-107.002.205.pools.vodafone-ip.de> has joined #yocto10:43
GuestXYZHi folks. I am trying to debug an issue with a yocto BSP build with sstate cache enabled. The problem I have is that when 'virtual/kernel' is being rebuilt (-c cleanall), out-of-tree modules are not rebuilt. This leads to modules/kernel 'module_layout' CRC mismatch on a running system (kernel conf modversions). I wounder, in a normal vanilla yocto10:48
GuestXYZcase, does rebuilding 'virtual/kernel' triggers rebuild all modules?10:48
rburtonGuestXYZ: if you rebuild the image and the image depends on the modules they should be rebuilt10:53
*** rob_w <rob_w!~rob@2001:a61:6012:6901:34de:38c1:29bf:db06> has joined #yocto10:53
rburtoneasier reproducer would be bitbake external-module ; change kernel somehow; bitbake external-module: if the second bitbake doesn't do anything then there's a dependency issue and please file a bug10:54
rburtonin a vanilla yocto, there are no out-of-tree modules10:55
GuestXYZAha, meaning deps going other way round. (I was searching starting from kernel.) I my case, bsp does have some vendor modification and I am trying to understand where it broke.10:57
*** seninha <seninha!~seninha@user/seninha> has joined #yocto10:59
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has quit IRC (Read error: Connection reset by peer)11:05
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:d047:2de6:4e90:c27> has quit IRC (Quit: Client closed)11:11
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto11:12
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 276 seconds)11:12
*** AKN <AKN!~AKN@49.205.84.94> has quit IRC (Ping timeout: 276 seconds)11:23
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)11:24
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:24
*** AKN <AKN!~AKN@49.205.84.94> has joined #yocto11:26
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)11:29
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto11:29
*** GuestXYZ <GuestXYZ!~GuestXYZ@dslb-002-205-036-107.002.205.pools.vodafone-ip.de> has quit IRC (Quit: Client closed)11:38
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)11:42
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto11:43
Ablu[m]Are there some scripts that help with automatically parsing a kernel panic, calling addr2line and mapping it to a source line?12:13
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Ping timeout: 240 seconds)12:19
*** Guest18 <Guest18!~Guest18@2a01:c22:8c24:a101:d085:de81:bb3d:d746> has quit IRC (Ping timeout: 260 seconds)12:24
*** vvmeson is now known as vmeson12:30
landgrafAblu[m]: crash ?12:34
Ablu[m]landgraf: is that a tool or a question? I am referring to kernel crashes, yes. Is there something that given a yocto environment, finds me all the bits and pieces in order to help with translating the offsets back?12:35
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto12:35
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 265 seconds)12:36
zeddiikhem: script malfunction12:37
landgrafAblu[m]: https://github.com/crash-utility/crash12:40
Ablu[m]landgraf: thx! Looks interesting.12:41
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto12:41
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 265 seconds)12:42
*** AKN <AKN!~AKN@49.205.84.94> has quit IRC (Ping timeout: 246 seconds)12:43
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto12:44
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 276 seconds)12:46
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto12:53
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 246 seconds)12:53
*** jmk44 <jmk44!~jmk1@lcs07-lyo-176-188-208-171.sfr.lns.abo.bbox.fr> has quit IRC (Ping timeout: 250 seconds)12:59
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto12:59
*** AKN <AKN!~AKN@49.205.84.94> has joined #yocto13:03
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto13:09
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto13:12
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 255 seconds)13:12
*** tlwoerner <tlwoerner!~tlwoerner@pppoe-209-91-167-254.vianet.ca> has joined #yocto13:21
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has joined #yocto13:24
*** vvmeson <vvmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 256 seconds)13:25
*** vmeson <vmeson!~rmacleod@24-212-231-241.cable.teksavvy.com> has quit IRC (Ping timeout: 240 seconds)13:30
*** amitk_ <amitk_!~amit@103.208.69.139> has quit IRC (Ping timeout: 256 seconds)13:30
*** florian_kc is now known as florian13:36
*** Algotech <Algotech!~Algotech@82-65-40-52.subs.proxad.net> has quit IRC (Quit: ZNC - https://znc.in)13:36
*** goliath <goliath!~goliath@user/goliath> has joined #yocto13:37
*** Algotech <Algotech!~Algotech@82-65-40-52.subs.proxad.net> has joined #yocto13:42
*** jmk1 <jmk1!~jmk1@lcs07-lyo-176-188-208-171.sfr.lns.abo.bbox.fr> has joined #yocto13:43
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:4c25:a89:29aa:c4e> has joined #yocto13:43
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Ping timeout: 260 seconds)13:43
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto13:47
*** ilunev <ilunev!~koolkhel@95.174.114.26> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)13:52
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Ping timeout: 265 seconds)13:57
*** ak77 <ak77!~ak77@93-103-41-115.dynamic.t-2.net> has quit IRC (Ping timeout: 246 seconds)13:58
*** ak77 <ak77!~ak77@93-103-41-115.dynamic.t-2.net> has joined #yocto13:58
*** AKN <AKN!~AKN@49.205.84.94> has quit IRC (Read error: Connection reset by peer)14:17
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)14:25
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto14:25
*** seninha <seninha!~seninha@user/seninha> has joined #yocto14:30
landgrafRP: I'd like to excuse from the meeting today. conlict because of summer time.14:31
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto14:32
RPlandgraf: np, we'll let you off this week :)14:33
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)14:34
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto14:34
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:34
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:4c25:a89:29aa:c4e> has quit IRC (Quit: Client closed)14:47
*** kscherer <kscherer!~kscherer@bras-base-otwaon1146w-grc-26-174-95-44-180.dsl.bell.ca> has joined #yocto14:48
rburtonJPEW: mypy says runqemu has no typing problems :)14:52
JPEWrburton: It's perfectly valid to pass a tuple to a % format string14:53
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving)14:53
rburtonJPEW: actually surprised that mypy doesn't delve into the % expression14:53
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:7560:ff54:33fe:f5ef> has joined #yocto14:53
JPEWWhats happending is effectivly: "Error: %s" % ("my", "command", "foo")14:53
JPEWAnd the "command" and "foo" aren't consumed in the string format so it errors14:53
JPEWrburton: I'm not sure how it could know14:54
rburtonparse the string, look at the types of the arguments. it knows cmd is a tuple of 3 items because it was created two lines above.  mypy takes so long it should do something useful!14:54
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 240 seconds)15:21
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto15:34
*** thomasd13 <thomasd13!~thomas@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC (Ping timeout: 276 seconds)15:36
*** otavio <otavio!~otavio@189-11-177-87.user3p.brasiltelecom.net.br> has quit IRC (Ping timeout: 264 seconds)15:42
*** otavio <otavio!~otavio@189-11-177-87.user3p.brasiltelecom.net.br> has joined #yocto15:42
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:7560:ff54:33fe:f5ef> has quit IRC (Quit: Client closed)15:49
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 255 seconds)15:49
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto15:49
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC (Ping timeout: 250 seconds)15:52
popeHow can I figure out what kernel source yocto is using?15:53
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 240 seconds)15:54
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto15:54
JaMapope: bitbake-getvar knows almost everything and is always right15:55
* RP should ask bitbake-getvar why his buildbot javascript is breaking15:55
JaMa:)15:57
*** linex[m] <linex[m]!~linexmatr@2001:470:69fc:105::3:1566> has quit IRC (Quit: You have been kicked for being idle)16:00
* landgraf has too many question to ask bitbake-getvar...16:08
*** lorenzog[m] <lorenzog[m]!~lorenzogm@2001:470:69fc:105::3:34d3> has joined #yocto16:17
mckoanpope: bitbake-getvar PREFERRED_PROVIDER_virtual/kernel16:19
*** zpfvo <zpfvo!~fvo@i59F5CEE6.versanet.de> has quit IRC (Ping timeout: 260 seconds)16:27
*** zpfvo <zpfvo!~fvo@i59F5CEE6.versanet.de> has joined #yocto16:41
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)16:44
*** mckoan is now known as mckoan|away17:01
*** amelius <amelius!~quassel@147.161.137.82> has joined #yocto17:01
*** hsv <hsv!~unknown@user/hsv> has quit IRC (Ping timeout: 252 seconds)17:12
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)17:14
*** GillesMM <GillesMM!~gilles@126.88.69.37.rev.sfr.net> has joined #yocto17:18
*** amelius <amelius!~quassel@147.161.137.82> has quit IRC (Read error: Connection reset by peer)17:19
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)17:21
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has quit IRC (Remote host closed the connection)17:30
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)17:40
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto17:40
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)17:44
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto17:45
*** zpfvo <zpfvo!~fvo@i59F5CEE6.versanet.de> has quit IRC (Remote host closed the connection)17:52
*** GillesMM <GillesMM!~gilles@126.88.69.37.rev.sfr.net> has quit IRC (Quit: Leaving)17:52
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)17:54
*** AdrianF <AdrianF!~AdrianF@2a02:169:59a6:0:15fd:1f7a:a4b2:da30> has quit IRC (Ping timeout: 248 seconds)18:22
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has joined #yocto18:22
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)18:26
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 252 seconds)18:34
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto18:34
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)18:35
paulgwonder if we should be converting some more of these giant packages to be git by default....18:38
paulgCurrently  1 running tasks (401 of 433)  92% |######################################################################################################         |18:38
paulg0: llvm-native-15.0.7-r0 do_fetch - 1h11m39s (pid 2108852)  37% |#############################                                                  | 275.00 KiB/s18:38
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 240 seconds)18:39
paulgwaiting over an hour, and re-downloading the whole turd, just 'cause a one-line CVE was merged -- just insane.18:39
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto18:39
khemyeah mesa 23.0.0 is in wedlock with llvm18:39
paulgof course I update master fairly regularly - someone who just parked on say kirkstone and stayed there for a year won't suffer the same pain.18:41
paulgI think RP mentioned to me a developer option which favoured git - I'm sure I saved the info to a text file which I'll never find ever again...18:42
khem275.00 KiB/s is not gonna cut it in modern world 🙂 I am sorry18:47
paulgnot much I can do if limited at the server side.  In any case, it kinda goes back to sth I've been concerned about before.  If you need 48core server with 64+GB RAM and a fat fibre pipe, we've effectively excluded all hobbyist contributions to the project.  Which would be unfortunate.18:50
paulgI'm not thrilled when people complain about me trying to remove ancient turds from the kernel, but it is valid input they are still using it.  And it can keep some of us more commercially driven folks more honest.18:52
*** olani- <olani-!~olani@83-233-29-230.cust.bredband2.com> has quit IRC (Ping timeout: 255 seconds)18:52
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:7560:ff54:33fe:f5ef> has joined #yocto19:03
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)19:05
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto19:05
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto19:05
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 255 seconds)19:14
*** tleb <tleb!6dbdd9ebc9@2604:bf00:561:2000::10cf> has quit IRC (Write error: Connection reset by peer)19:16
*** pope <pope!~pope@46.140.99.106> has quit IRC (Quit: Client closed)19:18
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto19:19
khemI do agree with you, the system should allow minimum resources for targetted builds19:20
*** tleb <tleb!6dbdd9ebc9@2604:bf00:561:2000::10cf> has joined #yocto19:21
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has joined #yocto19:23
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 240 seconds)19:41
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has quit IRC (Ping timeout: 248 seconds)19:47
\dev\iceI want to create something like /etc/git.hash which contains my yocto repo exact git hash. how I can implemt that?19:48
*** amitk <amitk!~amit@103.208.71.75> has quit IRC (Ping timeout: 255 seconds)19:49
paulg\dev\ice, maybe look into dm-verity ?19:49
\dev\icewhat do you mean?19:50
paulgit is a feature that validates all the blocks on your filesystem with a hash to ensure the data integrity.19:51
\dev\iceit's little bit different what I wanted. googled in same time19:53
\dev\iceseems https://github.com/coreycothrum/meta-bitbake-git-version/ it's what I need...19:53
furykhem: i got a serial port hooked up to a pi 0 w, how do i go about checking to see why the desktop isn't showing? matchbox desktop is running according to top19:56
furyhere's a full boot log before the login prompt showed19:59
furyhttps://www.irccloud.com/pastebin/kerQzGon/19:59
fury"matchbox-wm: X error warning (0x1000003): BadWindow (invalid Window parameter) (opcode: 12)" maybe?20:00
rburtondo you even get a pointer, or just nothing?20:01
rburtonif X is running correctly you'll get a cursor, even if nothing else is working20:02
furyno pointer, just blank black screen (briefly a text cursor at the top left, but that goes away)20:02
rburtonsounds like X is drawing to the wrong hdmi or something20:03
rburtonnever tried on a pi, can't help more, sorry20:04
rburtonif you're not tied to X11 try core-image-weston, might work better20:04
rburton(mainly as its not technology from the 80s)20:04
furyeventually i'll be using neither X nor weston, will be going straight to a Qt EGLFS app, so i don't mind a console for now, as long as all the rest of the stuff i need is there20:05
paulg\dev\ice, if you want to copy random build artifacts onto the target, then you are probably looking at a do_rootfs bbappend in your layer. Should give you a starting point to google from20:05
rburtonfury: core-image-base is "just boot to a small login prompt" that isn't too minimal to be hard to use20:06
\dev\icepaulg: thanks20:06
rburtonthough weston will test the same codepaths you'll be hitting if you're using eglfs20:06
furysounds good20:06
furyi'll see if the weston image works first20:06
paulgrburton, don't be hatin' on the 80s.  :-P  X11 and xfree86 carried us through many years.20:07
rburtonpaulg: don't feed the troll ;)20:07
paulg:)20:07
rburtonand they did surprisingly well, but really need to be let out to pasture now20:09
*** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto20:09
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)20:11
paulgCan't argue that.  I've been doing (trying?) that with the kernel for over a decade.20:11
paulghttps://lore.kernel.org/linuxppc-dev/20230220115913.25811-4-paul.gortmaker@windriver.com/T/#m3d72acb9f70a215a5befdd046501800924ac57db20:12
furymagical. weston image works20:13
furyi miss systemd tho20:13
furyam i a bad person?20:13
paulgThe hate mail I got when deleting CONFIG_MCA --- https://lkml.org/lkml/2012/5/17/30020:14
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:7560:ff54:33fe:f5ef> has quit IRC (Quit: Client closed)20:14
paulg"complete rubbish" !!!  --- well, guess what, it was merged.20:14
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)20:14
paulgfury, in the end, use what works for you and carry on.20:15
*** marc1 <marc1!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has quit IRC (Ping timeout: 246 seconds)20:36
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto20:36
*** marc1 <marc1!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has joined #yocto20:40
*** frieder <frieder!~frieder@i59F4BA25.versanet.de> has quit IRC (Remote host closed the connection)20:45
*** brazuca <brazuca!~brazuca@2804:7f4:3590:8fb5:7560:ff54:33fe:f5ef> has joined #yocto20:56
*** Haxxa <Haxxa!~Haxxa@202.65.68.206> has quit IRC (Remote host closed the connection)21:09
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has joined #yocto21:09
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto21:13
*** goliath <goliath!~goliath@user/goliath> has joined #yocto21:17
*** rob_w <rob_w!~rob@2001:a61:6012:6901:34de:38c1:29bf:db06> has quit IRC (Quit: Leaving)21:36
*** diego_r <diego_r!~diego@94-33-235-5.static.clienti.tiscali.it> has joined #yocto21:48
rburtonfury: you can use systemd21:52
rburtoninit system choice is unrelated to image choice21:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 276 seconds)22:34
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto22:34
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 240 seconds)22:39
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto22:39
*** florian_kc <florian_kc!~florian@dynamic-078-048-049-096.78.48.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)22:49
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds)22:49
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto22:49
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 268 seconds)22:54
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto22:54
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)22:56
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto22:58
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 240 seconds)22:59
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto22:59
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)23:11
*** azcraft <azcraft!~AzCraft@195.214.252.213> has quit IRC (Remote host closed the connection)23:11
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC (Ping timeout: 265 seconds)23:15
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto23:17
*** Guest186 <Guest186!~Guest18@2a01:c22:8c24:a101:c11b:9ed9:6589:4c22> has joined #yocto23:21
*** diego_r <diego_r!~diego@94-33-235-5.static.clienti.tiscali.it> has quit IRC (Ping timeout: 276 seconds)23:25
*** kscherer <kscherer!~kscherer@bras-base-otwaon1146w-grc-26-174-95-44-180.dsl.bell.ca> has quit IRC (Quit: Konversation terminated!)23:26
*** diego_r <diego_r!~diego@94-33-235-5.static.clienti.tiscali.it> has joined #yocto23:32
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 276 seconds)23:39
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto23:39
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 276 seconds)23:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto23:44
*** Guest18 <Guest18!~Guest18@dynamic-077-008-001-019.77.8.pool.telefonica.de> has joined #yocto23:47
*** Guest186 <Guest186!~Guest18@2a01:c22:8c24:a101:c11b:9ed9:6589:4c22> has quit IRC (Ping timeout: 260 seconds)23:50
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has quit IRC (Remote host closed the connection)23:58
*** invalidopcode1 <invalidopcode1!~invalidop@cpe-172-90-200-106.socal.res.rr.com> has joined #yocto23:58

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