Friday, 2023-04-21

*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)00:08
*** flora1[m] <flora1[m]!~flora1mat@2001:470:69fc:105::3:49f6> has joined #yocto00:12
*** seninha <seninha!~seninha@user/seninha> has joined #yocto00:17
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has quit IRC (Remote host closed the connection)00:36
*** nerdboy <nerdboy!~nerdboy@47.143.129.151> has joined #yocto00:38
*** davidinux <davidinux!~davidinux@81.22.36.204> has quit IRC (Ping timeout: 252 seconds)01:04
*** davidinux <davidinux!~davidinux@81.22.36.204> has joined #yocto01:06
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)01:14
*** tunahan <tunahan!~tunahan@78.188.72.174> has quit IRC (Quit: tunahan)01:17
*** tunahan <tunahan!~tunahan@78.188.72.174> has joined #yocto01:18
*** flora1[m] <flora1[m]!~flora1mat@2001:470:69fc:105::3:49f6> has quit IRC (Quit: User was banned)01:20
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)01:25
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto01:26
*** ramok <ramok!~komar@217.78.142.42> has quit IRC (Ping timeout: 250 seconds)01:36
*** ramok <ramok!~komar@217.78.142.42> has joined #yocto01:48
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has quit IRC (Remote host closed the connection)01:51
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has joined #yocto01:51
*** jclsn <jclsn!~jclsn@2a04:4540:6517:e700:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 264 seconds)02:26
*** jclsn <jclsn!~jclsn@2a04:4540:6526:8e00:2ce:39ff:fecf:efcd> has joined #yocto02:28
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto02:28
*** grma <grma!~gruberm@89-41-134-107.static.kufnet.at> has quit IRC (Remote host closed the connection)02:52
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 276 seconds)03:20
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto03:20
*** tunahan <tunahan!~tunahan@78.188.72.174> has quit IRC (Quit: tunahan)03:28
*** tunahan <tunahan!~tunahan@78.188.72.174> has joined #yocto03:28
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)03:45
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)04:37
*** thomas__ <thomas__!~thomas@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto04:50
*** mkazantsev <mkazantsev!~mkazantse@81.200.17.71> has joined #yocto05:46
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has joined #yocto05:49
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 240 seconds)05:59
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto05:59
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 255 seconds)06:03
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto06:03
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto06:04
*** jclsn <jclsn!~jclsn@2a04:4540:6526:8e00:2ce:39ff:fecf:efcd> has quit IRC (Quit: WeeChat 3.8)06:06
*** amitk_ <amitk_!~amit@103.59.74.20> has joined #yocto06:12
Entei[m]How do you guys migrate from one version of Yocto to another? For eg, I had created a branch (which has my own layer) from langdale branch. Now mickledore is available. But simply doing a git merge results in a heap load of merge conflicts.06:18
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto06:18
Entei[m]Is creating a new branch from latest stable release branch (and then copy pasting my layer) the only way to migrate? Or is there a better solution which keeps my added files?06:19
Entei[m]Sorry, I do realise this is more of a git question than specifically Yocto question. But I feel it's valid.06:21
landgrafEntei[m]: are doing git merge in core layers? Doesn't seem right thing to do :)06:21
landgrafEntei[m]: I guess you have to switch core layers and then adjust yours (nor merge)06:22
Entei[m]landgraf: How exactly?06:22
landgrafEntei[m]: cd <path_to_core_layers> && git checkout langdale ; cd <path_to_your_layer> && git checkout -b langdale && edit conf/layer.conf && try to build && fix failures if any commit and celebrate if not06:24
landgrafEntei[m]: but it depends on your build system etc06:24
Entei[m]Oh I got an idea from this. Maybe I could try maintaining my layer as a separate git repo and add that a submodule06:28
Entei[m]* add that as a submodule06:28
landgrafIt's up to you. git-repo, kas, submodule etc06:33
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has joined #yocto06:53
*** zpfvo <zpfvo!~fvo@i59F5CE57.versanet.de> has joined #yocto06:59
*** mason <mason!~mason@fsf/member/ChibaPet> has quit IRC (Ping timeout: 264 seconds)07:05
*** mvlad <mvlad!~mvlad@2a02:2f08:4a06:df00:7656:3cff:fe3f:7ce9> has joined #yocto07:06
LetoThe2ndEntei[m]: if you have added files to an existing layer, then thats the core problem. you either should keep all your modifications in your own layer, or submit them upstream.07:16
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 246 seconds)07:18
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto07:18
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 248 seconds)07:23
Entei[m]<LetoThe2nd> "Entei: if you have added files..." <- Haven't touched any file from poky core07:23
LetoThe2ndEntei[m]: but other layers?07:23
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto07:23
*** mkazantsev <mkazantsev!~mkazantse@81.200.17.71> has quit IRC (Remote host closed the connection)07:30
Entei[m]<LetoThe2nd> "Entei: but other layers?" <- Just added my own layer where all customizations occur. My layer includes files from yocto's layers07:30
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Ping timeout: 252 seconds)07:35
LetoThe2ndEntei[m]: "includes files from Yoctos layers". So you copied stuff over?07:36
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Ping timeout: 248 seconds)07:37
LetoThe2ndyo dudX07:39
*** kanavin_ <kanavin_!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has joined #yocto07:44
*** kanavin <kanavin!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has quit IRC (Ping timeout: 256 seconds)07:45
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)07:45
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto07:46
*** Guest72 <Guest72!~Guest72@114.242.206.180> has joined #yocto07:46
Entei[m]<LetoThe2nd> "Entei: "includes files from..." <- No. 'include' syntax in my layer's recipes07:47
LetoThe2ndEntei[m]: so what is the actual problem? your layer supposedly matches a specific release. then you branch out for a new release, and do the modifications for the upgrade on that branch. depending on your maintenance strategy, you either deprecate the old one, or not.07:49
Guest72Please, the pseudo use some systemcall which has been removed from glibc,like __fxstatat64, what can I do for this07:49
LetoThe2ndGuest72: send patches?07:55
Guest72I have a patch,but I'm not sure if it is a right way07:56
Guest72it works in my host07:56
LetoThe2ndGuest72: good start! put it onto the mailing list for review, thats the classic way :-)07:56
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto07:58
Entei[m]<LetoThe2nd> "Entei: so what is the actual..." <- I was thinking on the lines of creating a single branch,say, devel, which would continuously be updated as per yocto releases. Today devel is branched from yocto-4.1, tomorrow I would merge updates from yocto-4.2. That was the idea07:58
LetoThe2ndEntei[m]: you can of course have a "main" or "devel" branch that always tracks the current state of upstream. It really depends on your maintenance strategy and requirements.08:00
Guest72I'm afraid08:00
Entei[m]LetoThe2nd: But upstream is divided into unstable (master) and the releases (kirkstone, langdale, mickledore etc). I don't want to track master branch, but rather the current stable release.08:01
LetoThe2ndEntei[m]: then call your branch "stable" and do that? but its a uncommon approach, as there can be multiple stable releases at a time and it will confuse your users. Branches named after releases is the current concensus.08:02
LetoThe2ndGuest72: no need to, why is that?08:03
Entei[m]LetoThe2nd: Yeah I think that's the approach I'll be taking now. My layer as a submodule, and then branch off the latest stable release08:04
Guest72I'm new , I'm afraid for have mistakes08:04
qschulzGuest72: even experienced people make mistakes :)08:04
qschulzthat's what reviews are for08:04
LetoThe2ndGuest72: that definitely is not a problem. we have a very constructive discussion culture, and are very well aware of the fact that humans are not perfect.08:05
Guest72oh oh,08:05
Guest72I have send a mail to  maintainer  for some advice08:06
Guest72thanks for your help08:06
LetoThe2ndyw. let me know if you need something else.08:07
*** rich1234 <rich1234!~rich1234@109.176.155.130> has joined #yocto08:12
rburtonSo you can download go module tarballs via the go mirrors with URLs like https://proxy.golang.org/github.com/storageos/go-api/v2/@v/v2.2.0.zip.  I wonder if we should have a little bbclass that can transform module name/version pairs into URLs magically08:14
*** jclsn <jclsn!~jclsn@2a04:4540:6526:8e00:2ce:39ff:fecf:efcd> has joined #yocto08:15
*** florian_kc is now known as florian08:19
*** mkazantsev <mkazantsev!~mkazantse@81.200.17.71> has joined #yocto08:23
LetoThe2ndthere was some script to delete old stuff from sstate, can anybody just give me a short pointer?08:26
*** Guest72 <Guest72!~Guest72@114.242.206.180> has quit IRC (Ping timeout: 260 seconds)08:29
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto08:34
qschulzfind -atime +30 -delete ? :D08:38
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto08:40
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto08:45
*** ptsneves <ptsneves!~Thunderbi@84.47.155.82> has joined #yocto08:47
LetoThe2ndqschulz: hehe08:47
rich1234Is there a specific way to write to the boot partition? I have one device which uses MLO and u-boot.img, and i get that to boot into the u-boot shell from my yocto output. I have another board that uses "tiboot3.bin, tispl.bin, u-boot.img" but I am having trouble getting the u-boot shell from that09:00
*** bps2 <bps2!~bps@193.89.194.60> has joined #yocto09:04
* Entei[m] sent a code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/b03ffcb761e16f4f4a033a9f2e509eda83c3b68909:05
LetoThe2ndrich1234: can you please try to rephrase? it seems that you are mixing up build time (yocto) and runtime (u-boot shell), and those are only indirectly related. especially when it comes to early stage booting, it is very hw dependent.09:05
*** bps <bps!~bps@user/bps> has quit IRC (Ping timeout: 276 seconds)09:07
rich1234Basically, I have used Yocto to build for two different machines. One is the am57xx-evm, and I can take the MLO file and u-boot.img files and put it into my boot partition on my SD card and it'll work just fine. I have built for another device "j721s2-evm" and from the TI documentation it seems like I just need to put three files on the boot09:10
rich1234partition of my SD card to launch a u-boot shell. I am not so familiar with bootloaders, so I don't know if you have to write the files to a specific location on the SD card or if there is something more to just copying these three boot files that I am missing. As it is difficult to debug why the u-boot shell isn't being launched other than my09:10
rich1234machine setup is wrong09:10
rich1234Perhaps more suited to the TI forums but I was wondering if anyone had any ideas09:13
LetoThe2ndrich1234: i still can't follow. you build, then you copy the files over, and you expect the u-boot shell to appear? it doesn't do, though - but what happens?09:14
*** amitk__ <amitk__!~amit@103.208.69.152> has joined #yocto09:15
rich1234nothing happens, with TI's provided SDK it outputs the log onto /dev/ttyUSB2. Likewise with the am57xx-evm images, I get my u-boot output on /dev/ttyUSB009:16
*** amitk_ <amitk_!~amit@103.59.74.20> has quit IRC (Ping timeout: 246 seconds)09:17
rich1234So it makes me wonder if I have built for the wrong machine or I am missing something fundamental09:19
*** davidinux <davidinux!~davidinux@81.22.36.204> has quit IRC (Ping timeout: 248 seconds)09:20
*** tunahan <tunahan!~tunahan@78.188.72.174> has quit IRC (Quit: tunahan)09:23
*** tunahan <tunahan!~tunahan@78.188.72.174> has joined #yocto09:23
*** davidinux <davidinux!~davidinux@92.118.62.184> has joined #yocto09:32
*** kanavin <kanavin!~Alexander@5.28.111.6> has joined #yocto09:40
*** kanavin_ <kanavin_!~Alexander@2a02:2454:29b:3b00:d35d:e3cf:58b5:748b> has quit IRC (Ping timeout: 250 seconds)09:41
*** amitk__ <amitk__!~amit@103.208.69.152> has quit IRC (Ping timeout: 240 seconds)09:44
rich1234So the conclusion to the above I luckily found out I needed to use the "hs" tiboot version from a forum I found (https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1213381/sk-am68-the-board-arrived-dead) and now I get into the u-boot shell :)09:46
ptsneveshow do i force the git fetcher to use the file:// prefix on a git repository? I need this because I find no way to make the fetcher --no-local09:56
ptsnevesRelated to this git change https://github.com/git/git/commit/6f054f9fb3a501c35b55c65e547a244f14c38d5609:56
landgrafptsneves: protocol=file? haven't checked, found in the code10:01
ptsnevesUnfortunately we have code that specifically removes the ability to have file://10:01
ptsneveshttps://git.openembedded.org/bitbakif repourl.startswith("file://"):10:01
ptsneves+                repourl = repourl[7:]e/commit/?id=2bab2cc3ffe67ee2a308074a6e4c2c7be5636d2f10:01
ptsneveshttps://git.openembedded.org/bitbake/commit/?id=2bab2cc3ffe67ee2a308074a6e4c2c7be5636d2f10:01
landgrafptsneves: repo url starts with git://10:02
landgrafprotocol=file is parameter10:02
landgrafjust like protocol=https for github etc10:02
ptsneveslandgraf: the default protocol is file:// when the URL parameter is not specified. Setting it has no effect and leads to an error just the same.10:02
landgrafhmmm. bug?10:03
ptsnevesI think so and there is no workaround with the FETCHCMD_git unfortunately.10:04
ptsnevesHere is somebody with the same issue https://stackoverflow.com/questions/75664463/bitbake-do-fetch-error-git-objects-not-a-directory10:04
landgrafptsneves: it should be possible to use premirror as a workaround, unless it's broken too10:11
LetoThe2ndptsneves: sounds like you're trying to replicate externalsrc10:13
ptsneveslandgraf: If it tries to clone with the file protocol then I am not sure.10:14
ptsnevesLetoThe2nd: I did not think of that! I just got this issue to triage something that used to work, but your insight is good.10:14
landgrafptsneves: it extracts tarball with git repo inside10:16
ptsneveslandgraf: ah but then i would need to prepare such tarball and I would like to avoid changing the sources delivery. I will try the externalsrc route before.10:17
landgrafptsneves: yes, that's why it's a workaround.10:18
*** seninha <seninha!~seninha@user/seninha> has joined #yocto10:19
*** goliath <goliath!~goliath@user/goliath> has joined #yocto10:23
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Quit: Leaving)10:27
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has quit IRC (Remote host closed the connection)10:28
*** seventh-chord5 <seventh-chord5!~seventh-c@213.239.72.31> has joined #yocto10:29
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Quit: vladest)10:30
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto10:30
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Client Quit)10:30
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto10:31
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Client Quit)10:31
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto10:31
*** thomas__ <thomas__!~thomas@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC (Ping timeout: 260 seconds)10:39
*** mkazantsev <mkazantsev!~mkazantse@81.200.17.71> has quit IRC (Remote host closed the connection)10:41
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has quit IRC (Remote host closed the connection)10:47
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has joined #yocto10:47
*** bhstalel <bhstalel!~talel@197.2.3.72> has joined #yocto10:48
*** Guest39 <Guest39!~Guest39@43-127-61-5.reverse.tnp.net.uk> has joined #yocto10:48
bhstalelHello everyone, if I have some advanced and well presented Yocto videos, is there a possibility to upload them to the official Yocto youtube channel ?10:49
Guest39bhstalel I am definitely interested in that, can you share the link if you've already uploaded it to your own channel?10:51
rburtonLetoThe2nd: ^10:51
*** seventh-chord5 <seventh-chord5!~seventh-c@213.239.72.31> has quit IRC (Quit: Client closed)10:51
*** seventh-chord <seventh-chord!~seventh-c@213.239.72.31> has joined #yocto10:51
LetoThe2ndbhstalel: definitely, it just depends a bit on copyright respectively original source.10:51
bhstalelI have slides and I recorded them in my native language, I am just looking for the possibility, if it is okay, then I will record them in english10:52
bhstalelMy content will be well presented and detailed, I have already some diagrams shared by Yocto official Linkedin profile, and I am top6 #yocto answers provider on stackoverflow.10:52
seventh-chordHi! I'm building a custom distro based on dunfell, and I had an issue where a bunch of packages were missing from the SDK. What happend was that one package which was being included as a dependency of a complementary package was conflicting with a package that I was installing directly through `TOOLCHAIN_TARGET_TASK`. This caused opkg to error out,10:52
seventh-chordbut since this happened during the `install_complementary` stage, the error was ignored (package_manager.py, install_complementary() calls install(..., attempt_only=True). Based on the comment in the file it looks like this is to allow the SDK to build even if not all complementary packages are found, which sounds reasonable. But it has the10:52
seventh-chordunfortunate side effects of hiding other errors. Also, isn't the `oe-pkgdata-util` step in the function supposed to filter out -src/-dev/etc. packages which don't exist anyways?10:52
bhstalelI just want to contribute to the community and help everyone understanding well Yocto.10:53
seventh-chordSorry if this isn't the right place for this kind of question. Also, just to clarify, I'm able to solve the concrete problem I have. My question is rather about whether it makes sense for the code to do `attempt_only=True`, shouldn't this always be an error instead of a warning?10:53
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Remote host closed the connection)10:54
*** jpuhlman <jpuhlman!~jpuhlman@99-14-97-149.lightspeed.frokca.sbcglobal.net> has quit IRC (Ping timeout: 252 seconds)10:54
*** Guest39 <Guest39!~Guest39@43-127-61-5.reverse.tnp.net.uk> has quit IRC (Quit: Client closed)10:54
LetoThe2ndbhstalel: thanks for that! we just want to avoid re-publishing things for some reasons. so if you already have a personal channel, then we can add your videos to our 3rd-party list at https://www.youtube.com/playlist?list=PLD4M5FoHz-TxHvWIsBmGMNnLud8EPGljX (that one is rather new). if you want to "donate" the content to us, then we can probably put it onto the official channel10:55
*** Guest39 <Guest39!~Guest39@43-127-61-5.reverse.tnp.net.uk> has joined #yocto10:55
LetoThe2ndbhstalel: please note that the latter makes monitoring and asking eventual questions more complicated for you, so generally i would prefer the personal channel way, and we will happily promote it. especially in your native language!10:55
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto10:55
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Client Quit)10:57
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto10:57
bhstalelLetoThe2nd I can find you always in this channel ? Or if you have other way to contact you it would great also.10:58
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Client Quit)10:58
LetoThe2ndLetoThe2nd: you can usually find and ping me here (EU office times), or mail to jester@theyoctojester.info :-)10:59
Guest39LetoThe2nd you're a jester? please entertain us :)11:01
LetoThe2ndGuest39: what do you call a build that passes in less than 2 minutes?11:02
Guest39LetoThe2nd no idea... :)11:03
LetoThe2ndGuest39: BORING!11:03
Guest39LetoThe2nd xD nice one, thanks now I have gained some energy11:03
*** fullstop_ <fullstop_!~fullstop@user/fullstop> has joined #yocto11:03
*** perfinion <perfinion!~perfinion@gentoo/developer/perfinion> has quit IRC (Ping timeout: 252 seconds)11:04
*** fullstop <fullstop!~fullstop@user/fullstop> has quit IRC (Ping timeout: 252 seconds)11:04
*** Guest39 <Guest39!~Guest39@43-127-61-5.reverse.tnp.net.uk> has quit IRC (Quit: Client closed)11:04
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 252 seconds)11:04
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto11:05
*** fullstop_ is now known as fullstop11:05
bhstalelI always teach Yocto with real cooking examples do_fetch=shopping, ..., and one time someone got do_compile issue, so I told him "did you clean your fruits?" I meant did you do do_patch and he got the idea hhh11:05
*** amitk_ <amitk_!~amit@103.208.69.152> has joined #yocto11:08
*** perfinion <perfinion!~perfinion@gentoo/developer/perfinion> has joined #yocto11:11
*** olani <olani!~olani@wlan-gw.se.axis.com> has quit IRC (Ping timeout: 248 seconds)11:25
*** tunahan <tunahan!~tunahan@78.188.72.174> has quit IRC (Quit: tunahan)11:28
Entei[m]Heys guys I keep getting this error saying `Error when bootstrapping CMake: Cannot find a compiler that supports C++11 and the specified C++ flags`.11:29
Entei[m]I am using the exact same release as before (when the build worked without issues), just on  Fedora 38 this time around (earlier was Fedora 37). I unfortunately don't have Fedora 37 work machines with me right now to test, but don't see why it would be a distro issue tbh.11:29
*** tunahan <tunahan!~tunahan@78.188.72.174> has joined #yocto11:29
rburtonwhat recipe?11:30
rburtoni'm guessing cmake-native, so it needs a host compiler to build11:30
rburtonmaybe you forgot to install g++?11:30
* Entei[m] sent a code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/356265f498c57b5be57981d735abf042d003e4fa11:32
Entei[m]rburton: yeah cmake-native. Sorry forgot to mention11:32
*** dShapo <dShapo!~dShapo@185.168.41.193> has joined #yocto11:33
*** dShapo <dShapo!~dShapo@185.168.41.193> has quit IRC (Client Quit)11:33
Entei[m]I have installed every pre-requisite package as mentioned on Yocto  Quick build webpage, even tried installing second time, all listed packages are installed11:36
rburtonwhat yocto release?11:36
rburtonand sharing the full cmake-native fail log would be useful11:36
Entei[m]rburton: Yocto 4.1 Langdale (latest commit).11:39
Entei[m]rburton: It's a huge file, I'll try though.11:40
rburtonthe last page with actual errors is likely sufficient11:41
*** davidinux <davidinux!~davidinux@92.118.62.184> has quit IRC (Ping timeout: 240 seconds)11:42
*** rich1234 <rich1234!~rich1234@109.176.155.130> has quit IRC (Quit: Client closed)11:45
*** rich1234 <rich1234!~rich1234@109.176.155.130> has joined #yocto11:59
JaMarburton: that qt5 issue doesn't ring a bell, I've never used intel gpu with qt5, discussion with upstream seems best way forward12:00
rburtonthanks12:00
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Read error: Connection reset by peer)12:00
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Ping timeout: 264 seconds)12:01
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto12:02
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Remote host closed the connection)12:03
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto12:05
*** Net147 <Net147!~Net147@user/net147> has quit IRC (Remote host closed the connection)12:06
*** Net147 <Net147!~Net147@167-179-157-192.a7b39d.syd.nbn.aussiebb.net> has joined #yocto12:07
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto12:21
* Entei[m] sent a code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/63938054ae0af0d251755dbb6b99a4dfa9b7f83412:21
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Client Quit)12:21
Entei[m]> <@dai_enkai:matrix.org> ```... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/539c4e4ddc245da4279450cd67f30d8100f73758>)12:21
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto12:22
*** bhstalel <bhstalel!~talel@197.2.3.72> has quit IRC (Quit: leaving)12:25
* Entei[m] posted a file: (302KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/IzZLqrfqZhSPYKKdbMBbnzKK/cmake_bootstrap.log >12:25
Entei[m]this is the big cmake_bootstrap log file12:25
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Ping timeout: 260 seconds)12:26
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 255 seconds)12:27
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)12:39
*** eFfeM <eFfeM!~eFfeM@185.184.109.34> has joined #yocto12:44
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto12:44
eFfeMHi, it must be friday afternoon, I\m trying to knock up a small recipe but I am getting12:44
eFfeMERROR: stackusage-1.19-r0 do_package_qa: QA Issue: -dev package stackusage-dev contains non-symlink .so '/usr/lib/libstackusage.so' [dev-elf]12:44
eFfeMyet my recipe contains12:45
eFfeMFILES_${PN} += "${libdir}/libstackusage.so"12:45
eFfeMwhat am I missing12:45
eFfeMfull recipe is here: https://paste.ubuntu.com/p/fGyQpBcZhK/12:45
qschulzeFfeM: need login to see your pastebin12:53
qschulzeFfeM: which version of yocto are you running?12:53
qschulzFILES:${PN} instead maybe?12:53
eFfeM@qschulz I'm using dunfell, the + syntax is still supported there12:55
qschulzeFfeM: then use bitbake-getvar to check that your FILES_${PN} contains what you think it should12:56
qschulzalso check that ${PN} is not after ${PN}-dev in PACKAGES12:56
eFfeMand here is a full paste12:57
eFfeMhttps://pastebin.com/hwS93XyX12:57
eFfeMhmm I do an inherit cmake12:57
eFfeMqschulz: thanks, guess it is in the inherits cmake; moving it to the bottom did not help, now I just added13:00
eFfeMFILES_${PN}-dev = ""13:00
eFfeMbecause I do not have adev package anyway13:00
qschulzeFfeM: yeah ok13:01
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has joined #yocto13:01
qschulzso the issue is that the default PACKAGES has the dev package handled before the ${PN}13:01
qschulzand the PACKAGES variable is read left from right13:01
qschulzany file matching a FILES_<pkg> in the order of appearence in PACKAGES will be only put in the first match13:02
qschulzso it goes into your dev package because of that13:02
eFfeMyeah I knew abou the first match, but apparently the inherit generated that13:03
eFfeMcouldn't really find in temp how things are generated13:03
eFfeMand ofc it is friday afternoon, often not the time of the week I'm shapest13:03
*** amitk_ <amitk_!~amit@103.208.69.152> has quit IRC (Ping timeout: 256 seconds)13:05
rburtonEntei[m]: the test code is segfaulting, which is fun.  we don't have fedora38 workers in the cluster yet so i'd try asking upstream cmake about it.  if you want to dig further, try building cmake from scratch outside of yocto.13:07
rburtoneFfeM: is that library explicitly not versioned?  shared libraries should be versioned.13:07
*** kscherer <kscherer!~kscherer@bras-base-otwaon1146w-grc-33-70-53-64-242.dsl.bell.ca> has joined #yocto13:08
eFfeMrburton: no idea, there is no versioned so file. I just knocked up a recipe because a co-worker wanted to use this for debugging. I'm not familiar with the code13:09
qschulzeFfeM: PACKAGES is set by bitbake.conf by default13:10
rburtoneFfeM: https://docs.yoctoproject.org/next/dev-manual/prebuilt-libraries.html#non-versioned-libraries13:10
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto13:10
eFfeMqschulz: rburton: thanks for your help13:10
*** seventh-chord <seventh-chord!~seventh-c@213.239.72.31> has quit IRC (Quit: Client closed)13:29
*** camus <camus!~Instantbi@58.246.136.203> has quit IRC (Quit: camus)13:30
*** Schlumpf <Schlumpf!~Schlumpf@62.157.232.203> has quit IRC (Quit: Client closed)13:32
*** seventh-chord <seventh-chord!~seventh-c@213.239.72.31> has joined #yocto13:33
*** olani <olani!~olani@wlan-gw.se.axis.com> has joined #yocto13:34
*** bps2 <bps2!~bps@193.89.194.60> has quit IRC (Ping timeout: 246 seconds)13:39
*** bps2 <bps2!~bps@193.89.194.60> has joined #yocto13:40
*** zpfvo <zpfvo!~fvo@i59F5CE57.versanet.de> has quit IRC (Remote host closed the connection)13:45
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)13:48
*** mason <mason!~mason@fsf/member/ChibaPet> has joined #yocto13:48
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto13:48
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto13:53
*** asac <asac!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has joined #yocto13:53
*** bps <bps!~bps@193.89.194.60> has joined #yocto13:53
*** bps2 <bps2!~bps@193.89.194.60> has quit IRC (Read error: Connection reset by peer)13:53
*** asac is now known as carit13:55
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Remote host closed the connection)13:56
*** carit <carit!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has quit IRC (Quit: leaving)13:59
*** jtoomey <jtoomey!~jtoomey@149.199.80.130> has joined #yocto13:59
*** car1t <car1t!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has joined #yocto14:00
rich1234does the core-image-x11 come default with USB support or is that something I have to enable somewhere14:03
rburtondefine "usb support"14:03
*** seninha <seninha!~seninha@user/seninha> has joined #yocto14:03
rburtontypically that's a bsp thing, not an image thing14:03
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)14:03
rich1234keyboard and mouse working14:04
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has joined #yocto14:04
rburtonthat's a bsp thing and yes it should work out of the box14:04
rich1234hmm thanks, I will have to look into that14:05
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto14:21
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has quit IRC (Remote host closed the connection)14:28
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has joined #yocto14:28
*** BobPungartnik <BobPungartnik!~Pung@2804:14c:f427:9102:fc2d:dbee:c643:6cd3> has joined #yocto14:29
*** BobPungartnik <BobPungartnik!~Pung@2804:14c:f427:9102:fc2d:dbee:c643:6cd3> has quit IRC (Client Quit)14:31
*** rich1234 <rich1234!~rich1234@109.176.155.130> has quit IRC (Quit: Client closed)14:37
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Ping timeout: 260 seconds)14:53
*** seninha <seninha!~seninha@user/seninha> has joined #yocto14:53
*** seventh-chord <seventh-chord!~seventh-c@213.239.72.31> has quit IRC (Quit: Client closed)15:05
*** eFfeM <eFfeM!~eFfeM@185.184.109.34> has quit IRC (Remote host closed the connection)15:08
*** eFfeM <eFfeM!~eFfeM@185.184.109.34> has joined #yocto15:08
*** davidinux <davidinux!~davidinux@92.118.62.185> has joined #yocto15:15
*** car1t <car1t!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has quit IRC (Ping timeout: 246 seconds)15:17
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Quit: Leaving.)15:33
*** bps <bps!~bps@user/bps> has quit IRC (Ping timeout: 240 seconds)15:34
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has joined #yocto15:34
*** eFfeM <eFfeM!~eFfeM@185.184.109.34> has quit IRC (Remote host closed the connection)15:37
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 265 seconds)15:39
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto15:39
*** pabigot <pabigot!~pab@67-1-239-183.tcso.qwest.net> has quit IRC (Remote host closed the connection)15:43
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 260 seconds)15:44
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto15:44
*** sakoman <sakoman!~steve@dhcp-72-253-4-112.hawaiiantel.net> has quit IRC (Ping timeout: 252 seconds)15:45
*** pabigot <pabigot!~pab@67-1-239-183.tcso.qwest.net> has joined #yocto15:49
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)15:55
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto16:02
*** ptsneves <ptsneves!~Thunderbi@84.47.155.82> has quit IRC (Ping timeout: 250 seconds)16:15
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)16:37
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)16:45
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto16:46
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto16:47
*** dgriego <dgriego!~dgriego@user/dgriego> has quit IRC (Ping timeout: 248 seconds)16:48
*** dgriego <dgriego!~dgriego@user/dgriego> has joined #yocto16:51
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has quit IRC (Quit: Client closed)17:05
*** nerdboy <nerdboy!~nerdboy@gentoo/developer/nerdboy> has quit IRC (Remote host closed the connection)17:43
*** nerdboy <nerdboy!~nerdboy@47.143.129.151> has joined #yocto17:59
*** florian_kc <florian_kc!~florian@dynamic-093-131-160-048.93.131.pool.telefonica.de> has joined #yocto17:59
*** prabhakarlad <prabhakarlad!~prabhakar@pc.renesas.eu> has joined #yocto18:04
*** eFfeM <eFfeM!~eFfeM@e12124.upc-e.chello.nl> has joined #yocto18:11
*** eFfeM <eFfeM!~eFfeM@e12124.upc-e.chello.nl> has quit IRC (Remote host closed the connection)18:12
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Remote host closed the connection)18:12
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto18:13
*** amitk_ <amitk_!~amit@103.59.74.141> has joined #yocto18:35
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Quit: The Lounge - https://thelounge.chat)18:40
*** Wouter010067044 <Wouter010067044!~Wouter010@entry.nbg.netvos.nl> has joined #yocto18:41
*** florian_kc <florian_kc!~florian@dynamic-093-131-160-048.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 248 seconds)18:42
smurrayRP: I've been delayed on the Rust mixin layer by needing to do some firefighting on some breakage in AGL, will get to it next week18:50
khemlucaceresoli_: I see you did not pick the cpio ptest patch is there some issue with it that I should know ?18:51
khemah rust mixin, I thought meta-rust is in that role alreay18:51
*** otavio <otavio!~otavio@201-35-128-44.smace701.dsl.brasiltelecom.net.br> has quit IRC (Ping timeout: 265 seconds)18:58
*** amitk_ <amitk_!~amit@103.59.74.141> has quit IRC (Ping timeout: 248 seconds)19:28
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC (Ping timeout: 250 seconds)19:29
*** Thorn <Thorn!~Thorn@user/thorn> has joined #yocto19:32
*** florian_kc <florian_kc!~florian@dynamic-093-131-160-048.93.131.pool.telefonica.de> has joined #yocto19:32
*** car1t <car1t!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has joined #yocto19:35
*** ptsneves <ptsneves!~Thunderbi@031011128008.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto19:45
*** mvlad <mvlad!~mvlad@2a02:2f08:4a06:df00:7656:3cff:fe3f:7ce9> has quit IRC (Remote host closed the connection)20:06
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has quit IRC (Remote host closed the connection)20:20
*** invalidopcode1 <invalidopcode1!~invalidop@50.1.244.72> has joined #yocto20:20
*** amitk_ <amitk_!~amit@103.59.74.141> has joined #yocto20:23
*** car1t <car1t!~asac@dynamic-002-211-127-049.2.211.pool.telefonica.de> has quit IRC (Quit: leaving)20:28
*** alessioigor <alessioigor!~alessioig@185.178.95.254> has quit IRC (Quit: alessioigor)20:29
*** BWhitten <BWhitten!~BWhitten@213.31.65.36> has quit IRC (Ping timeout: 276 seconds)20:48
smurraykhem: I need something specifically to upgrade the Rust in kirkstone, and based on the recent dev call discussions, I'm not alone.  wrt meta-rust, tbh, I'd understood it to be somewhat redundant now that oe-core had the toolchain merged in21:00
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Remote host closed the connection)21:02
*** amitk__ <amitk__!~amit@103.208.71.26> has joined #yocto21:07
*** amitk <amitk!~amit@103.59.74.141> has quit IRC (Ping timeout: 265 seconds)21:09
*** amitk_ <amitk_!~amit@103.59.74.141> has quit IRC (Ping timeout: 276 seconds)21:10
*** amitk <amitk!~amit@103.208.71.26> has joined #yocto21:12
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has joined #yocto21:13
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has quit IRC (Client Quit)21:16
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has joined #yocto21:18
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has quit IRC (Read error: Connection reset by peer)21:26
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has joined #yocto21:27
*** dmoseley_ <dmoseley_!~dmoseley@d4-50-9-187.evv.wideopenwest.com> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in)21:27
*** dmoseley <dmoseley!~dmoseley@d4-50-9-187.evv.wideopenwest.com> has joined #yocto21:29
*** ptsneves <ptsneves!~Thunderbi@031011128008.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 276 seconds)21:29
RPsmurray: np, there isn't any hurry from my perspective :)21:30
*** amitk <amitk!~amit@103.208.71.26> has quit IRC (Ping timeout: 240 seconds)21:46
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Quit: Leaving)21:54
*** seninha <seninha!~seninha@user/seninha> has joined #yocto22:17
*** seninha <seninha!~seninha@user/seninha> has quit IRC (Remote host closed the connection)22:18
*** seninha <seninha!~seninha@user/seninha> has joined #yocto22:18
*** Thorn <Thorn!~Thorn@user/thorn> has quit IRC (Ping timeout: 260 seconds)22:38
*** tunahan <tunahan!~tunahan@78.188.72.174> has quit IRC (Quit: tunahan)23:04
*** tunahan <tunahan!~tunahan@78.188.72.174> has joined #yocto23:04
*** nemik <nemik!~nemik@207.237.248.190> has quit IRC (Ping timeout: 240 seconds)23:19
*** nemik <nemik!~nemik@76.74.126.42> has joined #yocto23:19
*** nemik <nemik!~nemik@76.74.126.42> has quit IRC (Ping timeout: 255 seconds)23:24
*** nemik <nemik!~nemik@207.237.248.190> has joined #yocto23:24
*** florian_kc <florian_kc!~florian@dynamic-093-131-160-048.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)23:55
*** PobodysNerfect <PobodysNerfect!~PobodysNe@84.214.105.47> has quit IRC (Quit: Gone to sleep. ZZZzzz…)23:58

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