ChanServ changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Developer Day at Prague, June 26th 2023: https://summit.yoctoproject.org/devday-at-eoss-2023/cfp | Community: https://www.yoctoproject.org/community | IRC logs: https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP CM Letothe2nd"
<khem> you might want to find it out from qca folks if they support BSP in yocto
goliath has quit [Quit: SIGSEGV]
davidinux has quit [Ping timeout: 240 seconds]
davidinux has joined #yocto
zelgomer has quit [Ping timeout: 240 seconds]
zelgomer has joined #yocto
sakoman has quit [Quit: Leaving.]
Thorn has joined #yocto
RobertBerger has joined #yocto
rber|res has quit [Ping timeout: 268 seconds]
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
seninha has quit [Remote host closed the connection]
sakoman has joined #yocto
jclsn has quit [Ping timeout: 265 seconds]
jclsn has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
xmn has quit [Ping timeout: 246 seconds]
<Entei[m]> <rburton> "you've bigger problems than '..." <- I believe I've got a sufficient amount 16GB installed on my machine.
Thorn has quit [Ping timeout: 268 seconds]
<Entei[m]> Would executing boost ie bitbake boost as the only task have any chance at solving the issue?
<Entei[m]> I just ran the build again. My RAM usage peaked at 8.5 GB when the boost do_package task failed.
<Entei[m]> <Entei[m]> "Would executing boost ie ..." <- Tried this as well, hardly any RAM usage, but still failed...
sakoman has quit [Quit: Leaving.]
<khem> set `PARALLEL_MAKE = "-j 4"` in conf/local.conf and see if that helps
vladest has quit [Quit: vladest]
thomasd13 has joined #yocto
<Entei[m]> <khem> "set `PARALLEL_MAKE = "-j 4..." <- ok will try this.
amitk has joined #yocto
<Entei[m]> Well that didn't work.
alessioigor has joined #yocto
amitk has quit [Remote host closed the connection]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
Thorn has joined #yocto
kevinrowland has quit [Ping timeout: 245 seconds]
bps2 has joined #yocto
Thorn has quit [Quit: Few women admit their age. Few men act theirs.]
<LetoThe2nd> yo dudX
<alessioigor> Good morning
mckoan|away is now known as mckoan
<mckoan> good morning
<Entei[m]> I just baked boost on master branch, doesn't seem to share the same issue as mickledore branch, packaged without errors
PobodysNerfect has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
bps2 has quit [Ping timeout: 256 seconds]
ptsneves has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
bps2 has joined #yocto
leon-anavi has joined #yocto
mvlad has joined #yocto
yokto has joined #yocto
florian__ has joined #yocto
<yokto> Can you name a few advanced methods that advanced yocto users use, besides creating recipe and configuration files? For example, configuring the linux kernel using devtool etcetera?
<LetoThe2nd> yokto: it depends a bit on your needs and use case - a creating a recipe can be very advanced, while using devtool can be super basic.
<yokto> LetoThe2nd true and I understand what you're getting at. Then I should rephrase my question (I have gone through the manual), what are some advanced yocto features/methods that advanced yocto users use / can use (creating recipes, working with devtool are two examples), what else is there available?
<yokto> What else is there available that is either not stated in the manual or not clearly addressed in the manual (this is a better rephrasing)
<LetoThe2nd> yokto: i'm afraid that no, it doesn't really make sense. I guess that your intention is learning, which is obviously good. But these things are definitely in the manual, for example the kernel aspect at https://docs.yoctoproject.org/kernel-dev/index.html. Tracing, as documented in https://docs.yoctoproject.org/profile-manual/index.html can also be considered an advanced topic.
<tomzy_0[m]> morning
<tomzy_0[m]> Is someone able explain to me why in recipe https://github.com/nxp-imx/meta-imx/blob/langdale-6.1.1-1.0.0/meta-ml/recipes-libraries/onnxruntime/onnxruntime_1.10.0.bb#L118 there is a need to run git config?
<tomzy_0[m]> seems like some hack
<tomzy_0[m]> that I do not understand
<tomzy_0[m]> what's more, because of that my build is failing at error: could not write config file /home/build/.gitconfig: Device or resource busy
<tomzy_0[m]> bitbake runned in container image (based on ubuntu 20.04 with installed deps)
<LetoThe2nd> Yo slackers. Idea for the weekend: submit for https://summit.yoctoproject.org/devday-at-eoss-2023/cfp :-)
KareemZarka[m] has quit [Remote host closed the connection]
lorenzog[m] has quit [Remote host closed the connection]
simonew has joined #yocto
<simonew> Hi, we had some interest in fuzzing a yocto built linux kernel and have written a syzkaller recipes providing the needed host and  qemu stuff. I'd like to upstream those but I have some doubts which layer would be best. Any thoughts?
<mcfrisk> simonew: meta-security?
Thorn has joined #yocto
<rburton> tomzy_0[m]: https://github.com/nxp-imx/meta-imx/commit/d326947579524678daca93929e5615e4b68ccabb is "why" but the fix is wrong. the cmake is looking at the shas of a submodule and maybe updating it which is many shades of wrong and horrible
<rburton> tomzy_0[m]: remove that line, we work around that issue globally anyway
<simonew> mcfrisk Could be an idea true
<LetoThe2nd> simonew: either meta-security, or create your own and submit to the layerindex
<tomzy_0[m]> rburton: thank you very much, I had meta-imx locally without whole history so did not saw that commit with git blame - is there a way to fix that with bbappend?
<tomzy_0[m]> we have custom layer that is using meta-imx and I do not like to make changes in any "external" layers
<rburton> a bbappend would be tricky. tell nxp that they've broken their layer.
<LetoThe2nd> rburton: we should apply a different strategy. praising people when their vendor bsp layers are not broken. immediately reduces our workload ;-D
<tomzy_0[m]> > tell nxp that they've broken their layer
<tomzy_0[m]> again should be at the end of that statement
<tomzy_0[m]> Heh
<tomzy_0[m]> Could rewriting whole do_compile work?
<rburton> its do_install, and its in an :append
<rburton> tomzy_0[m]: do you need the python support in omxruntime? turn it off in the packageconfig if not, that will make this go away
<tomzy_0[m]> yea, so it will be applied no matter what..
<rburton> Entei[m]: what distribution are you using? and I meant _broken_ ram, quantity isn't relevantr.
<tomzy_0[m]> maybe creating "custom" version of this recipe in our layer and set PREFERRED_VERSION?
<rburton> tomzy_0[m]: easiest fix is turn off python if you don't need it.
<tomzy_0[m]> Thank you
<simonew> LetoThe2nd Ok, i'll think some about whats best of those options
Zaid has joined #yocto
florian__ has quit [Ping timeout: 250 seconds]
gsalazar has joined #yocto
thomasd13 has quit [Ping timeout: 256 seconds]
Zaid has quit [Quit: Client closed]
Zaid has joined #yocto
florian__ has joined #yocto
goliath has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
seninha has joined #yocto
Thorn_ has joined #yocto
Thorn has quit [Ping timeout: 240 seconds]
RobertBerger has quit [Ping timeout: 240 seconds]
rber|res has joined #yocto
florian__ has quit [Ping timeout: 246 seconds]
yokto has quit [Quit: Client closed]
florian__ has joined #yocto
florian__ is now known as florian
barometz has quit [Quit: you can't fire me!]
barometz has joined #yocto
<Entei[m]> <rburton> "Entei: what distribution are you..." <- Fedora 37
<Entei[m]> How do I prevent the build system to generate tons of locale packages for each package? I just want en_US packages
<rburton> the generation of those packages is almost no time, just don't install them
mateuszmar2 has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
michalsieron has joined #yocto
michalsieron has quit [Client Quit]
michalsieron has joined #yocto
camus has quit [Ping timeout: 240 seconds]
simonew has quit [Quit: Client closed]
seninha has quit [Quit: Leaving]
seninha has joined #yocto
simonew has joined #yocto
Zaid has quit [Quit: Client closed]
florian has quit [Ping timeout: 240 seconds]
kscherer has joined #yocto
xmn has joined #yocto
<rburton> abelloni: so the libnl one is genuine, it doesn't output any tests running
<rburton> abelloni: curious that it doesn't happen every time, there's definitely a bug somewhere
kpo has joined #yocto
<mason> Hey all. Is https://yocto.yoctoproject.narkive.com/VwxaYGXh/linux-doesn-t-maintain-patch-order-from-src-uri still a valid concern? We're working on cleaning up our patching and I'm moving us to listing them in .scc files, but I wonder if this isn't strictly necessary any more, or if purely numeric ordering is sufficient.
sakoman has joined #yocto
prabhakarlad has quit [Quit: Client closed]
bps2 has quit [Ping timeout: 240 seconds]
michalsieron has quit [Quit: Client closed]
simonew has quit [Quit: Client closed]
mateuszmar2 has quit [Quit: Client closed]
<zeddii> it's the SRC_URI ordering that matters now. The searching of patches, etc, has all been dropped.
<__ad> on zeus, is it mandatory to use python 2.7 ?
<rburton> __ad: you might want to clarify what you mean. the docs says python 3.4.
philmd has joined #yocto
<__ad> ok- i have a container with python 2.7 that works fine. But have "repo" issues, since getting repo, i get the last one, not working with python 2.7
<__ad> where can i see what pyhton is required for a specific yocto version ?
<rburton> the new doc site doesn't show really old releases, but git history exists: https://git.yoctoproject.org/yocto-docs/tree/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml?h=zeus#n105
<JaMa> __ad: meta/classes-global/sanity.bbclass: if sys.hexversion < 0x030800F0:
<__ad> rburton: JaMa thanks.
<JaMa> for zeus it's 0x03040000 which matches the docs
<__ad> looks like, btw, my container only has 3.6 available, that is giving some erros
<rburton> if you need to build zeus it would be sensible to find a container that runs one of the officially supported distros in that release
michalsieron has joined #yocto
<__ad> rburton: i have in fact Ubuntu 18.04.6 LTS
<__ad> but there is no 3.4 available, i see 3.6 only
<rburton> the requirement is "at least"
<rburton> "Python 3.4.0 or greater."
<__ad> i tested 3.6, getting errors
<__ad> ah ok, sorry., errors was likely my fault
<__ad> thansk a lot
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 256 seconds]
ptsneves has joined #yocto
ptsneves1 has quit [Ping timeout: 246 seconds]
seninha has quit [Quit: Leaving]
pidge has joined #yocto
leon-anavi has quit [Quit: Leaving]
rber|res has quit [Ping timeout: 240 seconds]
rber|res has joined #yocto
<rburton> khem: and https://errors.yoctoproject.org/Errors/Details/704361/ definitely isn't me
mckoan is now known as mckoan|away
<mason> zeddii: Thank you.
louis_ has quit [Ping timeout: 240 seconds]
louis_ has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
goliath has quit [Quit: SIGSEGV]
kpo has quit [Ping timeout: 240 seconds]
<rburton> khem: patchbomb away. doing a huge build now to shake out the packagegroups next.
jsbronder has quit [Ping timeout: 256 seconds]
jsbronder has joined #yocto
Thorn_ has quit [Ping timeout: 240 seconds]
prabhakarlad has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
florian has joined #yocto
michalsieron has quit [Ping timeout: 245 seconds]
<paulg> was "patchbomb" a word prior to akpm not sending linus git pull requests?
<paulg> <--- kernel-centric
Thorn has joined #yocto
zelgomer has quit [Remote host closed the connection]
zelgomer has joined #yocto
ptsneves has quit [Quit: ptsneves]
ptsneves1 has joined #yocto
ptsneves1 is now known as ptsneves
vladest has joined #yocto
goliath has joined #yocto
gsalazar has quit [Ping timeout: 256 seconds]
vladest has quit [Quit: vladest]
vladest has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<LetoThe2nd> In Yocto, there is AUHbombing.
<nerdboy> someone know the relationship between recipes-support/vte and recipes-gnome/vte9 ?
<nerdboy> is vte9 just a really old version of vte?
florian has quit [Ping timeout: 240 seconds]
seninha has joined #yocto
ptsneves has quit [Ping timeout: 250 seconds]
bps2 has joined #yocto
<yolo> is there a place to download prebuild yocto doc? found its git but no prebuilt doc(html or pdf)
florian has joined #yocto
<yolo> ok I just download the whole mega page then
rber|res has quit [Ping timeout: 240 seconds]
rber|res has joined #yocto
piie has quit [Quit: WeeChat 3.1]
weepiie has joined #yocto
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #yocto
rber|res has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
rber|res has joined #yocto
camus has joined #yocto
Thorn has quit [Ping timeout: 240 seconds]
camus has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
rber|res has quit [Ping timeout: 240 seconds]
mvlad has quit [Remote host closed the connection]
rber|res has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
rber|res has quit [Ping timeout: 250 seconds]
rber|res has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
PobodysNerfect_ has joined #yocto
PobodysNerfect has quit [Ping timeout: 240 seconds]
rber|res has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
rber|res has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
kpo has joined #yocto
rber|res has quit [Ping timeout: 240 seconds]
rber|res has joined #yocto
bps2 has quit [Ping timeout: 240 seconds]
xmn has quit [Quit: ZZZzzz…]
tangofoxtrot has quit [Remote host closed the connection]
florian has quit [Ping timeout: 240 seconds]
tangofoxtrot has joined #yocto
rber|res has quit [Ping timeout: 240 seconds]
Thorn has joined #yocto
rber|res has joined #yocto
rber|res has quit [Ping timeout: 265 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
rber|res has joined #yocto