GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
CrazyGecko has joined #yocto
Chaser has joined #yocto
_lore_ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
_lore_ has joined #yocto
wojci has joined #yocto
amitk has joined #yocto
steelswords9 has quit [Read error: Connection reset by peer]
steelswords9 has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 252 seconds]
Kubu_work has joined #yocto
<wojci>
The library that I'm packaging creates symlinks to .so files. So lib.so.1.0.0 is the real file and lib.so.1 and lib.so are symlinks. This trigger some kind of QA error about symlinks in the package created which is not the -dev package. How am I supposed to handle this?
<wojci>
The library uses cmake config.
rob_w has joined #yocto
<mcfrisk_>
wojci: install the .so symlink to -dev package, not main package.
zpfvo has joined #yocto
rfuentess has joined #yocto
florian_kc is now known as florian
CrazyGecko has quit [Quit: Konversation terminated!]
<wojci>
mcfrisk_, Thanks.
goliath has joined #yocto
CrazyGecko has joined #yocto
zeddiii has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
zeddii has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 276 seconds]
MrTatillon has joined #yocto
Alan3mdeb has joined #yocto
<Alan3mdeb>
hello everyone
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 255 seconds]
Alan3mdeb has quit [Changing host]
Alan3mdeb has joined #yocto
Alan3mdeb has quit [Quit: Client closed]
Granjow has joined #yocto
<Granjow>
Hi! Question about the BBFILE_PRIORITY, if I have a custom layer mylayer, do I use BBFILE_PRIORITY_mylayer or BBFILE_PRIORITY:mylayer?
<qschulz>
probably a mistake made by the migration script (if it is a mistake?)
<qschulz>
Granjow: I think bitbake-layers show-layers may be able to show the priority?
<Granjow>
Will check in an hour, have a running bitbake task :)
<Granjow>
Yes, looks like a mistake. I just found the code in bitbake which checks the variables, so : really does not work. Maybe it does not matter for these layers on github (I found 19 here: https://github.com/search?q=bbfile_priority%3A&type=code)
ehussain has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 276 seconds]
ahussain is now known as ehussain
sugoi has joined #yocto
sugoi has quit [Ping timeout: 265 seconds]
ehussain has quit [Read error: Connection reset by peer]
<Granjow>
qschulz: Layer prio is applied correctly, but I now see that other layers have higher priority, I guess my distro layer is supposed to have highest priority
wojci has quit [Ping timeout: 265 seconds]
rob_w has quit [Remote host closed the connection]
sakoman has quit [Ping timeout: 276 seconds]
<Granjow>
I think I sent the patch to the docs mailing list, but I'm not sure if it worked :)
sakoman has joined #yocto
<qschulz>
Granjow: you can look if it made it to the archives, if not then not
<qschulz>
i don't see it there, so I would say it didn;t work?
<qschulz>
or did you send it to another mailing list?
<qschulz>
you also need to be subscribed to the mailing list(s) you send patches to (but you may receive a mail if you aren't?)
<Granjow>
I subscribed afterwards, so I'll try again
<Granjow>
Now it is on the list :)
<qschulz>
Granjow: I do see it, thanks!
<Granjow>
qschulz: Thanks for your help, too!
<Granjow>
Now I have to find out why the grub-efi-cfg.bbclass is not overriding …
<qschulz>
Granjow: BBCLASS is not following the layer priority
<qschulz>
BBPATH sorry
<Granjow>
qschulz: oh. How can I make sure it overrides the poky bbclass then?
<qschulz>
Granjow: there's a way i would like to not explain and you to not use, so maybe you can provide more info on what you want to do and why :) ?
Granjow has quit [Quit: Client closed]
Granjow has joined #yocto
<Granjow>
qschulz: We have some custom GRUB entries to install the system from USB stick, and without them it does not find the installation medium. Until Kirkstone this worked fine, now it stopped working somewhere between adding qemu support and migrating to scarthgap. I still have to track down the build where it changed and atm I think it is not
<Granjow>
scarthgap related …
<qschulz>
Why do you want to override the poky bbclass then? what are you trying to achieve? For debugging purposes, what about changing what you need inside local.conf for example?
<qschulz>
Granjow: the Yocto way to change something in a distro is to not change it, but create a new one (which can extend the one you want to modify, that's fine)
<qschulz>
the point being, you should not do unexpected changes to unexpecting users by e.g. changing what the poky DISTRO does
MrTatillon has quit [Quit: Client closed]
<Granjow>
qschulz: I understand, that makes sense. I'm adding a grub menuentry in the .bbclass. It is code I inherited, so I assumed that was the way to go, but looking at the code, it looks like I could define some variables to add menu entries as well.
<Knogle>
Hey friends, how are you doing? How can i build Yocto as root? Or use bitbake. Because i use Fedora toolbox, and those podman toolbox users use root as their user name.
<Knogle>
Wasn't able to override that with env vars
dmoseley has joined #yocto
<Granjow>
Knogle: Can you RUN useradd -U -m dev and then USER dev? This is what I do in my Dockerfile.
<Knogle>
Oh, i will try that!
<Granjow>
qschulz: Sent the new patch, and just noticed that I probably have to subscribe to bitbake-devel as well, right?
<qschulz>
Granjow: I would say so :)
<qschulz>
Knogle: what about using a ready-made container?
<qschulz>
we have kas-container, CROPS, pyrex, etc...
wojci has joined #yocto
<RP>
Granjow: I approved it through moderation
<qschulz>
I use the former on Fedora Workstation with rootless podman
<Granjow>
thanks RP!
Granjow has quit [Ping timeout: 256 seconds]
Minvera has joined #yocto
MrTatillon has joined #yocto
MrTatillon has quit [Ping timeout: 256 seconds]
wojci has quit [Ping timeout: 244 seconds]
Chaser has quit [Ping timeout: 246 seconds]
jmd has joined #yocto
xmn has joined #yocto
Xagen has joined #yocto
Chaser has joined #yocto
ray-san has quit [Ping timeout: 260 seconds]
tepperson has joined #yocto
sugoi has joined #yocto
<tepperson>
I've got a need for the cargo_common.bbclass that I'm not quite sure how to accomplish. I am using a git dependency of a few crates, but they all use the same git repo. (https://github.com/emilk/egui to be specific). I need a way to specify a single SRC_URI entry, and have multiple lines appear in the cargo_home/config file under [patch.blabla]
sugoi has quit [Ping timeout: 276 seconds]
luc4 has joined #yocto
Granjow has joined #yocto
Granjow has quit [Client Quit]
CrazyGecko has quit [Quit: Konversation terminated!]
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Chaser has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
luc4 has quit [Ping timeout: 265 seconds]
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
sugoi has joined #yocto
rfuentess has quit [Remote host closed the connection]
sugoi has quit [Ping timeout: 260 seconds]
fabatera has joined #yocto
<fabatera>
Hi, how to disable '-Werror=implicit-function-declaration' building out-of-tree module ?
<fabatera>
'CFLAGS:prepend = " -Wno-error=implicit-function-declaration' seems to have no effect.
<qschulz>
fabatera: on kirkstone for a 4.4 kernels I added the option to BUILD_CFLAGS