LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
xmn has quit [Ping timeout: 248 seconds]
pidge has joined #yocto
gspbirel56 has quit [Ping timeout: 252 seconds]
pidge has quit [Quit: ZNC - https://znc.in]
pidge has joined #yocto
Jones42 has joined #yocto
Jones42_ has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
Danct12 has quit [Quit: ZNC 1.9.1 - https://znc.in]
Danct12 has joined #yocto
ssweeny has quit [Quit: Gateway shutdown]
ssweeny has joined #yocto
Articulus has joined #yocto
sugoi has quit [Ping timeout: 260 seconds]
Minvera has quit [Ping timeout: 248 seconds]
sugoi has joined #yocto
prabhakalad has quit [Ping timeout: 246 seconds]
prabhakalad has joined #yocto
sugoi has quit [Ping timeout: 265 seconds]
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
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> _mylayer
<qschulz> Granjow: can you send a patch to the documentation so that we provide this information?
<qschulz> (there's a missing closing parenthesis too)
<Granjow> qschulz I also see mixed variants and colon variants on the web like here: https://github.com/tapaswenipathak/openbmc/blob/05e4da0fce58ee42057df9a752b5147a92ee69de/meta-facebook/meta-qemux86/conf/layer.conf#L9 so I'm a bit confused :D
<Granjow> and I think my prio is not taking effect with scarthgap because a .bbclass override does not work
<Granjow> Yes, I can do a patch
<qschulz> Granjow: not sure then, let us know?
<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.
Net147 has quit [Quit: Quit]
Net147 has joined #yocto
Net147 has quit [Changing host]
Net147 has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 276 seconds]
Knogle has joined #yocto
dmoseley_ has quit [Quit: ZNC 1.9.1 - https://znc.in]
<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
prabhakalad has joined #yocto
<neverpanic> Why not just fix the implicit function declarations?
zpfvo has quit [Remote host closed the connection]
Kubu_work has quit [Quit: Leaving.]
fabatera has quit [Quit: Client closed]
Chaser has joined #yocto
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Articulus has quit [Quit: Leaving]
Chaser has joined #yocto
Wouter0100 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100 has joined #yocto
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
sotaoverride has joined #yocto
agrace has joined #yocto
sugoi has joined #yocto
agrace has quit [Quit: Client closed]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
micka has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
Starfoxxes has quit [Ping timeout: 265 seconds]
micka_ has joined #yocto
Starfoxxes has joined #yocto
amitk has quit [Ping timeout: 252 seconds]
Chaser has joined #yocto
<khem> yeah usually such backports are also upstreamable to stable kernels
mihai has quit [Quit: Leaving]
yannd has quit [Remote host closed the connection]
florian_kc has joined #yocto
jmd has quit [Remote host closed the connection]
Kubu_work has joined #yocto
sugoi has quit [Ping timeout: 260 seconds]
jpuhlman- has joined #yocto
jpuhlman has quit [Ping timeout: 260 seconds]
jpuhlman- has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
prabhakalad has quit [Ping timeout: 246 seconds]
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
chep has quit [Read error: Connection reset by peer]
chep has joined #yocto
sugoi has joined #yocto
sugoi has quit [Ping timeout: 252 seconds]
Ad0 has quit [Ping timeout: 260 seconds]
Ad0 has joined #yocto
ajfriesen16 has quit [Quit: The Lounge - https://thelounge.chat]
ajfriesen16 has joined #yocto
Kubu_work has quit [Quit: Leaving.]
florian_kc has quit [Ping timeout: 248 seconds]
jmiehe has joined #yocto
Minvera has quit [Ping timeout: 265 seconds]
sugoi has joined #yocto
sugoi has quit [Ping timeout: 265 seconds]
vthor has quit [Read error: Connection reset by peer]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
sugoi has joined #yocto
vthor has quit [Excess Flood]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
vthor has quit [Excess Flood]
vthor has joined #yocto