hieunv
hieunv
Hi @rossburton: As Martin's mentioned, the BBCLASSEXTEND didn't work together with multilib. I tried creating new simple class (`extend.bbclass`) and set `BBCLASSEXTEND = "extend"`, but the Bitbake can't extend an...
@rossburton We have already set _META_WEBOS_LAYER_ and _META_OE_LAYER_ in _meta-webos/conf/layer.conf_ on master branch (https://github.com/webosose/meta-webosose/commit/f81893d02a6232ca4b7bfe9d7e0c124e0617a4b4) You can remove the hard code these variables in autobuilder configurations.
Hi @rossburton , Could you please share your build system information and the build configuration? I have tried to build many times (from the scratch), but I have not encountered...
@rossburton, thank you for the information. We have never used any aarch64 machines, and we currently don't need to verify host aarch64 build yet. We might have problems with other...
Hi @rossburton, I tried to fix the `yy0` error and now `libpbnjson` can be built with `lemon-3.44.2`. > https://lore.kernel.org/openembedded-devel/[email protected]/ After your patches are merged into `meta-oe`, I will update the...
@rossburton, We have backported _lemon-3.44.2_ from your commit in meta-oe, and fixed the _libpbnjson_ (https://github.com/webosose/meta-webosose/commit/988312d065961d1e499ad9311e68bc9f4ca566a2, https://github.com/webosose/meta-webosose/commit/d3582b347e328f7847108e08cd8649ab051a5a69). I hope it can be build on an aarch64 machine.