- jacobk (QUIT: Ping timeout: 268 seconds) (~quassel@47-186-109-194.dlls.tx.frontiernet.net) | 00:00 | |
+ jacobk_ (~quassel@47-186-80-125.dlls.tx.frontiernet.net) | 00:00 | |
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20) | 00:59 | |
- mjw (QUIT: Remote host closed the connection) (~mjw@gnu.wildebeest.org) | 01:54 | |
+ mjw (~mjw@gnu.wildebeest.org) | 01:54 | |
- Ar|stote|is (QUIT: Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) (~linx@149.210.32.218) | 01:59 | |
+ Ar|stote|is (~linx@149.210.32.218) | 02:00 | |
- mjw (QUIT: Ping timeout: 256 seconds) (~mjw@gnu.wildebeest.org) | 02:03 | |
minute | josch: arrrgh, my emacs strip line endings setting bit me there! thanks a ton for figuring it out! | 02:10 |
---|---|---|
- murphnj (QUIT: Quit: Leaving) (~murph@user/murphnj) | 03:52 | |
- sir-photch (QUIT: Remote host closed the connection) (~m-hy5poy@2a01:4f8:1c1b:4579::1) | 09:13 | |
+ sir-photch (~m-hy5poy@2a01:4f8:1c1b:4579::1) | 09:14 | |
+ mjw (~mjw@gnu.wildebeest.org) | 10:55 | |
- cobra (QUIT: Ping timeout: 260 seconds) (~cobra@user/Cobra) | 11:01 | |
- ggoes (QUIT: Quit: ZNC - https://znc.in) (~gregf@fsf/staff/ggoes) | 11:12 | |
+ ggoes (~gregf@fsf/staff/ggoes) | 11:14 | |
- digitalrayne (QUIT: Quit: じゃまたね) (~digitalra@vps-446f4f39.vps.ovh.ca) | 11:26 | |
+ digitalrayne (~digitalra@vps-446f4f39.vps.ovh.ca) | 11:26 | |
minute | lots of reform parts and expansions now available at crowd supply: https://www.crowdsupply.com/mnt/reform | 11:44 |
minute | incl very good deals on a311d and keyboard | 11:44 |
+ colinsane1 (~colinunin@97-113-136-129.tukw.qwest.net) | 12:21 | |
- colinsane (QUIT: Ping timeout: 256 seconds) (~colinunin@97-113-136-129.tukw.qwest.net) | 12:22 | |
+ reform31846 (~dan@pub151248192164.dh-hfc.datazug.ch) | 12:25 | |
reform31846 | c3~ | 12:26 |
reform31846 | topic | 12:26 |
- reform31846 (QUIT: Client Quit) (~dan@pub151248192164.dh-hfc.datazug.ch) | 12:28 | |
- mjw (QUIT: Ping timeout: 256 seconds) (~mjw@gnu.wildebeest.org) | 13:03 | |
* Guest162 -> mjw | 13:26 | |
+ murphnj (~murph@user/murphnj) | 13:32 | |
+ cobra (~cobra@user/Cobra) | 14:50 | |
minute | josch: i made a new directory linux/patches6.8/imx8mp-mnt-reform2, but it doesn't get picked up by the build process... do i have to register that somewhere? i can't seem to find out where | 15:14 |
minute | josch: ahh i think i know what's up... it's building 6.7 locally | 15:19 |
minute | https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/39/diffs | 15:26 |
+ mark_ (~mjw@gnu.wildebeest.org) | 15:38 | |
josch | minute: which command are you running locally to build reform linux? | 15:40 |
josch | if you run the command from the README it will update your apt cache so that you do not accidentally still build an old kernel | 15:40 |
minute | josch: that's probably what my helper .sh was missing | 15:54 |
+ reform17397 (~wdouglass@2600:381:b800:99d3:1dd9:32df:1a35:93f1) | 16:17 | |
- reform17397 (PART: !!unknown attribute: msg!!) (~wdouglass@2600:381:b800:99d3:1dd9:32df:1a35:93f1) | 16:17 | |
- nsc (QUIT: Ping timeout: 264 seconds) (~nicolas@i5C74DF17.versanet.de) | 16:17 | |
minute | josch: i have an issue that the subfolders in patches/linux6.8 are arbitrarily ordered by device name, so far this has worked by chance. my suggestion would be that i create a new directory for device-independent patches | 16:36 |
minute | so all sn65dsi86 or mipi related issues could go into their own subfolder | 16:37 |
minute | and have a defined ordering | 16:37 |
minute | (it has worked by chance but now it is failing, and i don't want to rewind history and re-edit old patches in other devices folders to accomodate) | 16:37 |
josch | the patches definitely have a defined order: find "patches${KVER}/" -type f -name "*.patch" | sort | ... | 16:38 |
josch | but of course the order should be done by device name | 16:38 |
josch | so yes, it makes sense to have a appropriately named device-independent directory | 16:39 |
josch | oh this also should be fixed: sort needs to be run with LC_ALL=C so that the patches get sorted the same way independent on the locale of the machine | 16:40 |
josch | minute: the pipeline for https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/39 failed due to fuzz -- should i push the fix directly onto your 8mp-reform2 branch or did you already take care of it? | 16:46 |
minute | josch: the fuzz happens precisely because of that issue | 16:50 |
minute | josch: my new patch is not applied last... but before another patch on the same file is applied | 16:50 |
minute | josch: if you have a working fix i will also take that :D | 16:51 |
josch | do you want to do the re-ordering of patches in their own subdirectory now or first fix this issue and do the re-ordering later? | 16:51 |
josch | i pushed a commit fixing the fuzz | 16:57 |
minute | josch: first fix the issue, so thank you! | 17:22 |
josch | minute: cool! feel free to re-order the patches in the linux/patches6.* directories however it becomes easier for you to maintain them | 17:32 |
josch | there is already an "etnaviv" directory | 17:33 |
minute | josch: thanks! true, hadn't considered etnaviv | 17:33 |
josch | it might make sense to name these directories 001_foo, 002_bar etc | 17:34 |
josch | so that it's clear in which order the patches get applied | 17:34 |
minute | yeah | 17:36 |
minute | i agree | 17:36 |
josch | after you've merged !39, I'll push the LC_ALL=C fix to main | 17:40 |
minute | josch: ok, i'm building a test system image with those patches now, they have to be tested on imx8mp, imx8mq and a311d first... it is a bit lengthy process | 18:02 |
minute | actually not a311d | 18:02 |
minute | only imx8mq and imx8mp, who have lcdif | 18:02 |
- GNUmoon2 (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon) | 18:10 | |
+ GNUmoon2 (~GNUmoon@gateway/tor-sasl/gnumoon) | 18:11 | |
+ nsc (~nicolas@i5C74DF17.versanet.de) | 18:19 | |
+ mrux (~quassel@2a03:b580:ac01:5801:39f9:8f02:af09:f8c8) | 18:38 | |
- mrux (PART: !!unknown attribute: msg!!) (~quassel@2a03:b580:ac01:5801:39f9:8f02:af09:f8c8) | 18:38 | |
+ gustav28 (~gustav@c-2834524e.019-141-67626730.bbcust.telenor.se) | 20:02 | |
- arminweigl (QUIT: Quit: ZNC - https://znc.in) (~arminweig@sourcehut/user/arminweigl) | 20:03 | |
- jacobk_ (QUIT: Quit: No Ping reply in 180 seconds.) (~quassel@47-186-80-125.dlls.tx.frontiernet.net) | 20:45 | |
* mjw -> Guest4083 | 20:45 | |
* mark_ -> mjw | 20:45 | |
+ jacobk (~quassel@47-186-80-125.dlls.tx.frontiernet.net) | 20:52 | |
- mlarkin_ (QUIT: Ping timeout: 268 seconds) (~mlarkin@syn-047-036-115-056.res.spectrum.com) | 21:25 | |
+ mlarkin (~mlarkin@syn-047-036-115-056.res.spectrum.com) | 21:32 | |
- mlarkin (QUIT: Client Quit) (~mlarkin@syn-047-036-115-056.res.spectrum.com) | 21:32 | |
+ mlarkin (~mlarkin@syn-047-036-115-056.res.spectrum.com) | 21:33 | |
+ arminweigl (~arminweig@sourcehut/user/arminweigl) | 22:14 | |
- gustav28 (QUIT: Quit: Quit) (~gustav@c-2834524e.019-141-67626730.bbcust.telenor.se) | 22:15 | |
- Ar|stote|is (QUIT: Ping timeout: 260 seconds) (~linx@149.210.32.218) | 22:59 | |
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:50) | 23:16 | |
+ Ar|stote|is (~linx@149.210.4.244) | 23:29 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!