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
rbox has quit [K-Lined]
mckoan|away has quit [Ping timeout: 252 seconds]
mckoan|away has joined #yocto
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
rbox has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 245 seconds]
enok has quit [Quit: enok]
Xagen has joined #yocto
nerdboy has quit [Ping timeout: 248 seconds]
nerdboy has joined #yocto
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
goliath has quit [Quit: SIGSEGV]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
chep has quit [Ping timeout: 244 seconds]
vThor has joined #yocto
vThor has quit [Changing host]
vThor has joined #yocto
steelswords94361 has quit [Ping timeout: 272 seconds]
steelswords94361 has joined #yocto
sakoman has quit [Ping timeout: 252 seconds]
sakoman has joined #yocto
steelswords94361 has quit [Ping timeout: 248 seconds]
steelswords94361 has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 246 seconds]
ehussain has quit [Remote host closed the connection]
Deepesh has joined #yocto
arisut has quit [Quit: install gentoo]
arisut has joined #yocto
frgo has joined #yocto
rob_w has joined #yocto
frgo has quit [Ping timeout: 265 seconds]
frgo has joined #yocto
sa7mfo has joined #yocto
<sa7mfo> Hello, I do create a UBI image with several volumes. How do I populate those volumes that are are not rootfs? I'm trying to create an empty image that only installs the files I want to have, but I cannot get rid of the root filesystem structure in a good way. Any tips&tricks? Thanks
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
amitk_ has quit [Ping timeout: 248 seconds]
pbiel has joined #yocto
frgo has joined #yocto
Deepesh has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
mckoan|away is now known as mckoan
savolla has quit [Quit: WeeChat 4.4.3]
rfuentess has joined #yocto
savolla has joined #yocto
chep has joined #yocto
wojci has joined #yocto
<sa7mfo> Or should I not use the image class at all?
Xagen has quit [Ping timeout: 252 seconds]
Xagen has joined #yocto
Kubu_work has joined #yocto
<wojci> Any of you use /etc/buildinfo? I noticed that changes to local.conf followed by a rebuild doesn't update this file. A clean rebuild changes it. Any idea if this is intended behaviour?
<wojci> I use /etc/buildinfo in CI so that I can track which built versions are installed on my test systems. This is annoying.
dmoseley has joined #yocto
dmoseley_ has quit [Ping timeout: 248 seconds]
<mckoan> wojci: what changes to local.conf? rebuild of what?
frgo has quit [Remote host closed the connection]
davidinux has joined #yocto
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
florian has joined #yocto
ehussain has joined #yocto
leon-anavi has joined #yocto
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 276 seconds]
darko311 has joined #yocto
bantu has quit []
bantu has joined #yocto
rob_w has quit [Remote host closed the connection]
rfuentess has quit [Remote host closed the connection]
sa7mfo has quit [Quit: Client closed]
pbiel has quit [Remote host closed the connection]
pbiel has joined #yocto
ehussain has quit [Remote host closed the connection]
wojci has quit [Ping timeout: 248 seconds]
florian_kc has joined #yocto
<abelloni> Does someon know whether there is a way to add all the buildtime dependencies of a specific application to an image SDK?
<abelloni> knowing that the image includes the application
<LetoThe2nd> trying to run podman on a somewhat generic build, I get a networking error like ""cni-podman0": could not add "cni-podman0": operation not supported". if I add --network=host, then it passes but its obviously not the intended way. Does somebody have a pointer? looking at you @zeddii
Kubu_work has quit [Quit: Leaving.]
Kubu_work has joined #yocto
<RP> abelloni: not sure we have a way to do that automatically :/
wojci has joined #yocto
ptsneves has joined #yocto
florian has quit [Ping timeout: 252 seconds]
florian_kc has quit [Ping timeout: 252 seconds]
darko311 has quit [Ping timeout: 272 seconds]
florian has joined #yocto
florian_kc has joined #yocto
olani- has quit [Remote host closed the connection]
olani has joined #yocto
goliath has joined #yocto
amitk has quit [Remote host closed the connection]
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #yocto
pbiel has quit [Remote host closed the connection]
pbiel has joined #yocto
<zeddii> LetoThe2nd: I haven't seen that for quite some time. The reference images in master all have working networking, I'd check what you are installing on that image against those references.
Deepesh has joined #yocto
<LetoThe2nd> zeddii: yeah I found a note on the ipv6 DISTRO_FEATURE, but that's about it unfortunately.
enok has joined #yocto
<wojci> mckoan, In my local.conf I have: IMAGE_BUILDINFO_VARS:append = " VARIABLE" which is previously set in the same file.
Deepesh has quit [Quit: Client closed]
Deepesh has joined #yocto
<zeddii> LetoThe2nd: next up is to check the kernel configuration. I had a lot of issues with the bridges not being created due to missing functinoality in the kernel.
<LetoThe2nd> zeddii: yeah that's my usual suspect too. just right now trying figure out if its a general problem, or a podman specific one.
<mckoan> wojci: I need to understand your scenario so I asked what changes to local.conf you did between the builds?
<LetoThe2nd> zeddii: ok, so with docker it works. podman seems to have some additional, hidden dependency or requirement.
arisut has quit [Quit: install gentoo]
arisut has joined #yocto
ptsneves has quit [Ping timeout: 260 seconds]
Jones42 has joined #yocto
<wojci> mckoan, I changed the value of VARIABLE in the above line.
<wojci> mckoan, IMAGE_BUILDINFO_VARS points to something which value changed in local.conf.
Deepesh has quit [Quit: Client closed]
Deepesh has joined #yocto
enok has quit [Quit: enok]
enok71 has joined #yocto
<zeddii> LetoThe2nd: I just verified the meta-virt podman profile on container-image-host, qemuarm64 machine. I see all the podman* interfaces coming up and being torn down properly.
florian__ has joined #yocto
<zeddii> so at least that's one data point.
florian has quit [Killed (NickServ (GHOST command used by florian__))]
florian__ is now known as florian
<LetoThe2nd> zeddii: ok thanks!
<zeddii> LetoThe2nd: podman doesn't play well with cni anymore, so you might want to try switching in netavark and aardvark
<zeddii> unless it isn't cni creating those and they are just bridge interfaces that are using those names. I've done that in the past as well.
florian_kc has quit [Ping timeout: 244 seconds]
<LetoThe2nd> zeddii: ok, pointer to doing that switch maybe?
amitk has joined #yocto
enok71 has quit [Ping timeout: 268 seconds]
<zeddii> LetoThe2nd: https://pastecode.io/s/30jghsvh
<zeddii> that has what container-image-host in meta-virt installs
<zeddii> and what the "podman" container profile defines the components as
ehussain has joined #yocto
florian_kc has joined #yocto
<LetoThe2nd> zeddii: hmm is that possibly post-scarthgap?
Deepesh has quit [Ping timeout: 240 seconds]
Jones42 has quit [Ping timeout: 268 seconds]
Slimey has quit [Read error: Connection reset by peer]
Slimey has joined #yocto
savolla has quit [Ping timeout: 248 seconds]
<zeddii> I did the work in the fall, so whatever release that is. the components are there in older releases, just not defined the same way
<mckoan> wojci: bitbake isn0t able to detech the change to VARIABLE, then please call: bitbake <imagename> -C rootfs
pidge has joined #yocto
pidge_ has quit [Ping timeout: 260 seconds]
leon-anavi has quit [Quit: Leaving]
pidge_ has joined #yocto
pidge has quit [Ping timeout: 268 seconds]
druppy has joined #yocto
wojci has quit [Ping timeout: 252 seconds]
jsbronder has quit [Quit: WeeChat 4.1.2]
jsbronder has joined #yocto
druppy has quit [Ping timeout: 252 seconds]
florian_kc has quit [Ping timeout: 252 seconds]
florian has quit [Quit: Ex-Chat]
mckoan is now known as mckoan|away
darko311 has joined #yocto
ello has joined #yocto
JaMa has quit [Ping timeout: 252 seconds]
Jones42 has joined #yocto
darko311 has quit [Quit: Konversation terminated!]
JaMa has joined #yocto
florian_kc has joined #yocto
druppy has joined #yocto
<khem> rburton:I have fixed tk8 for autoconf facelift there are couple of more recipes I am seeing in world build - https://errors.yoctoproject.org/Errors/Build/201436/
<khem> hmm - make[2]: *** No rule to make target 'MyPaint-1.6.typelib', needed by 'all-am'. Stop.
<khem> these happen with gir usually when its not able to understand compiler output and/or qemu-user can not run
<khem> so these could be related to clang-20 as well
<khem> cant be, since the clang and gcc are still whats in master on these builds
<khem> so I can rule those out atleast
druppy has quit [Ping timeout: 244 seconds]
gchiii has joined #yocto
florian_kc is now known as florian
tec4 has quit [Quit: bye!]
tec4 has joined #yocto
savolla has joined #yocto
wojci has joined #yocto
ahussain has joined #yocto
enok has joined #yocto
ehussain has quit [Ping timeout: 252 seconds]
ahussain is now known as ehussain
savolla has quit [Quit: WeeChat 4.4.3]
savolla has joined #yocto
Kubu_work has quit [Quit: Leaving.]
jmiehe has joined #yocto
enok has quit [Ping timeout: 268 seconds]
jmiehe has quit [Quit: jmiehe]
enok has joined #yocto
pbiel has quit [Ping timeout: 268 seconds]
savolla has quit [Quit: WeeChat 4.4.3]
Aaron has joined #yocto
enok has quit [Ping timeout: 272 seconds]
Aaron has quit [Quit: Client closed]
Jones42 has quit [Ping timeout: 252 seconds]
wojci has quit [Ping timeout: 248 seconds]
lexano has quit [Remote host closed the connection]
Jones42 has joined #yocto
gchiii has quit [Ping timeout: 240 seconds]
florian has quit [Ping timeout: 244 seconds]
lexano has joined #yocto
Jones42 has quit [Ping timeout: 268 seconds]
ahussain has joined #yocto
ehussain has quit [Ping timeout: 268 seconds]
ahussain is now known as ehussain
ahussain has joined #yocto
ehussain has quit [Ping timeout: 272 seconds]
ahussain is now known as ehussain
ahussain has joined #yocto
ehussain has quit [Ping timeout: 248 seconds]
ahussain is now known as ehussain
florian has joined #yocto
florian has quit [Ping timeout: 265 seconds]