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
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #yocto
xmn has quit [Read error: Connection reset by peer]
xmn has joined #yocto
xmn_ has joined #yocto
xmn has quit [Ping timeout: 268 seconds]
xmn_ has quit [Read error: Connection reset by peer]
xmn has joined #yocto
Daanct12 has joined #yocto
dvergatal has quit [Read error: Connection reset by peer]
dvergatal has joined #yocto
jmiehe has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
jmiehe has quit [Quit: jmiehe]
xmn has quit [Read error: Connection reset by peer]
xmn has joined #yocto
goliath has quit [Quit: SIGSEGV]
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.1.2]
Daanct12 has joined #yocto
Vonter has quit [Ping timeout: 260 seconds]
Daanct12 has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
lthadeus has joined #yocto
jclsn has quit [Ping timeout: 276 seconds]
jclsn has joined #yocto
lthadeus has quit [Ping timeout: 245 seconds]
Daanct12 has joined #yocto
xmn has quit [Quit: ZZZzzz…]
lthadeus has joined #yocto
Saur_Home83 has joined #yocto
Saur_Home96 has quit [Ping timeout: 250 seconds]
lthadeus has quit [Ping timeout: 245 seconds]
lthadeus has joined #yocto
lthadeus has quit [Ping timeout: 245 seconds]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
lthadeus has joined #yocto
mkazantsev has joined #yocto
mkazantsev_ has joined #yocto
mkazantsev_ has quit [Remote host closed the connection]
mkazantsev has quit [Ping timeout: 246 seconds]
alimon1 has quit [Ping timeout: 276 seconds]
alimon has joined #yocto
gsalazar has joined #yocto
lthadeus has quit [Ping timeout: 260 seconds]
alessioigor has joined #yocto
lthadeus has joined #yocto
jmd has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
alessioigor has quit [Quit: alessioigor]
lthadeus has quit [Quit: Leaving]
Guest58 has joined #yocto
<Guest58> Hello, What are the equivalent package's PR for DISTRO and MACHINE conf files?
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 256 seconds]
<RP> Guest58: there isn't anything equivalent, that wouldn't make sense
<Guest58> RP how do you trace changes in DISTRO or MACHINE config file?
<Guest58> +s
<RP> Guest58: the task signatures (hashes) reflect them
<Guest58> ok thank you
lthadeus has joined #yocto
lthadeus has quit [Client Quit]
lthadeus has joined #yocto
lthadeus has quit [Remote host closed the connection]
ptsneves has joined #yocto
Guest58 has quit [Quit: Client closed]
mulk has quit [Remote host closed the connection]
ptsneves has quit [Ping timeout: 268 seconds]
mulk has joined #yocto
Saur_Home83 has quit [Quit: Client closed]
kpo_ has quit [Ping timeout: 245 seconds]
sakman has joined #yocto
Vonter has quit [Ping timeout: 268 seconds]
Daanct12 has quit [Quit: WeeChat 4.1.2]
Vonter has joined #yocto
tgamblin has joined #yocto
goliath has joined #yocto
xmn has joined #yocto
xmn has quit [Client Quit]
dmoseley has joined #yocto
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
prabhakarlad has quit [Ping timeout: 250 seconds]
ptsneves has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
nerdboy has quit [Ping timeout: 252 seconds]
nerdboy has joined #yocto
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
Tyaku_ has joined #yocto
<Tyaku_> Hello, I am building a RUSTC package, and I have this error: error: linker `cc` not found    (https://pastebin.com/x9cvzxpK) did you know how to solve it ? some depends to a recipe providing cc native ?
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
jmiehe has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
sakman1 has joined #yocto
sakman has quit [Ping timeout: 256 seconds]
sakman1 is now known as sakman
<dario> what does your recipe look like? are you using any of the rust/rust-common/cargo classes?
kpo_ has joined #yocto
<Tyaku_> This is my recipe:
<Tyaku_> inherit cargo cargo-update-recipe-crates
<Tyaku_> rustc language sucks, really. It's all a mess to implement rust things in yocto.
Haxxa has quit [Quit: Haxxa flies away.]
<Tyaku_> Someone made a patch in b/meta/conf/bitbake.conf to add "cc" in HOSTTOOLS variable.
<Tyaku_> I'm going to try it..
Haxxa has joined #yocto
jmiehe has quit [Quit: jmiehe]
<Tyaku_> https://pastebin.com/Ty39fuVp     By cc in HOSTTOOLS, I have now a new error.. "arm-poky-linux-gnueabi-gcc: error: unrecognized command-line option '-m64'"  or thread 'main' panicked at 'execution failed', /home/mathieu/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs:656:9
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
astlep550401 has quit [Ping timeout: 256 seconds]
<Tyaku_> If someone have a lot of free time :-), please can you try to make a recipe to build mitmproxy and put it in meta-python. I can share some base, but I don't realy know how "good" it is, as currently it's a lot of funky stuffs due to all these rusty thngs.
<Tyaku_> *And my understanding of this (deprecated?) language
alessioigor has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
astlep550401 has joined #yocto
<Tyaku_> https://pastebin.com/uxw7PM0m Any ideas about this error ? ring v0.16.20 is a dependency of mitmproxy-rs (what i try to build)
<Tyaku_> When we search on google with just "ring v0.16.20" we find the error.. It seems like a cross compiling issue. People says, you just have to do "sudo apt install musl-tools. In yocto I don't know.
vladest has quit [Quit: vladest]
gsalazar has quit [Ping timeout: 260 seconds]
<Tyaku_> arm-poky-linux-gnueabi-gcc: error: unrecognized command-line option '-m64'
<Tyaku_> I think there is a missmatch in the cargo's or rusty things. To build the dependencies it see this target: x86_64-unknown-linux-gnu
<Tyaku_> But I am building for a 32bit ARM (armv7)
Xogium has joined #yocto
<Xogium> hi :) totally new to yocto here and I run into a bit of a snag trying to follow the quick build buide with poky. I try to compile yocto codename mickledore and I run into this. Does that ring a bell ? https://paste.xogium.me/WI.txt
<Xogium> *quick build guide, sorry
<Xogium> fyi I run archlinux as the host
<Xogium> kirkstone earlier worked fine, but mickledore, nop
<LetoThe2nd> Xogium: well, as you already mention it - does it reproduce on a supported distro? ;-)
<Xogium> I was planning on using the latest release but the layer for stm32mp1 hasn't been updated by st yet
<Xogium> LetoThe2nd: I am not sure. Can I get away with just making a basic systemd-nspawn container to check this out, or does it require a full vm ?
<LetoThe2nd> Xogium: container should do fine
<Xogium> I'd be surprised if it does, granted. Otherwise I assume more people would have asked that same question
<Xogium> does yocto compile its own perl or does it uses the one from the host ?
<Xogium> for what it's worth I come from the buildroot world, so at the very least I am not a total newb when it comes to custom build of embedded linux
<Xogium> but I'm trying to figure out buildroot vs yocto still
<LetoThe2nd> Xogium: well, there are also occasionally bugs and hiccups in supported distros, so i would not necessarily be surprised. but if it reproduces, then i'd say "file a bug, this should legitimately be addressed", and otherwise its more like "good luck" ;-)
<LetoThe2nd> Xogium: almost certainly builds its own, but of course it depends a bit on the context.
<Xogium> right
<Xogium> I think I know why st hasn't updated yet, they only target lts releases
<LetoThe2nd> Xogium: it always depends. there's good reasons for staying on HEAD, there's reasons to stick with LTS only.
<Xogium> your lts seem to have a much longer life support than buildroot's
<Xogium> 5 years, I think ?
<LetoThe2nd> Xogium: 4 years. don't know about the BR one
<Xogium> only one year
<Xogium> stable last only 3 months
<LetoThe2nd> Xogium: its always a matter of usecase and resources.
<Xogium> yeah
<Xogium> I'm only getting started, so I might ask very dumb questions along the way ;p
<LetoThe2nd> Xogium: thats no problem. just be aware of a bunch of very basic things. 1) most of the yocto devs do stuff at work time. hence, EU/US office times are good times to ask, others not so much. right now, very bad, its just coincidence I am around. 2) BR vs. Yocto is very similar in some things, very different in others. as a basic rule of thumb, BR is "give me a usable filesystem, don't overcomplicate it" and Yocto is "make it
<LetoThe2nd> reproducible and customizable first". 3) recipe data is local, configuration data is global 4) tmp is transient data :-)
Tyaku_ has quit [Ping timeout: 250 seconds]
<Xogium> all good. I am in EU too. I just got my schedule all messed up by now, that's christmas for you
<LetoThe2nd> Xogium: have fun, then!
<Xogium> thanks !
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
vladest has joined #yocto
sakman has quit [Ping timeout: 246 seconds]
alessioigor has quit [Ping timeout: 252 seconds]
gsalazar has joined #yocto
gsalazar has quit [Ping timeout: 252 seconds]
mischief has quit [Quit: WeeChat 4.0.1]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto