Enrico Scholz

Results 37 comments of Enrico Scholz

> Sounds like you could just use podman network reload --all to restore rules. It is too slow (18 containers) ``` # time podman network reload --all real 0m8,161s ```...

The immediate problem is that from ```c #elif defined(__GBM__) typedef void *EGLNativeWindowType; ... #elif defined(USE_OZONE) typedef intptr_t EGLNativeWindowType; ``` the first branch is used for some sources while the second...

setting ``` CXXFLAGS += "-D__GBM__" ``` workarounds it for me.

After bringing meta-clang to ``` commit 527f628b7d9bbfe8d3fbe743e876d30c4545a71a Author: Khem Raj Date: Sun Aug 1 12:05:37 2021 -0700 clang: Update to latest 13.x branch ``` and fixing the `std::max` issue, build...

theoretically, it would be possible to have one branch for both override styles. You can write ```bitbake _BITBAKE_OVSTYLE := "\${@['underline', 'colon'][bb.utils.vercmp_string('1.51.0', bb.__version__)

> @ensc why not use latest revision from bitbake 1.50 as people should? Because `honister` (the `master` branch) will use 1.51+ and the underline syntax is rejected there. imo, whole...

> The 3rd & 4th blocks are invalid. AFAIK, directives with arguments are supposed to have whitespace. They are accepted by dtc and I am using them for years... Whitespaces...