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
jpuhlman has quit [Ping timeout: 248 seconds]
jpuhlman has joined #yocto
jpuhlman has quit [Read error: Connection reset by peer]
shoragan has quit [Read error: Connection reset by peer]
chrissi^|lxa has joined #yocto
jpuhlman has joined #yocto
shoragan has joined #yocto
chrissi^|lxa has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
shoragan has quit [Quit: quit]
hnez has joined #yocto
chrissi^|lxa has joined #yocto
shoragan has joined #yocto
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
grma has quit [Ping timeout: 240 seconds]
wmills_ has quit [Quit: Leaving]
dmoseley has quit [Ping timeout: 276 seconds]
dmoseley_ has joined #yocto
<jwinarsk> Using: `SRC_URI = "git://github.com/toyota-connected/tcna-packages.git;lfs=1;branch=main;protocol=https"`. It should just work. I also tried replacing the use of the filter "lfs" in the three .gitattributes files; no impact. Running `git lfs track` on sandbox of repo on build host produces the correct output.
<jwinarsk> JaMa: not sure what's going on. If I pass `GIT_LFS_SKIP_SMUDGE=1`, it ends up with the git placeholder contents for each file; does not implicitly fetch the LFS objects. This is with the lfs filter definition removed from global or local removed. Locally it fetches all the LFS objects with a clone. The git fetcher seems to be skipping LFS, and then trying to resolve the LFS objects in do_patch; fails due to network disabled.
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
grma has joined #yocto
pita has quit [Remote host closed the connection]
vthor has quit [Quit: kill -9 $pid]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
jmd has joined #yocto
druppy has joined #yocto
vvn has joined #yocto
Vonter has joined #yocto
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
goliath has joined #yocto
bryanb has quit [Server closed connection]
bryanb has joined #yocto
mramadany has quit [Server closed connection]
mramadany has joined #yocto
florian has joined #yocto
JJalling has joined #yocto
<JJalling> Hello, does anybody have experience with building Zephyr projects in Yocto?
jmd has quit [Remote host closed the connection]
Jones42 has joined #yocto
frieder has joined #yocto
wooosaiiii has quit [Quit: wooosaiiii]
vladest has quit [Remote host closed the connection]
Jones42 has quit [Ping timeout: 260 seconds]
vladest has joined #yocto
alperak has joined #yocto
litb has joined #yocto
Guest82 has joined #yocto
<Guest82> Would i able to use Toaster? Is it up to date?
prabhakalad has joined #yocto
Kubu_work has joined #yocto
Jones42 has joined #yocto
<michaelo_> \
<michaelo_> oops, sorry for the noise
JJalling has quit [Ping timeout: 250 seconds]
vthor has joined #yocto
MarcWeDLM has joined #yocto
vthor_ has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
litb has quit [Quit: Client closed]
JJalling has joined #yocto
florian_kc has joined #yocto
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
Guest82 has quit [Quit: Client closed]
jsbronder has quit [Server closed connection]
jsbronder has joined #yocto
JJalling has quit [Quit: Client closed]
MarcWeDLM has quit [Quit: Client closed]
JJalling has joined #yocto
JJalling has quit [Ping timeout: 250 seconds]
RyanEatmon has quit [Remote host closed the connection]
RyanEatmon has joined #yocto
alperak has quit [Quit: Connection closed for inactivity]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dmoseley_ has quit [Quit: ZNC 1.9.1 - https://znc.in]
Jones42 has quit [Ping timeout: 260 seconds]
dmoseley has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
Xagen has joined #yocto
dmoseley has joined #yocto
goliath has quit [Quit: SIGSEGV]
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 260 seconds]
<khem> jonmason: I sent the patch while you were sleeping :). I have tested them together, it seems to solve the problem at hand
<khem> no random SIGILLs seen while running qtwenengine
<khem> built with clang running on rpi4-64
<jonmason> khem: I saw the patches this morning, thanks
<jonmason> now we wait for it to be pulled in ;-)
<khem> I solved the issues we know, one could argue that all armv8a cores should have this option but we should add when there is some SOC using OE and requiring it
<jonmason> I agree with RP's point from yesterday that we should wait for people to want it, instead of going through combination hell unnecessarily
<khem> SOC in Pi5 has h/w AES so we are good with that
<khem> BCM2712
<jonmason> I have a few ARMv8 and ARMv9 tunes in meta-arm that I'm in the process of testing out, and trying to decide what is the best way to do some things
<jonmason> like, should we have tune features in the tunes for if people want to detect that those are there
<jonmason> my problem is that fvp base doesn't enable sve, and I could detect that as a tune feature to turn it on
<khem> we should try to stick to a define -mcpu option perhaps and call out exceptions if needed
<khem> isn;t SVE optional on ARMv8.2+ ?
<khem> and perhaps present in ARMv8.4-A+
<khem> Cortex-A76 is the CPU in pi5 hmm so it does not have SVE
<khem> as I can see, SVE/SVE2 is always optional feature
<khem> I was thinking that it might have become part of 'required' list in ARMv9 but seems no
goliath has joined #yocto
leon-anavi has quit [Quit: Leaving]
jmd has joined #yocto
Kubu_work has quit [Quit: Leaving.]
<jonmason> gcc was saying that it is a default option for armv9
<jonmason> i didn't check to see if it is enabled as part of the arch, as I got preempted for something else
<khem> jonmason:Cortex-A510, A710, A715, theya re armv9 but seems to not have SVE
<khem> Cortex‑X series and Neoverse seems to have it
starblue has quit [Quit: WeeChat 3.8]
<jonmason> khem: thanks
<khem> oh and some have just SVE2 and some have both SVE/SVE2
<khem> I am hoping that using correct -mcpu should have taken care of it
<jonmason> I was changing fvp-base machine to allow for any supported arch version through setting the version major/minor
<khem> thats aspirational :)
<jonmason> since that is the generic, mcpu won't work for me
<jonmason> actually, it's working
<jonmason> 8.9 has a package not building, and everything through 9.4 is happy (with SVE and SVE2 enabled in the machine)
<khem> sounds cool. Do you use -march=blah+sve ?
<jonmason> I was not specifying sve, just taking what gcc has as the default
<jonmason> thus the rabbit hole
<jonmason> I was looking at gcc/config/aarch64/aarch64-arches.def for what is enabled by default
<jonmason> AARCH64_ARCH("armv9-a", generic_armv9_a, V9A , 9, (V8_5A, SVE2))
<jwinarsk> any reason why Wayland backend has not been added to the glfw recipe? It'
<jwinarsk> It's been available for a couple of years
<fray> most likely because nobody has requested it
<fray> there is a ton of wayland stuff that hasn't been enabled because nobody has asked for it or submitted patched _AND_ test cases
Kubu_work has joined #yocto
druppy has quit [Ping timeout: 276 seconds]
KanjiMonster_ has joined #yocto
KanjiMonster has quit [Ping timeout: 240 seconds]
KanjiMonster_ is now known as KanjiMonster
florian has joined #yocto
walter has joined #yocto
praneeth_ has joined #yocto
florian has quit [Ping timeout: 260 seconds]
frieder has quit [Remote host closed the connection]
<jwinarsk> fray: copy that. I'll submit a patch. Test cases beyond on device smoke tests? What's the criteria there, and is Wayland (mutter/weston/wlr) available in CI for testing? What's the bar we are trying to establish?
<fray> we need to know how to enable it, test it and expected results. Even better if the test case is automated as a ptest or something that works with the qemu that is already run
druppy has joined #yocto
<jwinarsk> fray: copy that. I think a baseline Wayland build would be to remove x11 from `DISTRO_FEATURES`, build `core-image-weston`. If that boots and shows the weston desktop, then confirm `WAYLAND_DISPLAY` and `XDG_RUNTIME_DIR` are set as expected; seen some strangeness recently here in `master` using meta-rockchip. Once this is correct, it should work as expected. I'd be happy to contribute a baseline setup/test for
<jwinarsk> core-image-weston.
florian has joined #yocto
savolla has quit [Ping timeout: 260 seconds]
savolla has joined #yocto
aardo has quit [Server closed connection]
ardo has joined #yocto
paulg has joined #yocto
savolla has quit [Quit: WeeChat 4.7.0]
vladest has quit [Remote host closed the connection]
makurz has joined #yocto
<derRichard> are you aware of the hidden ref in git.openembedded.org/meta-openembedded? cloning it with --mirror includes the ref "refs/remotes/rw/HEAD"
<derRichard> this makes it impossible to mirror it with e.g. gitlab since it refuses hidden refs
vladest has joined #yocto
pita has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<derRichard> hm, the more i think about it, git clone --bare should also do it
jmd has quit [Remote host closed the connection]
ptsneves has quit [Ping timeout: 245 seconds]
goliath has quit [Quit: SIGSEGV]
Xagen has joined #yocto
micka has quit [Ping timeout: 272 seconds]
makurz has quit [Remote host closed the connection]
makurz has joined #yocto
druppy has quit [Ping timeout: 276 seconds]
makurz has quit [Remote host closed the connection]
Xagen has quit [Ping timeout: 260 seconds]
Xagen has joined #yocto
florian has quit [Ping timeout: 248 seconds]
florian has joined #yocto
florian has quit [Ping timeout: 276 seconds]
paulg has quit [Ping timeout: 248 seconds]
sotaoverride has quit [Server closed connection]
sotaoverride_ is now known as sotaoverride
sotaoverride is now known as 042ABRIEU
030AABDFA has joined #yocto