qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
tleb has quit [Server closed connection]
tleb has joined #yocto
jerrycash has quit [Server closed connection]
jerrycash has joined #yocto
starblue has quit [Ping timeout: 245 seconds]
starblue has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
ablu has quit [Ping timeout: 272 seconds]
ablu_ has joined #yocto
ablu_ is now known as ablu
drkhsh has quit [Server closed connection]
drkhsh has joined #yocto
SundeepKOKKONDA has joined #yocto
SundeepKOKKONDA is now known as Sundeep
goliath has joined #yocto
prabhakalad has quit [Ping timeout: 256 seconds]
ys has joined #yocto
jmd has joined #yocto
lukesbytes has quit [Quit: leaving]
lukesbytes has joined #yocto
Xagen has quit [Ping timeout: 256 seconds]
Xagen has joined #yocto
florian_kc has joined #yocto
ad__ has quit [Server closed connection]
ad__ has joined #yocto
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
frieder has joined #yocto
jmd has quit [Remote host closed the connection]
Kubu_work has quit [Ping timeout: 260 seconds]
Articulus has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
kanavin has quit [Remote host closed the connection]
kanavin has joined #yocto
ptsneves has quit [Ping timeout: 256 seconds]
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 256 seconds]
leon-anavi has joined #yocto
mrpelotazo has quit [Server closed connection]
mrpelotazo has joined #yocto
florian has joined #yocto
Jones42 has joined #yocto
mckoan|away is now known as mckoan
Kubu_work has joined #yocto
ptsneves has joined #yocto
prabhakalad has joined #yocto
Articulus has quit [Remote host closed the connection]
Articulus has joined #yocto
florian_kc has joined #yocto
vthor_ has joined #yocto
vthor has quit [Ping timeout: 256 seconds]
Articulus has quit [Quit: Leaving]
leon-anavi has quit [Remote host closed the connection]
leon-anavi has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
florian_kc has joined #yocto
ray-san has joined #yocto
<olani>
khem: In July you said: "upcoming glibc 2.42 will enforce kernel 5.7". I'm unable to find any references to this. What were you refering to?
* ukleinek
hopes that means "upcoming glibc 2.42 will enforce kernel >= 5.7"
<rburton>
it would be >= but i can't see anything in the release notes. the minimum kernel depends on platform in glibc, for aarch64 its 3.7.0 but we use 5.15 (and have for two years)
Tartarus has quit [Server closed connection]
Tartarus has joined #yocto
<ukleinek>
..ooOO(aarch64 didn't exist yet when v3.7 was released in 2012? I guess s/3.7/5.7/)
<ukleinek>
Oh, I'm wrong, 3.7 already has arch/arm64
ray-san has quit [Ping timeout: 245 seconds]
ptsneves has quit [Ping timeout: 256 seconds]
ray-san has joined #yocto
chep has quit [Ping timeout: 252 seconds]
chep has joined #yocto
michaelo1 has quit [Ping timeout: 260 seconds]
michaelo_ has joined #yocto
ray-san has quit [Ping timeout: 244 seconds]
ray-san has joined #yocto
jsbronder has quit [Server closed connection]
jsbronder has joined #yocto
__lore__ has joined #yocto
_lore_ has quit [Ping timeout: 252 seconds]
vthor_ has quit [Excess Flood]
vthor_ has joined #yocto
__lore__ is now known as _lore_
silviu_ has quit [Read error: Connection reset by peer]
Guest69 has joined #yocto
Guest69 has quit [Quit: Client closed]
Xagen has quit [Ping timeout: 256 seconds]
Jones42 has quit [Ping timeout: 244 seconds]
prabhakalad has quit [Read error: Connection reset by peer]
prabhakalad has joined #yocto
stgl has quit [Server closed connection]
stgl has joined #yocto
Xagen has joined #yocto
<khem>
olani: yes it meant >=
<khem>
wait did I say 5.7 or 5.4 ?
<khem>
I remember about gcc and binutils minimum versions but not kernel maybe that was due to some discussion in glibc ml I dont remember much of
<vmeson>
Has anyone used Yocto to build a device driver written in Rust ? If so, what Poky release was used? It's not something that we're testing yet AFAIK.
leon-anavi has quit [Remote host closed the connection]
<vmeson>
khem: ah, good. Is there a (good, funny, bizarre) reason that the driver wasn't added back to a regular yocto build ?
savolla has quit [Quit: WeeChat 4.7.0]
Kubu_work has joined #yocto
<khem>
3rd parties
ello_ has quit [Read error: Connection reset by peer]
ello_ has joined #yocto
pita has quit [Read error: Connection reset by peer]
pita has joined #yocto
<walter>
Hello, I've been trying to create a custom golang application recipe, but I gave up because I couldn't get dependencies to work. So I'm now trying to build a hello world application and to avoid local files, I've opted to try and build a recipe for https://github.com/golang/example/tree/master/hello -- it has been a couple of hours now, and I still wasn't able to create a recipe.
<walter>
I've tried to do it by hand, to understand how things work. Can someone please take a look and tell me what I'm missing from this simple recipe? https://bpa.st/7ZLGBQVJBGDR7GEIV5FUDROBPM
<walter>
(Oh, and I've tried A.I. and got nowhere -- It gets halucinates all sort of things.)
<walter>
The thing is I can't make heads or tails of the log. I don't know where it tries to build, and in the build directory I found a symbolic link to a missing directory. https://bpa.st/CKNW4N633IWB5YWDEHBVAMA6VI
<vmeson>
walter: also, I can barely spell go... ;-)
<walter>
I'm also missing `GO_SRCURI_DESTSUFFIX`. thanks a lot.
<vmeson>
walter: np, next time ask after 42 mintues! ;-)
<walter>
:)))) It worked! Now the src symbolic link is correct and it seems to build and move the binary to the right place, but there are warnings and somethings seems to exit with 1 and causes the build to fail, and the log is useless: https://bpa.st/DCXGHEEZ6RWMEBOAT6CFRJJ5QQ
<gmorell>
w/ 2
<walter>
Looks like the move command exists with 1, even with `--force`. And there's a notice about files being the same. this is confusing, it's like I'm not using `mv`. Is that `mv` something else?
<walter>
oh man, it's all there in the logs, but these long paths make it hard to read anything. Looks like I'm moving the file onto itself. -- and it's the same recipe as vmeson linked above. Is that recipe wrong for the latest version of poky?
<sakoman>
khem: it's about whether one of your patches is suitable for backport to walnascar
<walter>
So, this install line is wrong. I need a variable that points to `build/bin/linux_arm64/` inside `${WORKDIR}`, what variable contains `linux_arm64`? The docs aren't helping here.
<walter>
Oh, I feel like a total noob in linux stuff, even thoug I'm a full time Linux user for more than 15y now. I have one more question, `bitbake core-image-weston` doesn't seem to see my newly baked `hello` recipe, do I need to add it somewhere, or is the layer `BBFILES` glob enough?
<khem>
sakoman:I already replied to that thread IIRC
<khem>
yes we should not take it as of now
<sakoman>
khem: my bad! Sorry I missed your response for some reason :-(
<khem>
walter: in local.conf IMAGE_INSTALL:append = " yourapp"
druppy has joined #yocto
prabhakalad has quit [Ping timeout: 272 seconds]
prabhakalad has joined #yocto
frosteyes has joined #yocto
<walter>
Thank you all! I've just run a hello world golang CLI application on RK3399. Now... it's time to prepare a GUI golang hello world appliction.
prabhakalad has quit [Ping timeout: 252 seconds]
<walter>
*ran
prabhakalad has joined #yocto
<khem>
sakoman:btw. is the mbedtls issue still happening on AB for you
RyanEatmon has quit [Remote host closed the connection]
RyanEatmon has joined #yocto
<sakoman>
khem: no, it has disappeared!
<khem>
ok
Bardon_ has joined #yocto
Bardon has quit [Ping timeout: 260 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<walter>
Thanks all! Have a great night/day!
<vmeson>
walter: glad to see that you're making progress
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #yocto
Xagen has joined #yocto
prabhakalad has quit [Ping timeout: 244 seconds]
prabhakalad has joined #yocto
mbulut has joined #yocto
mbulut has quit [Remote host closed the connection]