Darkmatter66 has quit [Ping timeout: 246 seconds]
Darkmatter66 has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos-aarch64
h0m1 has quit [Ping timeout: 240 seconds]
h0m1 has joined #nixos-aarch64
rajivr has joined #nixos-aarch64
orivej has joined #nixos-aarch64
cidkidnix has joined #nixos-aarch64
<cidkidnix> samueldr: I might be able to work on Oneplus 5/5T porting again soon, I'm just working on getting my pinephone setup and when thats done I'll probably be able to start porting the devices again. I see that you mentioned the cheeseburgerdumplings PR in https://github.com/NixOS/mobile-nixos/pull/212
<{^_^}> mobile-nixos#212 (by samueldr, 1 week ago, merged): Review the kernel builder ergonomics
justanotheruser has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos-aarch64
<samueldr> yeah, the kernel builder has been reviewed a bunch, so the kernel/default.nix file for your device will need to be edited
cole-h has quit [Ping timeout: 258 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos-aarch64
alp has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 240 seconds]
alp has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
t184256 has left #nixos-aarch64 ["Error from remote client"]
t184256 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo has quit [Ping timeout: 272 seconds]
zupo has joined #nixos-aarch64
cidkidnix has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alpernebbi has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-aarch64
hsngrmpf[m] is now known as DavHau[m]
orivej has joined #nixos-aarch64
<betaboon> a question on cross-compiling and sd-card image and then running `nixos-rebuild` in that image: why is it fetching and building alot of packages? is it because we are not cross-compiling anymore, therefore the hashes being different ?
justanotheruser has quit [Quit: WeeChat 2.7.1]
cript0nauta has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos-aarch64
alp has quit [Ping timeout: 272 seconds]
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos-aarch64
zupo has joined #nixos-aarch64
zupo_ has joined #nixos-aarch64
<rasmusm> betaboon: yes
zupo has quit [Ping timeout: 256 seconds]
zupo_ has quit [Client Quit]
<rasmusm> but there are a way to use the native binary chache for cross-compile, as in if there are a target host packeges in the cache then use that else cross compile, but i have forgot how
<betaboon> that sounds like an interesting option. if anyone knows, please let me know :D
<rasmusm> betaboon: i am looking for it, i think i have it somewhere, but aftor i got the arm op and running it have been self hosting
<rasmusm> an other option are using qemu like descripte on https://nixos.wiki/wiki/NixOS_on_ARM but i have not tryed that my self
zupo has joined #nixos-aarch64
superherointj has joined #nixos-aarch64
superherointj has quit [Quit: Leaving]
superherointj has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alp has joined #nixos-aarch64
cole-h has joined #nixos-aarch64
zupo has joined #nixos-aarch64
Darkmatter66_ has joined #nixos-aarch64
Darkmatter66 has quit [Ping timeout: 272 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<samueldr> if it's using qemu user, that's not cross-compilation
<samueldr> it's problematic to call it cross-compilation as it causes issues when discussin about actually cross-compiling
orivej has joined #nixos-aarch64
zupo has joined #nixos-aarch64
alp has quit [Remote host closed the connection]
alp_ has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
alpernebbi has quit [Quit: alpernebbi]
orivej has quit [Ping timeout: 272 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
superherointj has quit [Quit: Leaving]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
alp_ has quit [Ping timeout: 258 seconds]
alp_ has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 272 seconds]
zupo has joined #nixos-aarch64
<rasmusm> samueldr: sorry i used it as a i have a x86 host and need a arm64 output, but i can see your point
zupo has quit [Ping timeout: 272 seconds]
<samueldr> yeah, it's fine to do so, but it's different than cross-compiling
<samueldr> it's native compilation with extra steps :)
<rasmusm> :)
<rasmusm> but about using native cache if exist else do a CC, i am sure it was one of your projects i did see it in, can you remember how its done (or where to look)
<rasmusm> native as in target
<samueldr> I don't remember who did that in some way, and where
<samueldr> but it wasn't me
<samueldr> what I've done is detect the platform and change to cross-compilation if needed
<samueldr> but not using native stuff if possible
<rasmusm> that is also how i do it new (i copyed you after all) but i am sure i got the other thing to work
<rasmusm> next time i do not buy a unsupported arm64 as my first none x84 nixhost
<rasmusm> but the rock pi 4 sounded so good
<rasmusm> and i have it up and running (minus boot to nvme) so it worked out in the end.
<rasmusm> samueldr: and thanks for the help your pinebook-pro project really helped
tilpner has joined #nixos-aarch64
ninjin_ has quit [Remote host closed the connection]
rasmusm has quit [Ping timeout: 256 seconds]
ninjin_ has joined #nixos-aarch64
rasmusm has joined #nixos-aarch64
cole-h has quit [Ping timeout: 272 seconds]
zupo has joined #nixos-aarch64
FRidh has quit [Quit: Konversation terminated!]
Darkmatter66_ has quit [Ping timeout: 256 seconds]
alp_ has quit [Ping timeout: 272 seconds]
alp_ has joined #nixos-aarch64
zupo has quit [Ping timeout: 272 seconds]
zupo has joined #nixos-aarch64
Acou_Bass has quit [Quit: ZNC 1.7.5 - https://znc.in]
Acou_Bass has joined #nixos-aarch64
Darkmatter66 has joined #nixos-aarch64
Tenzer has joined #nixos-aarch64
justanotheruser has quit [Ping timeout: 272 seconds]
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
orivej has joined #nixos-aarch64
cript0nauta has quit [Remote host closed the connection]
cript0nauta has joined #nixos-aarch64
justanotheruser has joined #nixos-aarch64
cfinch has joined #nixos-aarch64