Khem Raj
Khem Raj
C++17 removed dynamic exception specifications [1] they had been deprecated since C++11, replace throw(whatever) with noexcept(false). [1] https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0003r5.html Signed-off-by: Khem Raj
this recipe is close to what core layer has and it seems to be not needed to be forked anymore here is diff ```diff --- wayland_1.22.0.imx.bb 2023-09-06 20:34:55.169416916 -0700 +++...
this recipe is close to what core layer has and it seems to be not needed to be forked anymore here is diff ```diff --- wayland_1.22.0.imx.bb 2023-09-06 20:34:55.169416916 -0700 +++...
I am seeing a peculiar issue which was seen in FSL based SOMs layers e.g. meta-variscite which is actually reproducible with just machines from meta-freescale and poky. Here is my...
Latest yoe `2024.02-rc.1` the build is failing ``` | /mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/simpleiot/0.14.9/git/frontend/elm-tooling.json | 0% elm 0.19.1 | 0% elm-json 0.2.13 | ERR! elm-json 0.2.13 | ERR! elm 0.19.1 | | 2 errors...
gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t. [1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: Khem Raj
Fix build with latest setuptools and compiler errors seens with clang 16 Signed-off-by: Khem Raj
The original functions are able to consume 64bit off_t now a days therefore *64 equivalents can be replaced, as a side it fixes build with musl. Upstream-Status: Pending
oe-init-build-env is the default, but some yocto based distributions may have different wrapper scripts to setup the environment. Therefore make it configurable.