Joachim Wiberg

Results 727 comments of Joachim Wiberg

It's been part of Buildroot for a while now, so yes: https://lists.buildroot.org/pipermail/buildroot/2022-October/716305.html

Try building a plain Buildroot without your kernel or whatnot first. The configure script follows the standard autotools build, nothing fancy.

Among other things, Buildroot sets PKG_CONFIG_PATH to match the cross compile environment (sysroot or staging) which you need to set to not get the system path (built-in default) and other...

> Did you verify that adding `mandatory true;` to the `data` and `content` leafs did not solve this issue without an explicit must expression? My question too.

Reproduced on my R2S: ``` Oct 23 05:35:26 r2s finit[1]: Service rousette[2080] died, restarting in 5000 msec (10/10) Oct 23 05:35:27 r2s finit[1]: Starting rousette[2163] Oct 23 05:35:27 r2s rousette[2163]:...

Workaround, as suggested by @mattiaswal, helps: ```diff admin@r2s:/cfg$ diff backup.cfg startup-config.cfg --- backup.cfg +++ startup-config.cfg @@ -39,7 +39,8 @@ }, { "name": "wan", - "type": "infix-if-type:ethernet" + "type": "infix-if-type:ethernet", +...

If I try to mimic the same setup in Qemu, using the x86_64 build, by disabling ipv6 on all ethernet interfaces, I cannot reproduce the problem. Very odd, need to...

After discussions with @mattiaswal and the rest of core team, we decided yesterday to check if this was an issue also with the standard aarch64 builds on tier one customer...

Nice catch! Do you think you could try and get this patch in upstream so we can use a backport of that in Infix? A bit unsure of the state...