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
davidinux has quit [Ping timeout: 248 seconds]
davidinux has joined #yocto
sotaoverride has quit [Ping timeout: 244 seconds]
sotaoverride_ is now known as sotaoverride
<khem> RP:I have sent v3 of clang toolchain patch, note that its on top of master-next not master, so it does not have patches that you have already staged on master-next
aardo has quit [Ping timeout: 252 seconds]
ardo has joined #yocto
jmd has joined #yocto
_whitelogger has joined #yocto
<RP> khem: cool, ok thanks
zeemate has joined #yocto
leon-anavi has joined #yocto
mckoan|away is now known as mckoan
jmd has quit [Remote host closed the connection]
Articulus has joined #yocto
alperak has joined #yocto
pbergin has joined #yocto
berton has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
florian has joined #yocto
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
goliath has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
OutOfService has joined #yocto
<OutOfService> Hi. I'd like to create my own fiormware in order to be used in ameraki mr-18 AP. Do you think yocto is a right project to use with this hardware? I tried to use open-wrt, but it seems that it's not supported, so I thought that maybe poky could help. Any kind of help or advise will be helpfull. Thanks!
leon-anavi has quit [Read error: Connection reset by peer]
<rburton> OutOfService: if you want to build everything from scratch then sure. if you don't want to have to write all the networking and router logic yourself then i'd port openwrt. the hard bit is figuring out how to get a non-vendor linux on the system and that won't change between openwrt and yocto.
<rburton> like maybe openwrt isn't supported because that ap has secure boot so you can't just drop random firmware on it...
<rburton> khem: so i had a poke at clang last night. really thinking we should split up the recipe - build lldb and libcbc at least in separate recipes. it looks like you can build clang against a separate llvm too. this would all help ensure that we build just the pieces needed and streamline the build
<rburton> khem: data point: not building lldb and clc dropped over 100M and 2 minutes from clang-native on my altra
<OutOfService> thanks a lot rburton. My point was just to try to usea something loke open-wrt. I wouldn't be able to build everuthong froms scratch by myself
Perflosopher0387 has quit [Quit: Ping timeout (120 seconds)]
<OutOfService> I was thinking on trying to flash my own chip so as to allow my firmware to be flashed
Perflosopher0387 has joined #yocto
savolla has joined #yocto
florian_kc has joined #yocto
savolla has quit [Client Quit]
JerryM has joined #yocto
savolla has joined #yocto
<JerryM> hey folks, anyone got some experience or pointers to share about using a host serving sstate using nfs and bitbake-hashserv and using multiple builders to populate it?
leon-anavi has joined #yocto
<paulg> JerryM, yeah you'd not be wrong in saying our docs lack for that obvious use case.
<paulg> But I've done it locally with downloads and sstate via NFS to a bunch of e-waste bots, and if you get it right, it will haul ass.
<paulg> I had this poor old neglected Dell Optiplex 990. Couldn't even find the case lid for it. Slammed a couple old spinning rust disks in it as RAID0 and with avahi, it became my download/sstate server.
dgriego_ has joined #yocto
<paulg> So here is what I added to the slave bots at the end of conf/local.conf
<paulg> #BB_SIGNATURE_HANDLER = "OEBasicHash"
<paulg> BB_SIGNATURE_HANDLER = "OEEquivHash"
<paulg> BB_HASHSERVE = "o990.local:8687"
<paulg> On the crappy old dell 990, I'd run the sstate server as follows:
<paulg> ./bitbake/bin/bitbake-hashserv -b :8687 -l DEBUG -d ./hashserv.db
dgriego has quit [Ping timeout: 276 seconds]
<paulg> The bots had this in /etc/fstab
<paulg> o990.local:/home/downloads /downloads nfs4 noauto 0 0
<paulg> o990.local:/home/sstate
<paulg> truncated line...
<paulg> o990.local:/home/sstate /sstate nfs4 noauto 0 0
<paulg> ...and then I'd symlink those NFS mounts into a new build for downloads and sstate.
<paulg> There are variables for all this kind of stuff, but I can never remember, so I go right at it at a core/fs level.
<paulg> I'm sure RP is horrified at my crimes about now, but he has respect for people who just get it done.
ablu has quit [Ping timeout: 248 seconds]
ablu has joined #yocto
jclsn has joined #yocto
<JerryM> paulg, thx that sounds similar to what I expected
<JerryM> but ye you are right documentation is minimal so I was wondering about reasons not to or things to take into account
<JerryM> but at least it sounds like you had success with it so I'll give it a try too
<JerryM> there is still the case of sstate management and hashserv I do believe it was possible to remove and clean items in both but I wasn't able to find any docs on that either, problems for later I suppose
<paulg> JerryM, yeah - I just threw big arse disks at it and figured I'd revisit cache expiry another day (never happened).
goliath has quit [Quit: SIGSEGV]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
OutOfService has quit [Remote host closed the connection]
paulg has quit [Ping timeout: 260 seconds]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #yocto
Tyaku has quit [Ping timeout: 244 seconds]
Tyaku has joined #yocto
cyxae has joined #yocto
MarcWeDLM has joined #yocto
paulg has joined #yocto
* tgamblin is testing numpy ptests on qemuriscv64, and it seems that he has run into the architecture's NaN handling quirks...
jmd has joined #yocto
<paulg> tgamblin, do you actually have a genuine riscv64 board, or are they still unobtanium?
<tgamblin> paulg: I have a VisionFive 2, which seems to be comparable to an rpi3 in performance
<tgamblin> But right now I'm just trying to figure out which of my (maintainer) recipes are breaking on it
<tgamblin> (and why)
<tgamblin> IIRC the most powerful consumer-facing riscv64 board is: https://www.sifive.com/boards/hifive-premier-p550
<paulg> cool. I wish them the best. Someone needs to get in there and shake things up.
MarcWeDLM has quit [Quit: Client closed]
druppy has joined #yocto
druppy has quit [Ping timeout: 244 seconds]
JerryM has quit [Quit: Konversation terminated!]
<khem> rburton: we can disable lldb in defaut PACKAGECONFIG
<rburton> khem: i much prefer having separate recipes so its not a packageconfig thing to get the debugger
<rburton> rebuilding _everything_ because you decided you wanted a debugger is a bad idea
<khem> rburton: separate recipe will ask for more maintainance, while possible not many people do builds like that
<rburton> this thread started because of libclc, which is also non-trivial and has to be enabled just in case the system is building mesa with opencl
<rburton> how about lets not build libclc if its not needed
<khem> yeah I think thats perhaps good to see that it becomes inert if opencl is not in build path
<khem> paulg:i have more riscv64 boards lying around these days than other archirectures :)
<khem> and I am not counting ESPs
druppy has joined #yocto
<khem> rburton: add your observations to the bugzilla we have created for clang build improvements
<khem> I will forget :)
<paulg> khem, I'm just an old retired guy, so time basically stopped when I pulled the plug. The r-pi4 was what the cool kids were playing with back then.
druppy has quit [Client Quit]
druppy has joined #yocto
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 276 seconds]
dmoseley has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
nzingile has quit [Quit: Konversation terminated!]
mckoan is now known as mckoan|away
druppy has quit [Ping timeout: 276 seconds]
josuedhg has joined #yocto
florian_kc has joined #yocto
zeemate has quit [Ping timeout: 268 seconds]
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
dgriego has joined #yocto
dgriego_ has quit [Ping timeout: 272 seconds]
astlep5504018066 has joined #yocto
leon-anavi has quit [Quit: Leaving]
dgriego_ has joined #yocto
dgriego has quit [Ping timeout: 272 seconds]
dgriego__ has joined #yocto
dgriego_ has quit [Ping timeout: 272 seconds]
dgriego__ has quit [Ping timeout: 272 seconds]
dgriego has joined #yocto
<khem> paulg:I know you dive deep, which is valuable in itself
josuedhg has quit [Ping timeout: 240 seconds]
josuedhg has joined #yocto
<paulg> khem, I blame that on RP - he knows I am as stubborn as a mule and so he will float some horrible crime under my nose.
<khem> :)
<paulg> Just to be clear, we both know exactly what is going on, but that doesn't stop me from taking the bait.
<khem> yeah its needed
josuedhg has quit [Quit: Client closed]
dgriego has quit [Ping timeout: 276 seconds]
dgriego has joined #yocto
dgriego_ has joined #yocto
dgriego has quit [Ping timeout: 260 seconds]
dgriego_ has quit [Ping timeout: 260 seconds]
dgriego has joined #yocto
berton has quit [Quit: Connection closed for inactivity]
pbergin has quit [Quit: Leaving]
Tyaku has quit [Ping timeout: 276 seconds]
florian_kc has quit [Ping timeout: 248 seconds]
savolla has quit [Quit: WeeChat 4.4.3]
<RP> paulg: would I do something like that? :)
<paulg> RP, oh no, you are a friggin saint. Above reproach.
* paulg laughs
<RP> heh :)
florian_kc has joined #yocto
<mischief> paulg: i have a milk-v megrez, that i have somewhat successfully built an image with yocto for and run. kernel is in meta-riscv..
jmd has quit [Remote host closed the connection]
cyxae has quit [Quit: cyxae]
zeemate has joined #yocto
olani has quit [Remote host closed the connection]
olani has joined #yocto
florian_kc has quit [Ping timeout: 265 seconds]
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
Kubu_work has joined #yocto
dvergatal has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 265 seconds]
alperak has quit [Quit: Connection closed for inactivity]
tgamblin_ has joined #yocto
tgamblin has quit [Ping timeout: 276 seconds]
zeemate has quit [Ping timeout: 260 seconds]