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
goliath has quit [Quit: SIGSEGV]
florian_kc has quit [Ping timeout: 255 seconds]
lexano has quit [Ping timeout: 255 seconds]
sev99 has quit [Quit: Client closed]
olani has quit [Ping timeout: 260 seconds]
davidinux has quit [Ping timeout: 255 seconds]
davidinux has joined #yocto
sotaoverride is now known as Guest6918
sotaover1ide is now known as sotaoverride
jclsn has quit [Ping timeout: 246 seconds]
ssweeny has quit [Quit: Gateway shutdown]
jclsn has joined #yocto
ssweeny has joined #yocto
xmn has quit [Ping timeout: 264 seconds]
simonew has quit [Remote host closed the connection]
mulk has quit [Ping timeout: 255 seconds]
mulk has joined #yocto
<khem> I guess one way is to explicitly add an empty package and add it to final image
<mischief> khem: was that in response to me?
<khem> yes :)
<khem> I was afk
benkard has joined #yocto
mulk has quit [Ping timeout: 255 seconds]
benkard is now known as mulk
ablu has quit [Ping timeout: 255 seconds]
ablu has joined #yocto
mulk has quit [Ping timeout: 256 seconds]
mulk has joined #yocto
mulk has quit [Ping timeout: 256 seconds]
Thorn has joined #yocto
mulk has joined #yocto
Thorn_ has quit [Ping timeout: 256 seconds]
GNUmoon has quit [Remote host closed the connection]
mulk has quit [Ping timeout: 255 seconds]
mulk has joined #yocto
amitk_ has quit [Ping timeout: 264 seconds]
benkard has joined #yocto
mulk has quit [Ping timeout: 264 seconds]
benkard is now known as mulk
IB1387 has joined #yocto
pvogelaar has joined #yocto
rob_w has joined #yocto
linfax has joined #yocto
dkc has quit [Ping timeout: 260 seconds]
mvlad has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
Michael_Guest has joined #yocto
alessioigor has joined #yocto
Michael_Guest has quit [Ping timeout: 250 seconds]
yudjinn has quit [Ping timeout: 255 seconds]
mckoan|away is now known as mckoan
<LetoThe2nd> yo dudX
* alessioigor waves all
sky_ has joined #yocto
<mckoan> good morning
luc4 has joined #yocto
Kubu_work has joined #yocto
goliath has joined #yocto
ptsneves has joined #yocto
Michael_Guest has joined #yocto
dkc has joined #yocto
raghavgururajan has quit [Remote host closed the connection]
tleb has quit [Remote host closed the connection]
jonesv has quit [Remote host closed the connection]
<landgraf> (^_^)/
raghavgururajan has joined #yocto
raghavgururajan has joined #yocto
raghavgururajan has quit [Changing host]
tleb has joined #yocto
jonesv has joined #yocto
leon-anavi has joined #yocto
Tyaku_ has quit [Quit: Lost terminal]
<RP> landgraf: looks like there are patches for that qemu issue
simonew has joined #yocto
<landgraf> RP: The ones from Richard? :)
Chaser has joined #yocto
florian has joined #yocto
Haxxa has quit [Remote host closed the connection]
Haxxa has joined #yocto
<RP> landgraf: yes
<RP> [PATCH 0/3] linux-user: Rewrite target_shmat
<landgraf> RP: yes, this one. I can test them locally once I have both reproducers.
<luc4> Hello! Is there a tutorial somewhere on how to add pulseaudio to a yocto image?
<landgraf> for example
<mckoan> luc4: it won't be so straightforward
<luc4> mckoan: in fact I did that but I can't make it work for the moment
<luc4> mckoan: pulseaudio seems to crash, that is probably the main problem
<luc4> mckoan: also, it seems it tries to write, but fails as the image is readonly
<luc4> mckoan: this is the crash that I see https://pastebin.com/LPKQhqAZ
pvogelaar has quit [Quit: Client closed]
Michael_Guest has quit [Ping timeout: 250 seconds]
<JaMa> luc4: you will need to debug why it's crashing, start by building read-write image and check that it works there, then you'll need to figure out how to redirect the writes to writeable overlay or temporary directories
<JaMa> but there probably won't be exact tutorial how-to avoid stack smashing in pulseaudio on readonly filesystem
<JaMa> or ask some AI to smash some random tutorials for you, but gl if you do :)
destmaster has joined #yocto
luc4 has quit [Ping timeout: 255 seconds]
<dvergatal> RP: around?
luc4 has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Quit: jmiehe]
rob_w has quit [Remote host closed the connection]
sky__ has joined #yocto
sky_ has quit [Ping timeout: 240 seconds]
Xagen has joined #yocto
Guest18 has joined #yocto
<Guest18> Hi all
<Guest18> I have built image for stm32mp1 hardware with openssh included in it. But we have noticed that during boot loading of sshd service is taking longer time and boot time of my device is getting increased and creating some other issues.
<Guest18> Is there any way so that i can load(loading is taking time even without launching) this service after complete booting up my device (from some other script when everything is loaded) and then launch ?
sky_ has joined #yocto
sky__ has quit [Ping timeout: 272 seconds]
sky_ has quit [Quit: Leaving]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rburton> Guest18: is that ssh for production or for development?
<Guest18> production
<rburton> presumably its the key generation
<rburton> but that will only impact the first boot
<rburton> so you should look into what is actually taking time
<Guest18> Earlier we were using dropbear and it was working fine with it but when we migrated to openssh see the issue
destmaster has quit [Remote host closed the connection]
destmaster has joined #yocto
<Guest18> Yes, i can understand that for the first boot as it will generated keys
<Guest18> But this is there with every boot
<Guest18> I have tried by renaming /etc/init.d/sshd by to some other name by making rootfs read/write then i saw reduction in boot time by around 12 Sec
lexano has joined #yocto
<rburton> if you have a read-only rootfs then where is the host key being written?
<rburton> sounds like its not lasting over a power cycle, and being regenerated every boot
Guest18 has quit [Quit: Client closed]
Guest18 has joined #yocto
<Guest18> We are saving keys to one of preserve path and its being checked there
<landgraf> RP: | qemu-x86_64: QEMU internal SIGSEGV {code=MAPERR, addr=0x20}
<landgraf> :-/
<Guest18> and we have verified that key generation is happening only for first time
<Guest18> modified sshd_config file to  ---> HostKey /mnt/ubifs/preserve/ssh_host_rsa_key
IB1387 has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 255 seconds]
Xagen has joined #yocto
<RP> landgraf: with the patches applied and my hack dropped? :(
<landgraf> RP: with the patches applied. On checkout without your hack
<RP> landgraf: might be good to report that too them
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
amitk has joined #yocto
dmoseley has joined #yocto
nayfe has joined #yocto
<nayfe> Hello everyone, I struggle to understand meta-intel way to handle CVE in relation with kirkstone LTS version, if someone can help me? thanks by advance
sev99 has joined #yocto
xmn has joined #yocto
jstephan_ has quit [Remote host closed the connection]
destmaster has quit [Ping timeout: 250 seconds]
jmd has joined #yocto
<rburton> nayfe: maybe give more context and what you don't understand?
leon-anavi has quit [Quit: Leaving]
|Xagen has joined #yocto
<nayfe> I'm not sure if reported CVEs from cve-check.bbclass applies or not on our product, and if Intel has some policies concerning layer support for cybersecurity? I can follow linux-yocto way with "OE-core CVE metrics for kirkstone" mails and reports on release notes, but I can't find something similar for meta-intel
Xagen has quit [Ping timeout: 252 seconds]
florian has quit [Ping timeout: 272 seconds]
Saur has joined #yocto
<rburton> meta-intel uses the linux-intel-lts kernel which is actively maintained
<rburton> "kernel" and "CVEs" is fun/interesting, depending on your point of view
<rburton> FYI, almost every backported fix will have a CVE from now
<rburton> https://github.com/intel/linux-intel-lts/tree/6.6/linux is what meta-intel builds (master, presumably kirkstone too)
<rburton> the easiest thing to do would be to email specific questions to the meta-intel maintainers as they're not often on IRC
<AdrianF> Is this Python warning interesting? bitbake/bin/bitbake-worker:210: DeprecationWarning: This process (pid=2423953) is multi-threaded, use of fork() may lead to deadlocks in the child.
<AdrianF> pid = os.fork()
florian has joined #yocto
<nayfe> rburton thanks i'll see with them :)
<RP> AdrianF: we're a lot more careful than most python programs in that regard
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
Saur has quit [Ping timeout: 250 seconds]
<AdrianF> RP: Sounds good. I was not sure if this would be helpful for bitbake experts who are not yet on Python 3.12. But with Python 3.12 this warning is also thrown for Popen from Python core. It's not only in the Bitbake code.
linfax has quit [Ping timeout: 264 seconds]
<RP> AdrianF: we've been aware of the challenges around mixing threads and processes for a while but I think we do things safely. It is possible something changed in 3.12 which may mean we need to revisit it but we are quite careful
<JaMa> I'm using 3.12 for all my local builds for a while and the only issue I've seen was the deadlock after build finished in kirkstone for which the fix was already backported there as well
<JaMa> other than those SyntaxWarnings, thanks for fixing them
jbo has quit [Ping timeout: 260 seconds]
jbo_ has joined #yocto
jbo_ has quit [Remote host closed the connection]
jbo has joined #yocto
jbo has quit [Quit: ZNC 1.8.2 - https://znc.in]
|Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rcw has joined #yocto
jbo has joined #yocto
florian has quit [Quit: Ex-Chat]
Guest97 has quit [Quit: Connection closed]
luc4 has quit [Ping timeout: 268 seconds]
mbulut has joined #yocto
mbulut has quit [Quit: Leaving]
Thorn_ has joined #yocto
Thorn has quit [Ping timeout: 246 seconds]
<tlwoerner> does anyone know of an example where 2 wic files are generated using one bitbake invocation?
<tlwoerner> my feeling is that wics are associated with MACHINEs, so if i want 2 wic files i'll need 2 MACHINEs
<RP> tlwoerner: surely they're image related so two images?
<rburton> yeah you can set the wic file to be used in the image recipe
luc4 has joined #yocto
JaMa has quit [Quit: reboot]
JaMa has joined #yocto
warthog9 has quit [Ping timeout: 272 seconds]
mckoan is now known as mckoan|away
florian_kc has joined #yocto
nayfe has quit [Quit: Client closed]
warthog9 has joined #yocto
<khem> moto-timo: I am seeing a ptest build failure in meta-perl for libencode-perl - https://snips.sh/f/QuPFGERaOj
<khem> it seems it is set to conflict with perl-module-encode but its ptests dependencies pull in perl-module-encode
<moto-timo> khem: i
<moto-timo> khem: I'll take a look, but probably I should drop that recipe. I think it is included in perl itself.
<moto-timo> khem: I think I added that a long time ago before I understood the packages split.
mattsm has joined #yocto
jpuhlman has quit [Ping timeout: 264 seconds]
jpuhlman has joined #yocto
luc4 has quit [Quit: Konversation terminated!]
jpuhlman has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
luc4 has joined #yocto
luc4 has quit [Client Quit]
Kubu_work has quit [Quit: Leaving.]
pvogelaar has joined #yocto
<moto-timo> khem: let's get rid of those recipes ;) patches sent
simonew has quit [Read error: Connection reset by peer]
simonew has joined #yocto
<simonew> abelloni: wrt to the libsoup issue when upgrading libxml2, I checked with glibc and musl, this issue was fixed already as far as I can see by khem. I will send a patch for the upgrade therefore.
pbsds has quit [Ping timeout: 264 seconds]
Xagen has joined #yocto
pbsds has joined #yocto
Chaser has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jmd has quit [Remote host closed the connection]
Kubu_work has joined #yocto
yudjinn has joined #yocto
patersonc has quit [Ping timeout: 252 seconds]
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
patersonc has joined #yocto
mithro has quit [Ping timeout: 252 seconds]
mithro has joined #yocto
rm5248 has joined #yocto
<rm5248> hi, I need to create a custom tar file that contains the rootfs and a script from my layer in it. How can I refer to this script? everything that I see seems to be either "how to install file into rootfs" which is not what I'm looking for.
mvlad has quit [Remote host closed the connection]
<yocton> simonew: FYI, I just got an answer from NVD for a mail sent february 6th. Maybe 2 weeks between NVD mail and CVE_STATUS update is a bit short?
yudjinn has quit [Ping timeout: 246 seconds]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #yocto
yudjinn has joined #yocto
Xagen has quit [Ping timeout: 240 seconds]
Xagen has joined #yocto
luc4 has joined #yocto
mulk has quit [Ping timeout: 264 seconds]
mulk has joined #yocto
goliath has quit [Quit: SIGSEGV]
florian_kc has quit [Ping timeout: 255 seconds]
paulg has quit [Ping timeout: 255 seconds]
Kubu_work has quit [Quit: Leaving.]