Hello,
I am trying to add a web browser into my image but without success.
I tried to follow this link :https://variwiki.com/index.php?title=Adding_yocto_packages
- meta-browser from OSsystems ( for chromium ) → failed ( no dunfell branch, I tried master branch but don’t work)
- tried to add IMAGE_INSTALL_append = " qtwebengine-examples" in conf/local.conf
but it didn’t work.
I have the following error message :
ERROR: Task (/home/pga/yocto/kts5/build/../layers/meta-qt5/recipes-qt/qt5/qtwebengine_git.bb:do_compile) failed with exit code ‘1’
Some errors like this :
../../../../git/src/3rdparty/chromium/v8/src/codegen/arm64/macro-assembler-arm64.h:162:29: error: no matching function for call to ‘v8::internal::CPURegList::CPURegList()’
In file included from ../../../../git/src/3rdparty/chromium/v8/src/codegen/register-arch.h:16:0,
from ../../../../git/src/3rdparty/chromium/v8/src/deoptimizer/deoptimizer.h:13,
from ./../../../../git/src/3rdparty/chromium/v8/src/deoptimizer/deoptimizer.cc:5,
from v8_snapshot/gen/v8/v8_base_without_compiler_jumbo_12.cc:7:
../../../../git/src/3rdparty/chromium/v8/src/codegen/arm64/register-arm64.h:576:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, int, int)
CPURegList(CPURegister::RegisterType type, int size, int first_reg,
Maybe I forgot something ?