<schmars[m]> scripts/ipkg-build: line 150: 16108 Segmentation fault mkdir "$tmp_dir" -- i swear i've seen this before at least twice and knew the cause, but what was it? anyone remember?
minimal has quit [Quit: Leaving]
bluew has quit [Remote host closed the connection]
bluew has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Danct12 is now known as Guest5510
Danct12 has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
tomn has quit [Remote host closed the connection]
tomn has joined #openwrt-devel
swalker has quit [Read error: No route to host]
swalker has joined #openwrt-devel
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
slh has joined #openwrt-devel
Danct12 has quit [Quit: WeeChat 4.0.0]
Danct12 has joined #openwrt-devel
Danct12 has quit []
Danct12 has joined #openwrt-devel
goliath has joined #openwrt-devel
<rmilecki> Mangix: thanks for explaining, i think it would be possible with u-boot env as well then
<rmilecki> Mangix: i see there is efi_random_get_seed()
<rmilecki> Mangix: the problem is U-Boot env kernel driver can't modify or create new envs
<rmilecki> it can only parse right no
<rmilecki> *now
<rmilecki> so someone would need to add support for it
guidosarducci has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
danitool has joined #openwrt-devel
FLD is now known as Guest5542
FLD has joined #openwrt-devel
Guest5542 has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
xback has joined #openwrt-devel
SlimeyX has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: Leaving]
Daanct12 has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
slh64 has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
minimal has joined #openwrt-devel
Ansuel has joined #openwrt-devel
<owrt-images-builds> Build [#62](https://buildbot.staging.openwrt.org/images/#/builders/16/builds/62) of `master_mpc85xx/p1010` completed successfully.
Danct12 has quit [Quit: WeeChat 4.0.0]
<bluecmd[m]> Hello, forgive me for nagging, but I'd be really happy for some maintainer review feedback on https://github.com/openwrt/openwrt/pull/13039 - and even happier for a merge ;)
<bluecmd[m]> (It's Cisco vEdge 1000 support)
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
SlimeyX has joined #openwrt-devel
SlimeyX has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
<Slimey> :P
<KanjiMonster> bluecmd[m]: gave you a few superficial comments
<Mangix> rmilecki: ah ok. Didn't know it was currently read only.
<bluecmd[m]> KanjiMonster: Much appreciated!
Daanct12 has quit [Remote host closed the connection]
<bluecmd[m]> KanjiMonster: "this doesn't match the compatible of your dts, does sysupgrade even accept the image?" yep it does, the only place BOARD_NAME seems to be used is in the filename for the upgrade files *shrug*
<bluecmd[m]> As for the "vendor,model" - would you go with "imt,n821" for "Interface Master - Niagara 821", "viptela,vedge1000" for the original product, or "cisco,vedge1000" for the latest product?
<bluecmd[m]> n821 is what the board inside is called - printed in the silk screen
<Slimey> oh while im thinking about it https://github.com/openwrt/openwrt/pull/12850 how do what hauke wants me to? "The follow up commits are all just fixing problems in the initial commit, please squash them all together and force push them into this pull request. While at it please add line breaks after 72 characters into the commit description of the initial commit."
<KanjiMonster> bluecmd[m]: I would probably go with "cisco", as its the curent vendor, probably most easily recognizable, and already defined in https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/vendor-prefixes.yaml
<KanjiMonster> well, the cisco one
<bluecmd[m]> Thanks!
<bluecmd[m]> That fits with the other theme as well of being "ubnt" and e.g. "edgerouter"
<PaulFertser> Slimey: it means what it says, which part raises your questions?
<Slimey> squashing them all together
<KanjiMonster> Slimey: "git rebase -i <base>" allows you merging (squashing) commits and updating their commmit messages. <base> is the commit after which you want to edit commits, so usually origin/main
<Znevna> "Installing the sysupgrade. Do not unpower device!" :P
<Slimey> ah thanks KanjiMonster, what about the u-boot commands that are longer
<Slimey> Znevna never
<Znevna> I think better wording can be found
<Znevna> lol
<KanjiMonster> Slimey: commands, urls and (serial) output / error messages are usually fine to exceed the 72 characters
<Slimey> k
goliath has quit [Quit: SIGSEGV]
<bluecmd[m]> KanjiMonster: I am refactoring to use the `octeon_3xxx.dtsi` now, and one of the reasons I didn't do that before is that it has not seen so much love over the years - DTC complains a lot (e.g. the SOC should be `soc {` these days not `soc@0 {`). I assume you're fine with those warnings? Also, I will have to use a fair amount of `/delete-node/` and `/delete-property/`. I see those are used in OpenWrt in other places so should be good.
<bluecmd[m]> Right - but fixing the dtsi might break all the other DTSes all over the world including them!
<bluecmd[m]> So it's like mission impossible to fix. And if I fix them and break e.g. openwrt people will be pissed I broke something that has no ABI guarantee anyway :P
<KanjiMonster> octeon was one of the first devicetree users in mips, so it's no wonder that there is a lot of cruft in there. most of the things it did weren't formalized yet
<Slimey> k i think im good?
rz has quit [Ping timeout: 480 seconds]
xback has quit [Ping timeout: 480 seconds]
<Mangix> rmilecki: oh uhhh, apparently this was sort of done: https://lore.kernel.org/lkml/20221001160910.GB13443@alpha.franken.de/T/
<rmilecki> Mangix: oh, i wasn't aware of mips's fw_getenv()
<rmilecki> i'm wondering if that shouldn't actualy use NVMEM layer
<Mangix> well, it's a small patch
<Mangix> the mips code already has fw_getenv
<Mangix> the code is in arch/mips/kernel/setup.c , which makes sense as randomness must be added early.
SlimeyX has joined #openwrt-devel
<Slimey> crazy huge
<bluecmd[m]> it's a long one :)
<bluecmd[m]> but it doesn't use includes
<bluecmd[m]> now mine is using includes and is still pretty long, and has a bunch of "delete this node, delete this property"
<Slimey> nope they put everything in one dts haha
<Slimey> well just about
<bluecmd[m]> It's better with the include, so I'm happy to do it - but I'm pretty low-key salty about the whole .dts include system :)
goliath has joined #openwrt-devel
SlimeyX has quit [Ping timeout: 480 seconds]
SlimeyX has joined #openwrt-devel
<owrt-images-builds> Build [#28](https://buildbot.staging.openwrt.org/images/#/builders/166/builds/28) of `openwrt-23.05_armsr/armv8` failed.
danitool has joined #openwrt-devel
dangole has joined #openwrt-devel
schwicht has joined #openwrt-devel
Borromini has joined #openwrt-devel
<SlimeyX> decoded dtb to dts, is something like this valid or do i have to remove one?
<SlimeyX> compatible = "fsl,t1023-dcsr-epu\0fsl,dcsr-epu";
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (95.9% images and 99.9% packages reproducible in our current test framework.)
<SlimeyX> so its shows like compatible = "fsl,t1024-dcsr-epu", "fsl,dcsr-epu"; instead
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
schwicht has joined #openwrt-devel
Guest5510 has quit []
Danct12 has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
gch981213 has quit [Quit: Ping timeout (120 seconds)]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rz has joined #openwrt-devel
philipp64 is now known as Guest5600
philipp64 has joined #openwrt-devel
Guest5600 has quit [Ping timeout: 480 seconds]
philipp64 is now known as Guest5602
philipp64 has joined #openwrt-devel
Guest5602 has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: Leaving]
bluew has joined #openwrt-devel
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Mangix has joined #openwrt-devel
Mangix has quit []
Mangix has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]