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
Xagen has joined #yocto
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
<rbox> jdiez: as comes from binutils
<rbox> although i would assume x86_64-poky-linux-gcc would try to run x86_64-poky-linux-as
Jones42_ has quit [Ping timeout: 264 seconds]
Jones42_ has joined #yocto
Jones42__ has joined #yocto
MattWeb82 has joined #yocto
Jones42_ has quit [Ping timeout: 252 seconds]
MattWeb82 has quit [Client Quit]
MattWeb82 has joined #yocto
MattWeb82 has quit [Quit: leaving]
MattWeb82 has joined #yocto
jclsn has quit [Ping timeout: 244 seconds]
jclsn has joined #yocto
MattWeb82 has quit [Quit: leaving]
MattWeb82 has joined #yocto
MattWeb82 has quit [Client Quit]
MattWeb82 has joined #yocto
MattWeb82 has quit [Client Quit]
MattWeb82 has joined #yocto
MattWeb82 has quit [Quit: leaving]
MattWeb82 has joined #yocto
Omax has quit [Ping timeout: 255 seconds]
Omax has joined #yocto
LocutusOfBorg has quit [Ping timeout: 272 seconds]
LocutusOfBorg has joined #yocto
mbulut has joined #yocto
Jones42__ has quit [Ping timeout: 260 seconds]
mulk has quit [Ping timeout: 260 seconds]
Jones42__ has joined #yocto
mulk has joined #yocto
zwelch has quit [Read error: Connection reset by peer]
enok has joined #yocto
enok has quit [Ping timeout: 260 seconds]
ablu has quit [Ping timeout: 276 seconds]
enok has joined #yocto
ablu has joined #yocto
Jones42__ has quit [Ping timeout: 272 seconds]
enok has quit [Ping timeout: 265 seconds]
goliath has joined #yocto
Minvera has quit [Ping timeout: 265 seconds]
rfuentess has joined #yocto
BenBE has joined #yocto
alessioigor has joined #yocto
amitk has joined #yocto
mrpelotazo has quit [Ping timeout: 260 seconds]
frieder has joined #yocto
mrpelotazo has joined #yocto
zpfvo has joined #yocto
ehussain has joined #yocto
Vonter has quit [Ping timeout: 276 seconds]
lexano has quit [Ping timeout: 245 seconds]
Jones42__ has joined #yocto
Jones42_ has joined #yocto
lexano has joined #yocto
Jones42__ has quit [Ping timeout: 255 seconds]
florian has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 248 seconds]
berton has joined #yocto
Kubu_work has joined #yocto
Vonter has joined #yocto
<ente> jdiez: local rsync --checksum also reads both local files to compare them
florian_kc has joined #yocto
Tyaku has quit [Quit: Lost terminal]
<mcfrisk> deltask for spdx tasks no longer works. have an image recipe with empty do_rootfs() which just merges other images, and now fails to build due to spdx tasks failing. nospdx.bbclass is also broken. what works is IMAGE_CLASSES:remove = "create-spdx-image-3.0" in the image recipe.
kanavin has quit [Ping timeout: 255 seconds]
<RP> mcfrisk: I wonder if inherit_defer nospdx works?
<mcfrisk> RP: ah, it could be the defer things. I'll try. Thanks!
kanavin has joined #yocto
<Ch^W> RP: We shall see how it goes.
<RP> mcfrisk: I'm just guessing but this would potentially be another unforeseen side effect of that :/
<RP> Ch^W: thanks, will be interesting to see what they say
<mcfrisk> and at the same time talk is about dropping TLS 1.1 and 1.0 support completely
<neverpanic> (which is good! TLS 1.0 and 1.1 need to die, and yesterday!)
jmiehe has joined #yocto
sakoman has quit [Read error: Connection reset by peer]
Tyaku has joined #yocto
Guest92 has joined #yocto
jmiehe has quit [Quit: jmiehe]
sakoman has joined #yocto
Guest92 has quit [Ping timeout: 256 seconds]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
Jones42_ has quit [Ping timeout: 244 seconds]
Jones42 has joined #yocto
Guest7867 is now known as sotaoverride
Jones42 has quit [Ping timeout: 255 seconds]
olani has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
alperak has joined #yocto
<mcfrisk> Could poky recipes support distro and machine features from other layers, e.g. meta-security has tpm2 which needs to enable tpm2 in systemd PACKAGECONFIG?
<RP> mcfrisk: depends on the layer but in theory that should be ok
<rburton> arguably that would be neater as a systemd bbappend anyway (so you can change meta-security without having to sync with oe-core)
<mcfrisk> yes, I'm wondering if bbappend in meta-security/meta-tpm is better than adding tpm2 distro/machine feature support to poky side systemd recipe
<rburton> personally i'd be appending simply for the convenience of not having two layers to deal with if you want to make changes
<rburton> if you get to the point where you can say that the feature is complete and well tested, you can make the case to integrate into core
Tyaku has quit [Quit: leaving]
olani has quit [Ping timeout: 252 seconds]
olani has joined #yocto
alessioigor has joined #yocto
<mcfrisk> rburton: sounds sensible. will also need to consider meta-arm and ftpm/optee-ftpm since that is a tpm2 device too
<rburton> right
Ad0 has joined #yocto
Starfoxxes has joined #yocto
<tlwoerner> there appear to be several different ways to configure/build python projects (e.g. python_setuptools_build_meta, python_hatchling, setuptools3, etc)
<tlwoerner> is there a blog post, documentation, or a wiki that helps explain when to use which?
<tlwoerner> is "devtool add" smart enough to know which one to pick?
Jones42 has joined #yocto
<rburton> tlwoerner: you pick the one the recipe says to use
<tlwoerner> rburton: what if it's you who is writing the recipe?
<rburton> i mean the upstream
<rburton> pyproject.toml says what build system is used, so match that
<rburton> devtool will use the right one iirc, assuming you have a toml parser to hand
<rburton> yes see PythonPyprojectTomlRecipeHandler in scripts/lib/recipetool/create_buildsys_python.py
<tlwoerner> ahh! build-backend in pyproject.toml
<tlwoerner> thanks!
<rburton> just use devtool, it does the right thing :)
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 252 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<LetoThe2nd> rburton: (tm)
ptsneves has joined #yocto
Minvera has joined #yocto
alperak has quit []
Jones42_ has joined #yocto
alperak has joined #yocto
Jones42 has quit [Ping timeout: 265 seconds]
ahussain has joined #yocto
ehussain has quit [Ping timeout: 276 seconds]
ahussain is now known as ehussain
ptsneves has quit [Ping timeout: 264 seconds]
amitk has quit [Ping timeout: 252 seconds]
Xagen has joined #yocto
wmills_ has joined #yocto
rfuentess has quit [Remote host closed the connection]
Guest92 has joined #yocto
ehussain has quit [Remote host closed the connection]
alessioigor has quit [Remote host closed the connection]
<fray_> I'm getting requests from people (baremetal) to build RISC-V components with different configurations. I know the default riscv tune/arch is just 32/64 and nf and nc..... The poeople are giving me configurations like: rv32i-ilp32-- (part of the configuration like for a multilib gcc). I have a hacky way to do this now, but I'm wondering if we need to implement something more standard
fray_ is now known as fray
<fray> We have a similar method in microblaze for a more variable configuration, but I'm not sure that makes sense in this case (maybe it does).. but we definitely more configurations for baremetal then what are current available.
<rburton> alperak: nice patchbomb :)
ardo has joined #yocto
aardo has quit [Ping timeout: 276 seconds]
<alperak> @rburton thanks :)
<RP> alperak: some nice improvements there, thanks!
alessioigor has joined #yocto
enok has joined #yocto
<alperak> @RP thanks :)
<tgamblin> alperak: thank you. moto-timo is probably jumping for joy
<rber__> @rburton I am not sure devtool does the right thing after the UNPACKDIR change ;)
<rburton> nooooo
<rburton> it seemed to work when i last did a recipe but if thats so please file a bug or patch!
<RP> zeddii: I merged the 6.10 pieces apart from the final version switch as I think we're close
<zeddii> I'm looking through the new things this morning, while finishing up 6.11 for dev. I'm at a loss to explain that trap at the moment though.
<RP> rber__: all the test cases pass so it sounds like we may be missing one
<RP> zeddii: it did seem strange to me
<alperak> @tgamblin I'm glad I could help :)
<zeddii> it has to be in the .3 update, since I didn't have any merge conflicts that looked suspicious. but I'll detangle it somehow.
<rber__> Let me update to poky master (mine is from Thu Jun 13 10:55:16 2024) and I will give it another try
<RP> zeddii: right, I did wonder about the point release. So so stable :)
alessioigor has quit [Ping timeout: 256 seconds]
<rber__> ... and this one seems to work - I know it's an ugly hack: UNPACKDIR = "${WORKDIR}/" hehe ;)
olani has quit [Remote host closed the connection]
alessioigor has joined #yocto
<RP> rber__: write a new devtool test case that shows the problem and that might get it fixed faster
<rfs613> whom should I poke regarding cgit on git.yoctoproject.org? I think there's a pretty simple fix, as noted in https://bugzilla.yoctoproject.org/show_bug.cgi?id=15441
<RP> rfs613: could you drop a note about it to helpdesk@yoctoproject.org please. halstead would be the person here
alessioigor has quit [Ping timeout: 256 seconds]
<rfs613> RP, will do, thanks!
* RP notes the buildhistory change breaks immediately after I've merged the thing :(
<moto-timo> alperak: thank you for making the world a better place
Guest92 has quit [Ping timeout: 256 seconds]
merit has quit [Read error: Connection reset by peer]
jmiehe has joined #yocto
<alperak> @moto-timo Seems like it's not big deal but thank you :)
mrpelotazo has quit [Read error: Connection reset by peer]
<moto-timo> alperak: someone had to take the time to do it. That is priceless.
merit has joined #yocto
Kubu_work has quit [Quit: Leaving.]
enok has quit [Ping timeout: 252 seconds]
mrpelotazo has joined #yocto
Kubu_work has joined #yocto
BenBE has quit [Ping timeout: 248 seconds]
<halstead> rfs613: I'll add that CSS.
Kubu_work has quit [Ping timeout: 260 seconds]
<rfs613> halstead: thank you!
frieder has quit [Remote host closed the connection]
Jones42_ has quit [Ping timeout: 264 seconds]
Guest92 has joined #yocto
Guest92 has quit [Quit: Client closed]
Guest92 has joined #yocto
goliath has quit [Quit: SIGSEGV]
<rburton> RP: revert revert revert
mbulut has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
<RP> rburton: I have a fix for that failure. I just wonder how may more are out there
jmd has joined #yocto
ptsneves has quit [Ping timeout: 260 seconds]
<RP> Controversial - is now the time to drop BB_DANGLINGAPPENDS_WARNONLY ? :)
<RP> https://bugzilla.yoctoproject.org/show_bug.cgi?id=14870 - you can deal with it via BBMASK
* RP sends a proposal to oe-arch
BenBE has joined #yocto
sakoman1 has joined #yocto
sakoman has quit [Read error: Connection reset by peer]
zwelch has joined #yocto
prabhakalad has quit [Ping timeout: 244 seconds]
prabhakalad has joined #yocto
sotaoverride has quit [Killed (mercury.libera.chat (Nickname regained by services))]
ctraven is now known as sotaoverride
Guest92 has quit [Quit: Client closed]
Kubu_work has joined #yocto
ctraven has joined #yocto
<moto-timo> upstream (hopefully) has a fix for TMPDIR [build-paths] in python3-pydantic-core https://github.com/pydantic/pydantic-core/pull/1396
<moto-timo> working on the upgrade plus that patch now
Kubu_work has quit [Client Quit]
jmiehe has quit [Quit: jmiehe]
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
berton has quit [Quit: Connection closed for inactivity]
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
wmills__ has joined #yocto
wmills_ has quit [Ping timeout: 265 seconds]
zpfvo has quit [Remote host closed the connection]
Vonter has quit [Quit: WeeChat 4.3.5]
Vonter has joined #yocto
Starfoxxes has quit [Remote host closed the connection]
<denix> RP: binutils 2.43 broke ffmpeg for armv7 and armv5, looks like one of the codecs in asm generates bad thumb code...
<denix> I'll open a bugzilla for khem
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
<RP> denix: ok, I guess some fallout was inevitable!
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
<denix> RP: we need to set LICENSE_FLAGS_ACCEPTED += "commercial" in AB to catch such issues
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
<RP> denix: can we actually do that on public infrastructure though?
jmd has quit [Remote host closed the connection]
<denix> RP: are the resulting pieces like mp3 codec being distributed from it? probably cannot do that if all the artifacts from the build are also publicly accessible...
jmd has joined #yocto
goliath has joined #yocto
<RP> denix: right, which is why we don't do this :/
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
ptsneves has joined #yocto
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
ptsneves1 is now known as ptsneves
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
ptsneves has quit [Remote host closed the connection]
ptsneves has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
Kubu_work has joined #yocto
Kubu_work has quit [Client Quit]
florian_kc has joined #yocto
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
BenBE has quit [Ping timeout: 260 seconds]
goliath has quit [Quit: SIGSEGV]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alperak has quit [Quit: Connection closed for inactivity]
florian_kc has quit [Ping timeout: 245 seconds]
ptsneves has quit [Ping timeout: 260 seconds]
ptsneves has joined #yocto
ptsneves has quit [Quit: ptsneves]
khem has joined #yocto
mjm has quit [Quit: mjm]
lexano has quit [Ping timeout: 252 seconds]